♥ 0 |
Hi Pete, I am trying to build a watchlist column to count bars after a DMI “D+” cross over a “D-“. I was able to get it partially working where it tells me the number of bars past the cross in the positive but I can’t figure out how to get it to read the bars in the negative. Would you mind pointing me in the right direction? Thanks
def myvariable = DMI().”DI+” is greater than DMI().”DI-“; RESOLVED
Marked as spam
|
Please log in to post questions.