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 cmoran13, 04-16-2026, 01:02 PM
    0 responses
    43 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    25 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    163 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    158 views
    2 likes
    Last Post CaptainJack  
    Working...
    X