Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MTF Indicators in NT7

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

    MTF Indicators in NT7

    I can add separate dataseries to the chart (e.g., ES 1100t, 233t, 150t) and even apply indicators to each dataseries easily enough, but if I wanted to write a NinjaScript indicator to look for conditions across all three timeframes, does NT7 support this? Of course, this can be done via a Strategy but this implementation prohibits use of the Chart-Trader on the same chart.

    In a similar vein, is it possible in NT7 to add multiple instruments/timeframes to an indicator for processing, yet only show the primary timeframe on the chart? If not, is there an opportunity to create a type of hybrid class or configurable property that has all of the multiple-instrument/timeframe capabilities of the Strategy Class, yet would not allow order placement/trade management so this type of MTF indicator can be used with the ChartTrader?

    Whitmark
    whitmark
    NinjaTrader Ecosystem Vendor - Whitmark Development

    #2
    Originally posted by whitmark View Post
    I can add separate dataseries to the chart (e.g., ES 1100t, 233t, 150t) and even apply indicators to each dataseries easily enough, but if I wanted to write a NinjaScript indicator to look for conditions across all three timeframes, does NT7 support this? Of course, this can be done via a Strategy but this implementation prohibits use of the Chart-Trader on the same chart.

    In a similar vein, is it possible in NT7 to add multiple instruments/timeframes to an indicator for processing, yet only show the primary timeframe on the chart? If not, is there an opportunity to create a type of hybrid class or configurable property that has all of the multiple-instrument/timeframe capabilities of the Strategy Class, yet would not allow order placement/trade management so this type of MTF indicator can be used with the ChartTrader?

    Whitmark
    Yes this is possible via Indicator. Just open an indicator and check out the Add() and Add...() methods. Works the same as strategies. If indicator is applied to chart, secondary series are NOT plotted on the chart from the indicator.
    RayNinjaTrader Customer Service

    Comment


      #3
      Add() - Adds a Bars object to a strategy for developing a multi-time frame or multi-instrument strategy. When running a strategy, the NinjaTrader UI will prompt you to select the primary instrument and bar interval to run on. This primary Bars object will carry a BarsInProgress index of 0. In a multi-time frame and multi-instrument strategy, supplementary Bars objects are added via this method in the Initialize() method and given an incremented BarsInProgress index value. See additional information on running multi-bars strategies.
      Excellent! Thanks Ray . . . the help screen still references Add() for strategies exclusively so I was suspect but realize it will be updated in time.
      Last edited by whitmark; 10-05-2009, 07:15 AM.
      whitmark
      NinjaTrader Ecosystem Vendor - Whitmark Development

      Comment


        #4
        Originally posted by whitmark View Post
        Excellent! Thanks Ray . . . the help screen still references Add() for strategies exclusively so I was suspect but realize it will be updated in time.
        Yes, the Help Guide is no where near up to date especially in the area of NinjaScript.
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        625 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        359 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        562 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        567 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X