Martingle - Set of Position
-
Hello,
I would like to ask if this is possitble in a single EA.
I am working on a project based on martingale. Now, the EA opens position 0.01 BUY whenever there is MA cross (THIS IS GROUP 1)., then it will multiply to 0.02, 0.04 and etc based on multiplier.
How do I add another group if lets say i want to add 3 more sets if every another BUY MA cross appears (THIS IS GROUP 2), the EA will open another 0.01 of position and does its on multiplier without affecting the first group of trades?
-
Yes, it is possible. However, you need to be very careful when defining groups. It will be a complex structure and unnoticed mistakes when choosing groups will happen for sure.