Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Macd lines so far apart
Collapse
X
-
Hello Clevchin,
Thank you for your post.
Yes, this is possible using manual coding to calculate the distance between two lines.
Please let us know if you have any further questions.Code:if(Math.Abs((MACD1[0]-MACD2[0])/Bars.Instrument.MasterInstrument.TickSize) > SomeTickDistance) { //do something }
-
Hello Clevchin,
Thank you for your response.
You may be able to accomplish this in the Builder by assigning the MACD to a custom series, then you can use the Offset to add or subtract ticks (amount of distance you are measuring), then compare this value to be greater than the other MACD.
Custom Series - https://ninjatrader.com/support/helpGuides/nt8/index.html?builder_screens.htm#UnderstandingTheAdd itrionalDataScreen
Please let us know if you have any further questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment