Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Macd lines so far apart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Macd lines so far apart

    I was looking to tweek my strategy to not enter unless the macd lines are a certain amount seperated. Is there a way to do this? Thanks

    #2
    Hello Clevchin,

    Thank you for your post.

    Yes, this is possible using manual coding to calculate the distance between two lines.

    Code:
    if(Math.Abs((MACD1[0]-MACD2[0])/Bars.Instrument.MasterInstrument.TickSize) > SomeTickDistance)
    {
    //do something
    }​
    Please let us know if you have any further questions.

    Comment


      #3
      Ok thanks, I was hoping to be able to do this in strategy builder. :-(

      Comment


        #4
        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
        50 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        126 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        69 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        42 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X