Darvas Box IndicatorTrading Indicator: Darvas Box Indicator Created by: Brian Brown on February 20, 2010. The coding of this Technical Analysis method necessitated 38 lines. The trading indicator is named 'darvasbox' and it is coded using C# programming language. It allows 2 inputs. The different parameters are: period (Type: Number - Default Value: 260): Period TopBottom (Type: Number - Default Value: 0): 1 for top; 0 for bottom Example: p = darvasbox(260, 0); Formula to plot the indicator on a chart: Plot(darvasbox(260, 0), "Darvas Box Indicator", colorRed); Future and Past Bars: The function has no look-ahead bias. It requires zero past bars. Click on this link to download Darvas Box Indicator Search terms used to find this trading item include darvas box indicator, darvas box formula, Darvas Box Theory, DARVAS BOX, darvas box software The trading object is saved under the following categories: Technical Analysis Trading Indicators: 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 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 |
|