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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        84 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        46 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        66 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        58 views
        0 likes
        Last Post CarlTrading  
        Working...
        X