hello
my code is not accumulating orders when actually putting a order on top of another one with real money.
Let me explain more . My code works fine (DEFPARAM CumulateOrders = True // Cumulating positions deactivated) on the test screen in real time and the trade shows up at the exact time it should. But
when I check if actual order was placed, it wasn’t . Its the same code exactly as I only have a single code .
So the code shows me the trade but the actual order is not placed on the second,third order etc. .
Thanks in advance .