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 traderqz, Today, 12:06 AM
      10 responses
      18 views
      0 likes
      Last Post traderqz  
      Started by algospoke, 04-17-2024, 06:40 PM
      5 responses
      46 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by arvidvanstaey, Today, 02:19 PM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by mmckinnm, Today, 01:34 PM
      3 responses
      5 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by f.saeidi, Today, 01:32 PM
      2 responses
      9 views
      0 likes
      Last Post f.saeidi  
      Working...
      X