FootprintSRZonesSignal Class |
Namespace: MZpack.NT8.Algo.Signals
public class FootprintSRZonesSignal : Signal
The FootprintSRZonesSignal type exposes the following members.
| Name | Description | |
|---|---|---|
| FootprintSRZonesSignal | Initializes a new instance of the FootprintSRZonesSignal class | |
| FootprintSRZonesSignal(Strategy, StrategyFootprintIndicator) | Initializes a new instance of the FootprintSRZonesSignal class |
| Name | Description | |
|---|---|---|
| IsFilter |
True if signal is used as a filter. If it's a filter, 'allowed' parameter of OnCalculate() contains direction from the signals tree.
In filter mode, if a bar contains both Buy and Sell S/R zones (MinCount is applied for each side) and 'allowed' is Long or Short, the result will be 'allowed'
| |
| MinCount |
Minimum number of S/R Zones.
| |
| ZoneType |
Type of S/R zones: Imbalance or Absorption
|
| Name | Description | |
|---|---|---|
| OnCalculate | (Overrides SignalOnCalculate(MarketDataEventArgs, Int32, SignalDirection).) |