Z-Score (Standard Score)Trading Indicator: Z-Score (Standard Score) Created by: QuantShare on February 19, 2010. The implementation of this Technical Analysis indicator demanded 11 lines of code. The trading indicator name is 'zscore' and it is developed using C# language. It requires 2 inputs. The different variables are: Indicator (Type: Number - Default Value: roc(close, 1)): Indicator CompositeSymbol (Type: String - Default Value: _RETURN SDV): Composite symbol Example: p = zscore(roc(close, 1), "_RETURN SDV"); Formula to display the indicator on a chart: Plot(zscore(roc(close, 1), "_RETURN SDV"), "Z-Score (Standard Score)", colorRed); Future and Past Bars: The trading indicator do not access future bars. It necessitates 0 old bars. Click on this link to download Z-Score (Standard Score) Search terms used to find this trading item include z-score time series, Z Score Time series , time series z-score, time series z score, z-score trading The trading object is saved under the following categories: Technical Analysis Trading Indicators: Damping index Mahesh Moving Average Chaikin Volume Accumulation Oscillator Guppy Multiple Moving Average Oscillator GMMA - Guppy Multiple Moving Average Tom Demark -TD- Range Projections DeMark Range Expansion Index Market trading rules Moving Average: Rule-based Chande's & Kroll's R2 Indicator Chande's TrendScore News Sentiment Indicator Anchored Indicator Donchian Channels Relative Momentum Index End of Month Day of week and Week number function Day of week Average Standard Error Bands calcA |
|