Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

bollinger band based on ema

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

    bollinger band based on ema

    I was wondering if anyone could base the bollinger bands off of a ema instead of the sma. I would try myself but I know nothing about programming

    Thanks

    #2
    All you have to do is open up the Bollinger code in Tools -> Edit NinjaScript -> Indicators and change any line that says SMA to EMA. Then right click -> Save As -> type in a new name and then press F5 to compile.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh I will give it a try.

      Comment


        #4
        It worked great, thank you so much.

        Sam

        Comment


          #5
          Bollinger band using High/Low

          Hi everyone, is there a way to get the bollinger bands using the High of bar price and not the CLOSE? TOS provides this as input.
          Regards

          Comment


            #6
            Hello Sideh101,


            To do this, use high for the IDataSeries input in your Bollinger Bands indicator method.
            Here is an example of this:



            Code:
            [COLOR=#000000][FONT=Tahoma]double upperValue  = Bollinger(High, 2, 20).Upper[0];
            [COLOR=#000000][FONT=Tahoma]double middleValue = Bollinger(High, 2, 20) [0];[/FONT][/COLOR]
            [COLOR=#000000][FONT=Tahoma]double lowerValue  = Bollinger(High, 2, 20).Lower[0];[/FONT][/COLOR]
            [/FONT][/COLOR]
            Here is the Bollinger Bands Help Guide to assist you further.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            608 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            355 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            105 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            560 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            561 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X