Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to find intersection of MACD indicator lines?
Collapse
X
-
Hello Yevhenii, and thank you for your question. We can do this combining code from these help guide pages :
NT7 :
NT8 :
I am attaching a picture where I set this up in the condition builder. Please let us know if there are any other ways we can help.Code:[FONT=Courier New]int fast = 3; int slow = 25; int smooth = 3; int lookback = 5; if ( (CrossAbove(MACD(fast, slow, smooth).Avg, MACD(fast, slow, smooth).Diff, lookback) || (CrossBelow(MACD(fast, slow, smooth).Avg, MACD(fast, slow, smooth).Diff, lookback) )[/FONT]
Jessica P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment