MAX ORDERS
-
Hi, I would like to know how to set Max Order function in mt4 EA. Example, if I put the value 10 in max orders, then robot will always pick 10 trades at once whenever the condition triggered in the EA.
Note: It is not a pending order. It's a kind of grid you can say which always picks order as per the value in max order.
I hope you guys have understand my question.
Thanks and regards. -
@scoopyzam Not sure I fully understand, in check positions & order count, check trade count, you can set max trades to <10, hope this helps.
-
"then robot will always pick 10 trades at once whenever the condition triggered in the EA."
Do you mean the ea can open 10 trades in a single M1 candle?
Then use Once per Tick block.