Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Chaikin Oscillator is wrong

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

    Chaikin Oscillator is wrong

    NT 7.0.0.9
    The Chaikin Oscillator indicator is calculated incorrectly. It should be calculated with EMA and not SMA. The indicator code reads:

    Line 51 Value.Set(SMA(cummulative, Fast)[
    0] - SMA(cummulative, Slow)[0]);

    That should be changed to:
    Line 51 Value.Set(EMA(cummulative, Fast)[0] - EMA(cummulative, Slow)[0]);

    Please refer to StockCharts.com definition of this indicator
    HTML Code:
    http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:chaikin_oscillator
    "The formula is the difference between the 3-day exponential moving average and the 10-day exponential moving average of the Accumulation/Distribution Line."

    #2
    Thank you. We will look into it.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    607 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    353 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