Name |
Comment |
Name Description Parameter 1 Parameter 2 Parameter 3
Comment Example |
Linear Regression Tries to form a straight line through dataseries d for p periods back Dataseries, reference back in dataseries or return value from other function returning dataseries Periods Excluded of sets number of periods from the backmost point according to parameter 2 to get the level for the calculated line. Set to '-1' to get the angling coefficient for the line. Dataseries with calculated line price levels for each point. Function R2() can be used to get the number of points that the line deviates from the price. LinReg(C,10) gives the price of the last point for dataseries 10 periods of Close. LinReg(C,10,-1) gives the angling coefficient for the line.
|
Tips for graphics |
|
Placement Scaling Show as flag |
Price bars if stand alone function. Otherwise any. As qoutes No |