I'm surprised that you say you need to redo the scan. With an 8:4 output, the results are identical to those in WOW, and to those generated by the MSWIN formula. Plot slope in WOW, select the data window under View, and the data line should be over the most recent date. The value is in the data window under slope, of course. Try it again by creating a custom indicator for this formula:
( (14 * (Sum(Cum( 1 ) * C ,14 ) ) ) - (Sum(Cum( 1 ) ,14 ) * (Sum( C ,14) ) ) ) / ( (14 * Sum(Pwr (Cum( 1 ) ,2 ) ,14 ) ) - Pwr(Sum(Cum( 1 ) ,14 ) ,2 ) )
Again, the values are the same. You have to make the output 8:4, though. QP rounds it off if you use 8:2.
Brooke |