Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SMA on MACD
Collapse
X
-
The Avg value (purple by default) in the NT MACD indicator is already an exponential average of MACD. Are you sure you need another one or perhaps you don't like to use EMA and prefer SMA? Not to mention MACD is already a differential exponential average of price in the first place (shown here in EasyLanguage for clarity):Originally posted by draime View PostCan we apply simple moving averages to MACD and plot it over the histogram? Or that would need a custom MACD indicator?
If you would like to see various inputs of fastEMA, slowEMA and Smooth (period) in one indicator, please try the GuppyMACD http://www.ninjatrader-support.com/v...ead.php?t=4654MACD = XAverage( Price, FastLength ) - XAverage( Price, SlowLength ) ;
MyMACD = MACD( Close, FastLength, SlowLength ) ;
MACDAvg = XAverage( MyMACD, MACDLength ) ;
MACDDiff = MyMACD - MACDAvg ;Last edited by thrunner; 01-26-2008, 11:47 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
129 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
110 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
89 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment