Click or drag to resize

FootprintSRZonesSignalIsFilter Property

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'

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 bool IsFilter { get; set; }

Property Value

Type: Boolean
See Also