Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily indicator value within intraday indicator

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

    Daily indicator value within intraday indicator

    Greetings,
    I'm at a loss attempting to obtain the Daily ATR(10) value to use within an intraday indicator. Would anyone be so kind as to provide guidance with regard to the proper syntax to obtain this value? I currently manually input the value in the indicator's setup window, and would like the value to be obtained and updated automatically.

    Thanks in advance, Todd

    #2
    Hello Todd Geiger,

    Thanks for your post.

    Please see the attached example script which demonstrates plotting a Daily ATR. In the script, we add a secondary Daily data series, we add a CurrentBars check to make sure there are enough bars processed for the primary and secondary data series. We check if the added daily series is processing and assign the ATR value to a Series<double> variable. Then, we check if the primary series is processing and assign the Series<double> variable to our plot.

    Note that if the ATR period is set to 10, you would need at least 10 days of data loaded for your primary series.

    Also, see the help guide documentation below for more information.
    MultiTimeFrame and Instruments: https://ninjatrader.com/support/help...nstruments.htm
    CurrentBars: https://ninjatrader.com/support/help...urrentbars.htm
    AddPlot: https://ninjatrader.com/support/help...t8/addplot.htm
    Series<T>: https://ninjatrader.com/support/help...t8/seriest.htm

    Let us know if we may assist further.
    Attached Files
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    603 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    349 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    104 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    560 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    560 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X