% bars in last N trading days where stock close price increasedThis item is a Trading Indicator. % bars in last N trading days where stock close price increased was developed by QuantShare on June 24, 2010. The implementation of this Technical Analysis indicator necessitated 31 lines. The function is called 'PerValueInc' and it is implemented using C#. It gets 2 variables. The different arguments are: Vector (Type: Number - Default Value: close): Time Series. Example: close Lookback (Type: Number - Default Value: 5): Lookback period Example: p = PerValueInc(close, 5); To show the trading indicator on a chart: Plot(PerValueInc(close, 5), "% bars in last N trading days where stock close price increased", colorRed); Future and Past Bars: The function does not require future bars. It necessitates no old bars. Click on this link to download % bars in last N trading days where stock close price increased Search terms used to find this trading item include CLOSE PRICE IS HIGHER THAN PREVIOUS, fisher technical indicator The trading object is saved under the following categories: Technical Analysis Trading Indicators: Strategy Indicator - Percent winning trades for a trading rule Percentile - Percent Rank of a Trading Indicator 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) |
|