Stops and line based entry validation
22/12/24 12:55pm
Now that the robot is buying and selling at relatively the right time, this morning has been about working on parameters for the minimum line difference setting. This is what is being used to determine trend. There are still a lot of small intermediate trades that I am trying to eliminate with this setting. Initally starting at 0.00025 this has been increased greatly to 0.04 then 0.05 on the advice of the AI after feeding it the logs and trade results from all the tests. A lot of small trades are still hitting stop loss early so working on that by implementing what you suggested - raising stops only after certain level of profit has been reached and by increasing the size of the trailing stop. I know you said not to have a trailing stop but after discussion with the AI it said not having one was practically the same as just increasing the size of it so it doesn't interfere with trades but still has protection from rare catastrophic deviations in price. And we can just keep increasing the size until it feels comfortable. Let me know what you think.
4:32 pm
Ok, so these are the modifications to the stops:
StopLoss widened to 350 points for initial position
TrailingPoints set to 350 points for wider trailing distance
Added TrailingThreshold (200 points) before trailing begins
Added TrailingStep (100 points) to avoid small trailing stop movements
Only moves trailing stop in TrailingStep increments
Which didn't make much of a difference so added a parameter for time after lines crossed. To enter trade only after a certain time since lines crossed:
Log detailed information about the line positions
Help prevent false signals from quick crossovers
I did add the parameter to only enter a trade after lines cross for a certain amount of time but I haven't switched it on yet since I'm still testing the range of the minLineDifference parameter.
Comments
Post a Comment