Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily/Weekly EMA on Intraday Chart

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

    Daily/Weekly EMA on Intraday Chart

    Hello, I've created an indicator to display a higher time frame EMA on a intraday chart.

    However, the goal is to show a daily EMA on the intraday chart or a weekly/monthly EMA on a daily chart.

    The indicator plots HTF minutes, seconds, ticks, etc. EMAs fine on the intraday chart. But when I choose Day,Weekly, or Monthly as BarPeriodType on a intraday or daily chart the indicator no longer plots.

    Without posting the whole code, the major items are below. Can you please advise what may be causing the daily, weekly and monthly aggregations to not plot. Thanks
    Last edited by EC_Chris; 12-14-2017, 09:41 AM.

    #2
    Hello EC_Chris,

    A plot will have bar slot for every primary bar.

    The plot will only show between bars that have values set consecutively.

    If bar 0 has a value set, bar 1 has a value set, bar 2 does not have a value, and bar 3 has a value set, the plot will only show between bars 0 and 1 and will not show between 1 and 2 or 2 and 3.

    May I confirm you have a value set for every primary bar in the plot?

    You can use .IsValidDataPoint() to ensure a value is set on a series.

    Below is a publicly available link to the help guide.
    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
    566 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 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
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X