Hi, I have been using condition builder in ninjatrader's strategy wizard to initiate a long position when RSI(period) crosses below RSI(smooth) but have been unable to do so as I cannot separate the 2 pieces of information. Could someone please help me out?
Can you help answer these questions from other members on futures io?
Kaywai: I think it would be best if you provided code example, then those with the skills can take a look and hopefully make some corrections for you. Otherwise you are basically asking someone to start from scratch with your idea.
I am NOT a good NT coder, but basically you need to make 2 DataSeries, one with the RSI, the other with the RSI smooth. But you probably already have that. Strategy-writing in NT is difficult for those, like me, not familiar with the C+ environment and there could be many issues other than your RSI/Smooth series that are guncking things up.