PDA

View Full Version : custom indicator with two nt indicators


jrbolsa
01-16-2009, 04:34 PM
Hi all,

Can you help me?
I'd like to develop an indicator which has two nt indicators inside it. Imagine that i want to develop a MA of a MACD (i mean, from a macd, not from the price). Excuse me for my poor english.

Thanks
jr.
www.jrbolsa.com

NinjaTrader_Ben
01-17-2009, 12:00 PM
Hello,

Try something like this if you can program:

SMA(MACD(Close,12, 20,3), 14);

If you cannot program, try building a condition in the startegy wizard that uses SMA with MACD as the Input Series. You will also need to put PlotOnChart to true. This link will help:
http://www.ninjatrader-support.com/HelpGuideV6/Overview41.html