EA manages multiple series at the same time.
Hello,
My idea is to let the EA manages multiple series at the same time.
let say the signal appears and the EA enter trades (main and/or hedge) with martingale and/or Anti-martingale series. if the signal appears again the EA enters another trades (main and/or hedge) with martingale and/or Anti-martingale series but deactivate the first series to not enter trades(martingale\Anti-martingale) and etc. until all trades for all series reach profit or break even.
I know this feature is difficult to implement so i make this topic for future implementation.
Add to the comments something like #SERIE.TRADE, for example #1.1, #1.2, #1.3, #2.1
Series number 1 has 3 open trades and series 2 has only one trade.