[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Come Claim IT



PureBytes Links

Trading Reference Links

Let the vendor who sold this to someone I know step up and claim it... It's not a bad indicator but
do you think it was worth selling? Hint the vendor is stateside and north.

Inputs:FastLen(7),{Length in bars for LRS}
          SlowLen(30);

Vars:  FastLRS(0), {LinearRegSlope Fast}
          SlowLRS(0); {LinearRegSlope Slow}

FastLRS = LinearRegSlope( C, FastLen)*1000;
SlowLRS = LinearRegSlope(C, SlowLen)*1000;

Plot1( FastLRS , "LRS Fast" );
Plot2( SlowLRS , "LRS Slow" );