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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    53 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X