Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Looking for bollingerband indicator()

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

    Looking for bollingerband indicator()

    Do you know how we can get it? I can not find in the Ninja Help Guide? I need to this function to port over Tradestation ESL script
    BollingerBand (Function) The BollingerBand function calculates an n standard deviation (StdDev) line (usually 2 StdDevs) above or below a center-line simple moving average.
    Syntax

    BollingerBand(Price, Length, NumDevs)
    Returns (Double)

    A numeric value for the current bar.


    BollingerBand (Function) Example

    Assigns to Value1 the upper BollingerBand, and assigns to Value2 and plots the lower BollingerBand, for each bar based on 2 standard deviations a simple 20 bar average of the Close, then plots Value1 and Value2:
    Value1 = BollingerBand(Close,20,2);
    Value2 = BollingerBand(Close,20,-2);

    Parameters

    Name
    Type
    Description
    Price
    Numeric
    Specifies which bar value (price, function, or formula) to be considered for the center-line average.
    Length
    Numeric
    Sets the number of bars to consider for the center-line average.
    NumDevs
    Numeric
    Sets the number of standard deviations above (positive) or below (negative) the center-line average.

    #2
    it's already built-in the name is bollinger
    Just open the chart, press ctrl+i and select bollinger from the list

    hope it helps
    Last edited by roonius; 01-08-2009, 08:45 PM.

    Comment


      #3
      Thanks roonius!

      xewoox, please see this helpguide article on how to call the Bollinger Bands from NinjaScript - http://www.ninjatrader-support.com/H...Bollinger.html

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      127 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      85 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      86 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X