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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        128 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        65 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        117 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X