Trabajo finalizado
Tarea técnica
Basically the concept of this EA is like this.
So, this EA will open infinity trade when the price hit the pending order. It is vice versa for the stop order also.
So here I would like you to make this EA stop working after open certain amount of order or hitting TP or SL.
Please add this 2 parameter input into both EA: (for infinity stop EA)
Max order count: 20
Stop after TP: true
Let me take this as example. If I set the max order count: 10. Then this EA will open the 10th order and stop open further order and wait the 10th order hit SL/TP.
For this example, I set max order count: 20 and Stop after TP: true. And the scenario here still haven't reach 20th order and hitting TP, so this EA will stop working.
So, for the input parameter of infinity limit EA is just vice versa of it.
Max order count: 30
Close after SL: true
EA will be provided for further modification once candidate been selected.

