Click or drag to resize

IsNewLow Constructor (Int32, Int32)

Creates new instance of the IsNewLow predicate with point windows.

Namespace:  FinAnalysis.Predicates
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public IsNewLow(
	int shortPeriod,
	int longPeriod
)

Parameters

shortPeriod
Type: SystemInt32
Short window length.
longPeriod
Type: SystemInt32
Long window length.
See Also