Weighted Linear Regression, SlopeThis item is a Trading Indicator. Weighted Linear Regression, Slope was implemented by Christian Rendel on April 5, 2010. The development of this Technical Analysis indicator necessitated 30 lines. The trading indicator name is 'LinearReg_Wt_Slope' and it is coded using CSharp programming language. It gets 3 arguments. The different arguments are: Yvalue (Type: Number - Default Value: close): Array of values to calculate the Regression Weight (Type: Number - Default Value: volume): Array of weights for the specified values period (Type: Number - Default Value: 14): Period Example: p = LinearReg_Wt_Slope(close, volume, 14); To draw the function on a chart: Plot(LinearReg_Wt_Slope(close, volume, 14), "Weighted Linear Regression, Slope", colorRed); Future and Past Bars: The method do not access future bars. It uses 0 previous bars. Click on this link to download Weighted Linear Regression, Slope Search terms used to find this trading item include weighted linear regression, linear regression slope, Linear Regression Slope trading, slope trading, weighted linear regression example The trading object is saved under the following categories: Technical Analysis Trading Indicators: 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 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 |
|