I have successfully imported an indicator from the NT forum's indicator section:
- AutoTrendH
I get an error, tried various combinations
- Add(AutoTrendH());
- Add(AutoTrendH(5));
- Add(AutoTrendH);
please advise.
***
Also, in my strategy, can I programatically check if the price has crossed the trendlines drawn by this AutoTrendH indicator (eg: using CrossAbove) or I can't do this?
Thanks

Comment