Click or drag to resize

RwiSlice Constructor

Creates new instance of RWI values slice.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Slice(
	double longRwiLow,
	double longRwiHigh,
	double shortRwiLow,
	double shortRwiHigh
)

Parameters

longRwiLow
Type: SystemDouble
Long RWI low value.
longRwiHigh
Type: SystemDouble
Long RWI high value.
shortRwiLow
Type: SystemDouble
Short RWI low value.
shortRwiHigh
Type: SystemDouble
Short RWI high value.
See Also