Thanks Trader J for the contribution.
Robert
>
>Try something like:
>
>
>Input: Price(TypicalPrice),Length(14);
>
>Var: LRS(0),LRS2(0),LRS3(0);
>
>
>LRS = LinearRegSlope(Price,Length);
>LRS2 = LinearRegSlope(LRS,Length);
>LRS3 = LinearRegSlope(LRS2,Length);
>
>
>Plot1(LRS3, "Indic");
>
|