Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Any simple way to display bollinger bands on a custom indicator ?

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

    Any simple way to display bollinger bands on a custom indicator ?

    Hi everybody,

    I have a custom indicator (a curve), I would like to display bollinger bands on this curve. I didn't find any solution. How should I do ?

    Thanks a lot !

    #2
    Originally posted by After View Post
    Hi everybody,

    I have a custom indicator (a curve), I would like to display bollinger bands on this curve. I didn't find any solution. How should I do ?

    Thanks a lot !
    Have you tried choosing the plot of that indicator as the Input series for Bollinger bands?
    ninZa
    NinjaTrader Ecosystem Vendor - ninZa.co

    Comment


      #3
      Hi After, to expand on ninZa's helpful tip please check into the 3rd section of this link, it will explain the concept of the indicator input series and how it could be used to realize indicator on indicator scenarios like yours -

      Comment


        #4
        Thanks for answering !

        But I would like to program it, there isn't any bollinger function ?

        Comment


          #5
          Sure thing, there's a programmatic way as well, you can call the Bollinger method and just pass your indicator series as input in to use (in my example a CCI) - https://www.ninjatrader.com/support/...nger_bands.htm

          i.e. Bollinger(CCI(14), 2, 20).Upper[0];

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          580 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          335 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          554 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X