Syntax
Public Function DetrenedPriceOscillator(applyTo As ENUM_APPLIED_PRICE, period As Integer, Ma As ENUM_MA_METHOD) As String |
The Price Oscillator shows a spread of two moving averages. The Price Oscillator is basically a moving average spread. Buying usually occurs when the oscillator raises, and conversely, selling usually occurs when the oscillator falls.
Parameters
Key | Description |
applyTo | The value can be one of ENUM_APPLIED_PRICE |
Period | Period as integer value |
Ma | The value can be one of the ENUM_MA_METHOD |
Return value
Returns the handles of a technical indicator, in case of failure returns a empty string.
See Also