Vortex OscillatorThis object is a Trading Indicator. Vortex Oscillator was implemented by Brian Brown on April 29, 2010. The development of this Technical Analysis trading indicator required 13 lines of code. The function is named 'vortexOsc' and it is coded using CSharp language. It requires only one parameter. The variable is: period (Type: Number - Default Value: 10): Lookback period Example: p = vortexOsc(10); Here is how to show the trading indicator on a chart: Plot(vortexOsc(10), "Vortex Oscillator", colorRed); Future and Past Bars: The function do not access future bars. It requires 0 previous bars. Click on this link to download Vortex Oscillator Search terms used to find this trading item include vortex oscillator, vortex oscillator indicator, vortex trading, vortex indicator, vortex trader The trading object is saved under the following categories: Technical Analysis Trading Indicators: KST indicator String To Number Accumulation Swing Index Date Filter Weighted Linear Regression, Slope Weighted Linear Regression Directional Trend Index Percent Bollinger Bands Relative Volatility Index Haurlan Index Dave's New System - DNS Dynamic Momentum Index Darvas Box Indicator Z-Score (Standard Score) Damping index Mahesh Moving Average Chaikin Volume Accumulation Oscillator Guppy Multiple Moving Average Oscillator GMMA - Guppy Multiple Moving Average Tom Demark -TD- Range Projections |
|