Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
UltOsc 0
Function - ULTOSC
ULTOSC
Ultimate Oscillator
Indicators
SYNTAX
UltOsc( ARRAY high, ARRAY low, ARRAY close, ARRAY timeperiod1, ARRAY timeperiod2, ARRAY timeperiod3)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Ultimate Oscillator
ADDITIONAL INFO
The Ultimate Oscillator combines a stock's price action during three different time frames into one oscillator.
Oversold territory is below 30 while overbought territory is above 70.
The Ultimate Oscillator was developed by Larry Williams.
EXAMPLE
UltOsc(high, low, close, 7, 14, 28)