C_StrategyMode
The C_StrategyMode represents the various strategy status.
|
Name |
Description |
|
BACKTESTING |
The strategy is in backtesting mode. |
|
LIVE |
The strategy is in live trading mode. |
|
OPTIMIZATION |
The strategy is in optimization mode. |
|
PLAYBACK |
The strategy is in playback mode. |
|
SIMULATION |
The strategy is in simulation mode, which is when the Desktop is set to live trading but the broker connection is set to Paper Trading. |
|
WALK_FORWARD |
The strategy is in walk forward mode. |