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

NT8 MultiTime Frame Indicator

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

    NT8 MultiTime Frame Indicator

    With NT8 I can finally Plot Mutiple Time frame bar DataSeries directly on a chart without
    corrupting the display. Previous in NT7 I would add extra DataSeries in my indicator. In NT8
    is it Still necessary to Add the Extra dataSeries in the Indicator in order to have access if the Series is already on the chart. It seems logical you would need to add it in the code so that the code would want to have a reference to it, However it does not need that for the Base Series. Just wondering if the handling of this had changed in anyway.

    Thanks
    Jerry

    #2
    Hello Jerry,

    It is possible to set the Input Series of an indicator or strategy to a secondary series on the chart. This would cause the primary series of the indicator to use the data of the alternate series on the chart. This is possible with both NinjaTrader 7 and NinjaTrader 8.

    However, to have multiple data series within a script, you must add the data to the script using AddDataSeries() in NT8 and Add() in NT7.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks
      Chelsea

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by pechtri, 06-22-2023, 02:31 AM
      9 responses
      122 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by frankthearm, 04-18-2024, 09:08 AM
      16 responses
      65 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by habeebft, Today, 01:18 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by benmarkal, Today, 12:52 PM
      2 responses
      13 views
      0 likes
      Last Post benmarkal  
      Started by f.saeidi, Today, 01:38 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X