Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy and Indicator Time Frames Showing On Chart

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

    Strategy and Indicator Time Frames Showing On Chart

    Hi folks,

    How can we have (and this applies to strategy indicator plots on a chart when enabled and also normal plotting of indicators on a normal chart), when the selected time frame is like, say, 1 min time from on the primary chart but we want also to plot, say, the 15 min based indicators on the same chart?

    Thanks so much.

    Greg

    #2
    Hello Greg,

    Thanks for your post.

    To clarify, you want to have some indicators in your strategy calculated based on the primary series and other indicators in your script calculated based on the secondary added series and you want those indicators plotted on the chart. Is that correct?

    If so, you could add an additional data series to the script by using the AddDataSeries() method. AddPlot() would be used to add plots to the script. Then, you could specify which series your indicator uses to calculate when instantiating the indicator in your script and each indicator value could be assigned to the plots using the Values collection.

    I have attached an example script demonstrating this concept for you to view.

    See the help guide documentation linked below for more information.

    AddDataSeries(): https://ninjatrader.com/support/help...dataseries.htm
    AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
    Values: https://ninjatrader.com/support/help.../nt8/value.htm
    Working with Multi-Timeframe/Multi-Instrument NinjaScripts: https://ninjatrader.com/support/help...nstruments.htm

    Please let me know if I 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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    89 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X