|
Lean
$LEAN_TAG$
|
Kept for backwards compatibility- More...
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Lean.Engine.Setup.BacktestingSetupHandler | |
| BacktestingSetupHandler () | |
| Initialize the backtest setup handler. More... | |
| virtual IAlgorithm | CreateAlgorithmInstance (AlgorithmNodePacket algorithmNodePacket, string assemblyPath) |
| Create a new instance of an algorithm from a physical dll path. More... | |
| virtual IBrokerage | CreateBrokerage (AlgorithmNodePacket algorithmNodePacket, IAlgorithm uninitializedAlgorithm, out IBrokerageFactory factory) |
| Creates a new BacktestingBrokerage instance More... | |
| virtual bool | Setup (SetupHandlerParameters parameters) |
| Setup the algorithm cash, dates and data subscriptions as desired. More... | |
| void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More... | |
Properties inherited from QuantConnect.Lean.Engine.Setup.BacktestingSetupHandler | |
| TimeSpan | InitializationTimeOut = TimeSpan.FromMinutes(5) [get, set] |
| Get the maximum time that the initialization of an algorithm can take More... | |
| TimeSpan | AlgorithmCreationTimeout = BaseSetupHandler.AlgorithmCreationTimeout [get, set] |
| Get the maximum time that the creation of an algorithm can take More... | |
| WorkerThread | WorkerThread [get, set] |
| The worker thread instance the setup handler should use More... | |
| List< Exception > | Errors [get, set] |
| Internal errors list from running the setup procedures. More... | |
| TimeSpan | MaximumRuntime [get, protected set] |
| Maximum runtime of the algorithm in seconds. More... | |
| decimal | StartingPortfolioValue [get, protected set] |
| Starting capital according to the users initialize routine. More... | |
| DateTime | StartingDate [get, protected set] |
| Start date for analysis loops to search for data. More... | |
| int | MaxOrders [get, protected set] |
| Maximum number of orders for this backtest. More... | |
Properties inherited from QuantConnect.Lean.Engine.Setup.ISetupHandler | |
| WorkerThread | WorkerThread [set] |
| The worker thread instance the setup handler should use More... | |
| List< Exception > | Errors [get, set] |
| Any errors from the initialization stored here: More... | |
| TimeSpan | MaximumRuntime [get] |
| Get the maximum runtime for this algorithm job. More... | |
| decimal | StartingPortfolioValue [get] |
| Algorithm starting capital for statistics calculations More... | |
| DateTime | StartingDate [get] |
| Start date for analysis loops to search for data. More... | |
| int | MaxOrders [get] |
| Maximum number of orders for the algorithm run – applicable for backtests only. More... | |
Kept for backwards compatibility-
Definition at line 25 of file ConsoleSetupHandler.cs.