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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    237 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    152 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    163 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    246 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X