PureBytes Links
Trading Reference Links
I don't know how to convert a slope value (LinRegSlope) to an angle. I took a line from the Woodie's CCI script and converted it, but I don't think it's right. PI = atan(1.00) * 4; angle = round(180 * acos(1/LinRegSlope(C,sp)) / PI); Chuck Dudek