thuff
08-09-2009, 11:01 AM
I'm looking for some "best practices" direction. From NT perspective, what's the best way to EDIT an existing indicator, creating a new indicator, without impacting the existing indicator. I'm coming from eSignal, where you just launch Notepad and hack away <g> providing you know the right calls.
NinjaTrader_Bertrand
08-10-2009, 02:54 AM
Open the indicator in the NinjaScript editor and right click in it, select 'Save As' and enter a fresh name, the namespace will be modified by NT to reflect this and then you can start your modifications.
thuff
08-10-2009, 03:00 PM
... thanks for the tip.
I'm trying to replace RSI within the QQE indicator with Jurik's RSX. Has this already been done? (I can't get mine to work).