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 RubenCazorla, Today, 09:07 AM
        2 responses
        11 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by i019945nj, 12-14-2023, 06:41 AM
        7 responses
        81 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by timmbbo, 07-05-2023, 10:21 PM
        4 responses
        158 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by tkaboris, Today, 08:01 AM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Lumbeezl, 01-11-2022, 06:50 PM
        31 responses
        819 views
        1 like
        Last Post NinjaTrader_Adrian  
        Working...
        X