Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT& B13 - Indicators Added in Strategy "overwrite" existing inds in Chart Panels

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

    NT& B13 - Indicators Added in Strategy "overwrite" existing inds in Chart Panels

    So I have several strategies that use the "add" function within the Initialize() to add indicators to charts etc. What I find happening is that if the chart already has two panels (Panel 1 with chart and panel 2 with some indicator), that when I activate/enable the strategy, the strategy just applies the "add" indicators "over the top" of the existing Panel indicators, such that I end with two different indicators in the panel 2.

    For example of I have a chart with a second panel and VOL in it, and I enable a strategy that has an "Add(RSI(14));" command, then I end up with Panel 2 containing VOL and RSI.

    I would have expected that it would have "added" the new indicators into new panels???

    #2
    dnoff, thanks for reporting in, will check into - have you hardcoded any panel in for the ADDed indicator by the strategy?
    BertrandNinjaTrader Customer Service

    Comment


      #3
      I don't believe that I have hard coded anything in there. Here is a sample:


      Code:
      Add(DFT_VOL());
      Add(PaintBar_Close());
      Add(DFT_PriceSpike(this.Atr,this.psMAPeriod,this.ATRPeriod));
      Add(SMA(20));

      Comment


        #4
        Thanks. We will get back to you at a later point in time after investigation.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        5 responses
        3,289 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        5 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        8 responses
        61 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Option Whisperer, Today, 09:55 AM
        0 responses
        5 views
        0 likes
        Last Post Option Whisperer  
        Started by halgo_boulder, 04-20-2024, 08:44 AM
        2 responses
        24 views
        0 likes
        Last Post halgo_boulder  
        Working...
        X