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 CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        52 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        32 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        194 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        355 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        274 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X