UltimateOscillator Method (3)¶
UltimateOscillator (1 of 3)¶
Summary¶
Returns the Ultimate Oscillator indicator instance.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
cycle1 | int | The value of the short periods used for calculation. |
cycle2 | int | The value of the medium periods used for calculation. |
cycle3 | int | The value of the long periods used for calculation. |
Return Value¶
UltimateOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
UltimateOscillator (2 of 3)¶
Summary¶
Returns the Ultimate Oscillator indicator instance.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
bars | Bars | The Bars that will be used by indicator, you can pass another timeframe/symbol bars |
cycle1 | int | The value of the short periods used for calculation. |
cycle2 | int | The value of the medium periods used for calculation. |
cycle3 | int | The value of the long periods used for calculation. |
Return Value¶
UltimateOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
UltimateOscillator (3 of 3)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
marketSeries | MarketSeries | |
cycle1 | int | |
cycle2 | int | |
cycle3 | int |
Return Value¶
UltimateOscillator
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: July 1, 2022