create ea hege
-
Can you help me create an ea using this method so that when the ea enters the 8th order, I want the ea to cut order 7 with the profit of order 8 when the price goes down, and the ea continues to create a buy stop or sel stop order with the remaining order to avoid the case of entering many orders due to the long sideway price at the grap recovery

-
Creating such a complex structure is not a trivial project to do. You will need variables ans loops to get it. Are you familiar with them in fxDReema?
-
@huythai like this ?


-
@l-andorrà I am new and need help getting used to it
-
@ItzShahzad-X it seems like it
-
@huythai I made this by coding MQL5
-
-
@ItzShahzad-X If the market is sideways in the recovery gap, the ea will enter many orders and the account will run out of margin. Is there a way to make order 8 cut order 7 and the ea create another pending order 7 there if the price comes back?
-
@huythai Yes, but you will need to us a variable counting the maximum number of open trades so far. Are you familiar with the way variables are used in fxDreema?