How do input an EA to take multiple trades at once and all close at once as well ???
-
Hello good People, would like to ask how to put in a function to make an EA to open for example ten trades at once and all close at once and also be able to adjust the number of trades, thank you in advance for anyone who kindly answers back.
-
Do you mean running the EA once and remove it once closed? Or maybe doing it without removing the EA from the chart at all? In the first case you can do it with input parameters, in the second one via buttons.