CHECK DISTANCE WITH PARABOLIC SAR
-
I have a problem am stuck with . I want to incorporate CHECK DISTANCE with my custom indicator ,the Indicator use parabolic sar for trailing stop so I want the EA to open trade when the distance between price and custom indicator par Sar is less than 10pips , for example when conditions are met the distance could be at around 30pips so I want the EA to wait for the distance to reduce to 10pips or less. . . So for if there's a BUY condition met then price has to reverse before to the specified Distance then EA can open a Trade. I manually tested with fxblue simulation for a couple of month's period , I got a 70% Success Rate so need to automate it to test an even longer timeframe.
-
Might be better to use a condition, to check if candle 0 close is within the range you want.
-
@jstap
How can that be done with the condition block will it be if candle 0 is equal to or what