Click or drag to resize

UltimateOscillator Constructor (TimeSpan, TimeSpan, TimeSpan)

Creates new instance of Ultimate Oscillator with time windows.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public UltimateOscillator(
	TimeSpan timePeriod1,
	TimeSpan timePeriod2,
	TimeSpan timePeriod3
)

Parameters

timePeriod1
Type: SystemTimeSpan
Period of time on which we calculate first sum.
timePeriod2
Type: SystemTimeSpan
Period of time on which we calculate second sum.
timePeriod3
Type: SystemTimeSpan
Period of time on which we calculate third sum.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when some periods not ascending.
See Also