Hi All!

Thank you for taking the time to read this!

I am about to deploy an algorithm to live trading.  I had questions on the following functions, if they actually do anything in live trading, or does QuantConnect ignore / use default values for the Live Brokerage selected in the deployment [in my case IBKR]:

  1. QCAlgorithm.SetStartDate
  2. QCAlgorithm.SetEndDate
  3. QCAlgorithm.SetCash
  4. QCAlgorithm.SetBrokerageModel
  5. Symbol.SetDataNormalizationMode
  6. Symbol.SetFeeModel
  7. Symbol.SetLeverage

 

Thank you for your feedback!

Corvin