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 sjsj2732, Today, 04:31 AM
    0 responses
    20 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    280 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    279 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    130 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X