opening multiple orders

 

I need some help in writing the code to open multiple orders in an ea I wrote. It should be able to open another buy, or sell order whenever conditions in the ea are met. Also, how do I place it in order to continue searching through conditions.


Thanks in advance.

 
snkpool:

I need some help in writing the code to open multiple orders in an ea I wrote. It should be able to open another buy, or sell order whenever conditions in the ea are met. Also, how do I place it in order to continue searching through conditions.


Thanks in advance.

download, and modify this EA : https://www.mql5.com/en/articles/1510


just insert your entry conditions, and setup a loop to send orders, one by one.

Reason: