simple problem with crossover
-
Hello . I have a simple problem. But I can't solve it.
I use the crossover condition in Candle 1. But sometimes crossover is done between candle 1 and 0 and the robot does not count it
-
@mostafa2426
Crossover in Candle 1 seems to crossover between Candle 1 and 2.Have you waited for 1 more bar and see?
-
I want to check the crossover condition in Candle 1. But if there is a crossover between candle 1 and 0 or candle 1 and 2, it is acceptable
-
@mostafa2426 Are you using a 'once per bar' block maybe? That means the condition is check on the open of candle ID 0 so that the crossing is searched for between candles 1 and 2 as you correctly pointed.
-
yes . i use once per bar