Question about EA entry once
-
Need to test EA but Market Closed...so i make this thread..
Usually i put the Orders in ON TICK , but for this project i need the auto close/delete order active for the group...so i transfer it from ON TICK to ON INIT...
the Question is ..will it put the order list once without repeating it?
I made some entry pattern ,
https://fxdreema.com/shared/rgPvBVC5e -
@generalnazrin01 On init only happens once at EA start but I doubt you can place buys/sells from there, you can back test any time to see if works, personally I would do on tick and use some logic to prevent from placing more trades.