Linear Regression Reversal Indicator
For interpretation refer to the December 2003 issue of Technical Analysis of STOCKS & COMMODITIES magazine.
var
l_val:=LRL(C, 5,0);
LRR:=0;
end_var
if l_val > l_val\1\ then
LRR:=1;
else
LRR:=-1;
if l_val = l_val\1\ then LRR:=0;
return LRR;
|
Download to import into Tradecision. 
How to use this indicator in Tradecision:
- Click Download.
- Save this indicator in a safe location on your hard drive.
- Open Tradecision and in the Tools menu click Indicator Builder.
- In the Indicator Builder dialog, click Import, locate the saved file and then click OK.
The indicator will be added to the Custom Indicators list.
|