How to use delay in close trade
-
Iam using buy sell arrows for my EA project . Arrows are repaintable , when changeover happens from buy arrow to sell arrow (candle up down monents) sell arrow appears & disappers. Condition iam using as follows
-Condition fullfill delay 3 seconds again check for condition still fullfill take trade, but here iam getting problem when it comes to condition 4 or 9 then delay not there, so it takes trade without delay. While signal changeover fluctuating signals it taking multiple trades at same point closing and acting according to fluctuations. Here canot give delay evry time , How to give delay evey time if condition satisfies -go to delay-again check condition(if not satisfied comeback to delay)
https://fxdreema.com/shared/U5IC7A0C -
@jithin Not sure if this can work, but you can move the buy/sell blocks to the 'on timer' tab to see if you can delay them there. You will need a variable to control that, of course.
-
in the green time blocks there is a 1 block solution, I dont remember what it is at the moment. But if you do a 3 block tier, 1. if position. 2, the timing block im thinking of. 3, close profitable position. Thats an answer.