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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        89 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        92 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        70 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        87 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        64 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X