![]() | Range Class |
Namespace: MZpack.NT8.Algo
public class Range
The Range type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bars |
Number of consecutive bars in which all signals must be validated. 0 means no bars range.
|
![]() | Logic |
Logic to validate components of the range. AND is default logic.
|
![]() | Ticks |
Number of ticks of the price in which all signals must be validated. 0 means no price range.
|
Range range = new Range() { Bars = 10, Ticks = 8 }