3 Buys signal at the same time
-
Am trying to achieve this but have not
How can i make EA to open 3 Buys signal at the same timei want multiple buy when an ea a buys its should open 3 buy signal at once
-
@oreskey just put 3 buys blocks when your condition happen or you can put the block : loop pass "n" times (is on counters sections) above your buy block and put it 3 on the input
-
Thanks you so much @Uriel-0 Am currently Working on its