Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Create new chartpane from code

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

    Create new chartpane from code

    Can I create second panel with another stock chart from strategy code after I use Add()?
    For example:
    I use
    Add("ES ##-##", PeriodType.Minute, 1);
    and I want to open its chart on other panel and draw some lines on it.

    #2
    Hello nysetrader,

    Welcome to the NinjaTrader forums. A standard chart offers this but a strategy analyzer chart cannot be configured after the backtest has been completed.

    For help adding another data series to a standard chart, see the following link:
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thank you. How can I run a strategy on a stock list in which each stock is compared to ES future? Also that comparison has 2 parameters which are unique for each stock and I are taken from optimization. Is it possible to make this strategy in NinjaTrader?
      I made it in WealthLab, but it is too slow in live trading, so I'm trying to make it in NT.
      Last edited by nysetrader; 03-12-2012, 11:01 AM.

      Comment


        #4
        You can add the ES as a secondary series to your strategy.

        You can run the strategy against each instrument in the SP500. You can easily backtest or run strategies against a list of instruments, which creates a separate instance for each item in the list.

        The strategy grid offers shift+click or ctrl +click to select and enable (through right click >enable) multiple strategy instances at once.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        670 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        575 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X