Strategy Properties |
The Strategy type exposes the following members.
Name | Description | |
---|---|---|
Dashboard | ||
ExitPattern |
The exit pattern.
| |
LogLevel |
Log level.
| |
LogTarget |
Log target.
| |
LogTime |
Add chart time to each log record.
| |
MZpackStrategy |
Native NinjaTrader strategy.
| |
Name |
Name of the strategy.
| |
OppositePatternAction |
How to manage opened position when pattern with opposite direction is validated.
| |
Pattern |
The entry pattern.
| |
Position |
Algorithmic position of the strategy.
| |
RiskManagement | ||
SessionBreak |
Reset the strategy and all signals on new session. Default is True. Opened position is still controled by Ninja settings.
| |
TradingTimes |
Trading times. The strategy doesn't make entries outside trading times. Working orders outside trading times will be closed, pending orders will be canceled.
TradingTimes doesn't affect on a strategy in Manual operating mode.
|