How can I work on a candle (H1) & make the expert through one per bar
-
How can I work on a candle (H1) & make the expert through one per bar pass , How do I make it pass three deals between each one twenty minutes.
-
@khalids222 Don't know if I understood you right, but this should do what you want (use instead of once per bar or create an extra path for the actions that should be taken every 20 minutes)

-
@trader-philipps Yes, that's exactly what I want, thank you very much, always creative
-
@trader-philipps if i use one per minutes , do i need to create any things in on timer or on trade or not ?please
-
@khalids222 No. The on Timer tab you only need if you want things to happen independent from any tick. Unfortunately all you do on on Timer tab you won't be able to test in back-test mode. So if there's nothing you want to do outside the market hours, you'd better go with the on Tick tab.
-
@trader-philipps said in How can I work on a candle (H1) & make the expert through one per bar:
No. The on Timer tab you only need if you want things to happen independent from any tick. Unfortunately all you do on on Timer tab you won't be able to test in back-test mode. So if there's nothing you want to do outside the market hours, you'd better go with the on Tick tab.
thank you very much