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 PaulMohn, Today, 02:06 AM
      0 responses
      1 view
      0 likes
      Last Post PaulMohn  
      Started by Mindset, Today, 01:27 AM
      0 responses
      4 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by EB Worx, 03-07-2023, 05:05 AM
      4 responses
      97 views
      1 like
      Last Post cls71
      by cls71
       
      Started by patricia70, 11-23-2020, 10:17 AM
      17 responses
      546 views
      1 like
      Last Post PaulMohn  
      Started by Jltarrau, 04-28-2024, 10:18 PM
      1 response
      14 views
      0 likes
      Last Post brucerobinson  
      Working...
      X