PDA

View Full Version : DisplayIndicator() vs Add()


whitmark
10-05-2009, 01:29 PM
For example, in a strategy, does DisplayIndicator(SMA(20)) in NT7 replace the Add(SMA(20) in NT65?

NinjaTrader_Ray
10-05-2009, 01:36 PM
For example, in a strategy, does DisplayIndicator(SMA(20)) in NT7 replace the Add(SMA(20) in NT65?

Yes, that is correct.