Thanks in advance for your help.
1) If a SetStopLoss(fromEntrySignal,ClacMode.Price, ,simulated=false) is submitted in OnBarUpdate for the opening of a position, and then a new SetStopLoss with a new Price (for the same entry signal) is submitted in OnBarUpdate, is this done as a Cancel/Replace, or are there now two stop market orders working at the broker?
2) Does Position.MarketPosition reference the strategy position, or the account position at the broker? Same question for EntriesPerTrade. I am looking for a way for the strategy to check the "account position".
3)Can the Account Size at the broker be accessed from the strategy?
Thanks again,
paradise

Comment