Click or drag to resize

FootprintSRZonesSignal Class

Searches for S/R Zones of the given type in the current bar: Imbalance or Absorption. Generates Long direction for BUY Imbalance S/R Zone(s) and Short direction for SELL Imbalance S/R zone(s). Generates Long direction for SELL Absoprtion S/R Zone(s) and Short direction for BUY Absoprtion S/R zone(s). Signal is based on mzFootprint indicator.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Signals
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class FootprintSRZonesSignal : Signal

The FootprintSRZonesSignal type exposes the following members.

Constructors
  NameDescription
Public methodFootprintSRZonesSignal
Initializes a new instance of the FootprintSRZonesSignal class
Public methodCode exampleFootprintSRZonesSignal(Strategy, StrategyFootprintIndicator)
Initializes a new instance of the FootprintSRZonesSignal class
Top
Properties
  NameDescription
Public propertyIsFilter
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'
Public propertyMinCount
Minimum number of S/R Zones.
Public propertyZoneType
Type of S/R zones: Imbalance or Absorption
Top
Methods
See Also