Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    -EC_Chris-
    NinjaTrader Ecosystem Vendor - Emergent Cybernetics

    #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 Mizzouman1, Today, 07:35 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Radano, 06-10-2021, 01:40 AM
    20 responses
    616 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by i019945nj, 12-14-2023, 06:41 AM
    6 responses
    67 views
    0 likes
    Last Post i019945nj  
    Started by aa731, Today, 02:54 AM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by BarzTrading, Today, 07:25 AM
    0 responses
    3 views
    0 likes
    Last Post BarzTrading  
    Working...
    X