I have an indicator that moves stoploss orders past breakeven, by collecting them into a List and submitting that List into Account.Change(...);
This has previously worked just fine.
Lately, it doesn't.
I upgraded to v8.1.3.1 recently, and this is the first time I'm using this indicator since then. Has there been a change to Account.Change()?
How else would an indicator change an order, if this isn't the best way to do it?
Thanks in advance,
saltminer

Comment