Percentile - Percent Rank of a Trading IndicatorThis tool is a Trading Indicator. Percentile - Percent Rank of a Trading Indicator was created by QuantShare on June 22, 2010. The coding of this Technical Analysis trading indicator required 37 lines of code. The trading indicator is called 'PercentRank' and it is developed using C# programming language. It gets 2 inputs. The different arguments are: array (Type: Number - Default Value: close): Array lookback (Type: Number - Default Value: 30): Lookback period Example: p = PercentRank(close, 30); Here is how to draw the indicator on a chart: Plot(PercentRank(close, 30), "Percentile - Percent Rank of a Trading Indicator", colorRed); Future and Past Bars: The indicator do not access future bars. It needs zero previous bars. Click on this link to download Percentile - Percent Rank of a Trading Indicator Search terms used to find this trading item include percentile trading, percent rank vs percentile, percent rank indicator, trading bar change by percentile, calculate percent rank The trading object is saved under the following categories: Technical Analysis Trading Indicators: Dynamic Zones RSI - Technical Indicator Fisher Transform - Technical Indicator Better Volume Indicator Vortex Oscillator 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 |
|