Click or drag to resize

UltimateOscillator Constructor (Int32, Int32, Int32)

Creates new instance of Ultimate Oscillator with point windows.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public UltimateOscillator(
	int period1,
	int period2,
	int period3
)

Parameters

period1
Type: SystemInt32
Number of values for first sum.
period2
Type: SystemInt32
Number of values for second sum.
period3
Type: SystemInt32
Number of values for third sum.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when some period less than 2 or periods not ascending.
See Also