Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

EasyLanguage Volatility Function?

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

    EasyLanguage Volatility Function?

    Here is the EasyLanguage description of the volatility function:

    Code:
    The Volatility series function measures the market volatility
    by plotting a smoothed average of the TrueRange. 
    It returns an average of the TrueRange over a specific number 
    of bars, giving higher weight to the TrueRange of the
    most recent bar.
    
    Syntax
    Volatility(Length)
    
    Returns (Double)
    
    A numeric value containing the market volatility. As the 
    number increases, the market is more volatile.
    
    Parameters
    
    Name Type Description
    Length Numeric 
    Sets the number of bars to include in the 
    volatility calculation.
    
    Remarks
    Volatility is the variation in price over a 
    specific interval (the difference between the highest 
    and lowest prices). As the time interval being studied 
    increases, volatility also increases to a maximum before leveling off. 
    As prices increase, the volatility tolerance also increases.
    Note The Volatility function uses a slightly different 
    set of calculations than the original formula. The Volatility
    variation tends to smooth recent activity, which means 
    that it will take more time (bars) to ‘normalize.’ The original
    formula is provided in the VolatilityClassic function.
    
    Example
    Plots the volatility over the last 20 bars.
    Plot1(Volatility(20);
    Assigns to Value1 the volatility of the last 15 bars.
    Value1 = Volatility(15):
    Reference
    Kaufman, P.J. The New Commodity Trading Systems and Methods. 
    John Wiley & Sons. New York 1980. Pages 99-
    101.
    Is there a comparable function or call in NS?

    #2
    Hi, I'm not aware of a direct counterpart, but I would suggest looking into the RVI, ATR and StdDev methods for working with volatility.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Segwin, 05-07-2018, 02:15 PM
    14 responses
    1,789 views
    0 likes
    Last Post aligator  
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    837 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,294 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    13 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    63 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X