PureBytes Links
Trading Reference Links
|
I am still having problems incorporating this function into a study. Any
help would be greatly, and I mean greatly, appreciated.
I am trying to write a ShowMe study using the MRO function which I think is
the best way but I'm not sure. Here's what I am trying to do.
IF SlowD(10)>SlowD(10)[1] then plot the value of the MostRecentOccurence of
a Higher High.
IF SlowD(10)<SlowD(10)[1] then plot the value of the MostRecentOccurance of
a Lower Low.
Thanx in advance for any help.
Regards
Rod Wheeler
|