Click or drag to resize

Bottom Constructor (Int32, TimeSpan, Double)

Create new instance of Bottom indicator.

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

Parameters

seriesCount
Type: SystemInt32
Number of series.
timePeriod
Type: SystemTimeSpan
Time update periodicity.
percent
Type: SystemDouble
Percent of bottom series to get.
See Also