Standard Error BandsTrading Indicator: Standard Error Bands Created by: Brian Brown on December 10, 2009. The coding of this Technical Analysis trading indicator required 14 lines of code. The indicator is named 'standard_error_bands' and it is implemented using JScript.Net. It allows 3 arguments. The different variables are: Length (Type: Number - Default Value: 0): Function period SDeg (Type: Number - Default Value: 0) Coeff (Type: Number - Default Value: 0): Multiplication coefficient Example: p = standard_error_bands(0, 0, 0); Formula to plot the indicator on a chart: Plot(standard_error_bands(0, 0, 0), "Standard Error Bands", colorRed); Future and Past Bars: The trading indicator do not access future bars. It requires 0 old bars. Click on this link to download Standard Error Bands Search terms used to find this trading item include standard error bands, standard error bands trading, error bands, standart error bands, Standard Error Bands Jon Andersen .pdf The trading object is saved under the following categories: Technical Analysis Trading Indicators: calcA calcB Number of bars up to the end of the month Number of bars since the beginning of the month Number of successive increases in the volume Elastic Volume Weighted Moving Average - eVWMA Volume * Price Momentum Oscillator Lane Stochastic Oscillator Center Of Gravity - COG Choppiness Index Klinger Volume Oscillator Chandelier Exits Positive Volume Index Disparity Index TFS MBO TFS Volume Oscillator TFS Tether Line Relative Vigor Index - Signal Line Relative Vigor Index Vertical Horizontal Filter - VHF |
|