Place trade at next candle
-
I have another questione, Sorry
If i want Place trade at the next candle?
Example
Current candle cross my variable ( price,ema,Is the same).
If current candle on run, After the cross, Will CLOSE candle up the cross (for confirm the cross Is true ) Place trade immediately at the next candle
I try whit condition (candle 0 close < variable) but no work. -
Condition candle close 0 > variable
for cross up -
Candle close 0 is the current moving price, generally if you check candle1 then as this closes candle 0 opens and can check candle 1, there is also once per bar to prevent things happening more than once in a candle