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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X