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

ExecOffset Reserved Word in TS 6.0



PureBytes Links

Trading Reference Links

Simple question...

What is the meaning of the (apparantly) reserved word "ExecOffset" in TS
6???

It is nowhere in the online or any other Dictionary, etc. etc.

It's used in the LinearReg Function in TS 6, which FWIW, appears to be
calculate cleaner than the equivelant in 2000i.

Best regards,

Gene Pope

P.S.- Example of TS6 code below:

oLRValue = oLRIntercept + oLRSlope * ( Length - 1 + ExecOffset - TgtBar);