Click or drag to resize

Top Constructor (Int32, Int32, Double)

Create new instance of Top indicator.

Namespace:  FinAnalysis.Ranging
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Top(
	int seriesCount,
	int period,
	double percent
)

Parameters

seriesCount
Type: SystemInt32
Number of series.
period
Type: SystemInt32
Point update periodicity.
percent
Type: SystemDouble
Percent of top series to get.
See Also