Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

JurbolBBmacdV2.zip

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

    JurbolBBmacdV2.zip

    This plots an arrow when it MACD goes above the zero line. Can this be modified so that it plots an arrow when the MACD crosses the Bollinger Bands?

    #2
    Hello,

    This should be possible. To clarify, are you looking to nest a bollinger indicator on a MACD?
    MatthewNinjaTrader Product Management

    Comment


      #3
      Indicator developer has already done that. Indicator is in the forum. He plots an arrow when the MACD crosses the zero line. I would like an arrow when the MACD crosses the Bollinger Band. The bollinger band is using the MACD line. When the MACD crosses the the BB U or L it would be an entry signal.

      Comment


        #4
        Yes, this is possible then.

        You'd need to change the 0 to the bollinger plot you wish to use

        Code:
        if (CrossAbove(MACD(fast, slow, smooth), [B]upperBand[/B], 1))
        
        ...
        
        else if(CrossBelow(MACD(fast, slow, smooth), lowerBand, 1))
        MatthewNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        11 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        118 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        170 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        88 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        131 views
        0 likes
        Last Post cmoran13  
        Working...
        X