Strategy Indicator - Percent winning trades for a trading ruleTrading Indicator: Strategy Indicator - Percent winning trades for a trading rule Created by: bug man on June 23, 2010. The coding of this trading indicator required 43 lines of code. The indicator name is 'SIndicator_PP' and it is coded using JScript. It requires 5 arguments. The different parameters are: rule (Type: Number - Default Value: rsi(14) > 50): Rule to test nbars (Type: Number - Default Value: 10): NBars stop threshold (Type: Number - Default Value: 1): Threshold nbtrades (Type: Number - Default Value: 6): Minimum number of trades lookback (Type: Number - Default Value: 0): Lookback period Example: p = SIndicator_PP(rsi(14) > 50, 10, 1, 6, 0); Formula to draw the trading indicator on a chart: Plot(SIndicator_PP(rsi(14) > 50, 10, 1, 6, 0), "Strategy Indicator - Percent winning trades for a trading rule", colorRed); Future and Past Bars: The function has no look-ahead bias. It uses no previous bars. Click on this link to download Strategy Indicator - Percent winning trades for a trading rule Search terms used to find this trading item include strategy indicator, percentage of winning trades, strat indicator, indicator strategy, percent winning trades Trading Indicators: 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) Damping index |
|