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 junkone, Today, 11:37 AM
        0 responses
        1 view
        0 likes
        Last Post junkone
        by junkone
         
        Started by quantismo, 04-17-2024, 05:13 PM
        5 responses
        34 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by proptrade13, Today, 11:06 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by love2code2trade, 04-17-2024, 01:45 PM
        4 responses
        34 views
        0 likes
        Last Post love2code2trade  
        Started by cls71, Today, 04:45 AM
        2 responses
        10 views
        0 likes
        Last Post eDanny
        by eDanny
         
        Working...
        X