Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bollingerband Width for NT8?

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

    Bollingerband Width for NT8?

    Does anyone have an indicator that simply subtracts the upper and lower bands of the Bollinger bands. I don't want the percentage just the straight subtraction.

    #2
    Hello HurtFamForever.

    I am not aware of an existing indicator that does this.

    The code for this would appear as:
    Print(Bollinger(2, 14).Upper[0] - Bollinger(2, 14).Lower[0]);
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank you muchly.

      But if I could take it one step further I would like this equation to be using the MACD as the input for the Bollinger Bands. How would I do this? And forgive my ignorance but where do I plug in the code in order to create the indicator? I see NT has a strategy builder but not an indicator builder.

      Comment


        #4
        Hello HurtFamForever,

        The Input Series would be the MACD.


        Print(Bollinger(MACD(24, 9, 12), 2, 14).Upper[0]);
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        131 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        106 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        88 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        107 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        87 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X