Click or drag to resize

RangeIsInRange Method

Checks if parameters are in the range.

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public bool IsInRange(
	int bars,
	int ticks
)

Parameters

bars
Type: SystemInt32
Bars count.
ticks
Type: SystemInt32
Ticks count.

Return Value

Type: Boolean
See Also