Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EMA using ETH Dataseries for use with an indicator?

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

    EMA using ETH Dataseries for use with an indicator?

    Hello. I am using an EMA based off of the Extended Trading Hours using AddDataSeries(BarsArray[0].Instrument.FullName, BarsArray[0].BarsPeriod, "CME US Index Futures ETH");
    It works fine, but I was wondering if it were possible to use this with other indicators, like you can take the Orderflow Cumulative Delta and add a 20 EMA, and plot that on the same panel. I tried to do that but the plots were in the 44k, which would match the levels I'm using for the main chart.
    I'm not sure if it's not possible, or what it is I'm missing.

    #2
    Hello rockmanx00,

    A plot is only synchronized with the primary series as it needs to draw visually on the chart.

    You could choose to use a different trading hours for calculations, but any plot series would have bar slots equal to the bar slots on the chart.

    You can calculate using different data, and then assign the values to a plot that is synchronized to the primary series.

    Below is a link to an example.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    556 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X