Brooke, Here's what I've been trying:
MS Slope indicator: ( (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 ) )
And called it "Slope"
Then I entered : Slope(fml("Dahl's primary trend"),3)>0 into System test 'Enter Long", and MS gives me the message : This is not a valid function name. What did I miss? And what is the ,3 indicating? And is this only going to chart an upward trend 'above' 0, and not from the down to up swithch?
Thanks for the help as I'm barely following along here, but just think the concept is great!
Chris |