DataAccess_mzVolumeDelta Class |
Namespace: NinjaTrader.NinjaScript.Strategies.MZpackAPISamples
public class DataAccess_mzVolumeDelta : MZpackStrategyBase
The DataAccess_mzVolumeDelta type exposes the following members.
| Name | Description | |
|---|---|---|
| DataAccess_mzVolumeDelta | Initializes a new instance of the DataAccess_mzVolumeDelta class |
| Name | Description | |
|---|---|---|
| TradeFilterMax | ||
| TradeFilterMin |
| Name | Description | |
|---|---|---|
| CreateIndicators |
Create indicator here and return the list with one item as a result.
| |
| OnStateChange | (Overrides MZpackStrategyBaseOnStateChange.) | |
| StrategyOnBarCloseHandler |
The handler triggered on bar close. currentBarIdx is the index of just closed bar.
Parameter e is the first tick of just opened bar.
|