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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        88 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        30 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        68 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X