I was wondering if it is possible to let a strategy check if a StopLoss is set close to a round number such as 1.2501.
For example; When I am Long and my original rules tell the strategy the StopLoss has to be at 1.2501, I'd rather have them at 1.2498 because of the psychological number.
Is it possible to have something like; IF price ends with ....01 THEN set StopLoss 3 pips lower at ....98.
Thanks in advance!

Comment