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 CarlTrading, 03-31-2026, 09:41 PM
            1 response
            43 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            21 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            30 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            50 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            42 views
            0 likes
            Last Post CarlTrading  
            Working...
            X