Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Viewing 2 instruments in the Strategy Analyzer

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

    Viewing 2 instruments in the Strategy Analyzer

    Hi,

    I'm trying to add additional instrument to the Strategy Analyzer.

    I tried to add the following line to the strategy code but nothing happened:
    Code:
    protected override void Initialize()
    {
          Add(Instrument2, BarsPeriod.Id, BarsPeriod.Value);
    }
    What can I do?

    Tx in advance

    #2
    Hello,

    This adds the bar data in, Its up to you what to output to the column however. Since theres only one data output per column you would need to add this in a new column most likely.

    Multi Seris programming for your information:



    Let me know if I can be of further assistance.

    Comment


      #3
      Thanks.

      If I want to display the bar data on a new panel how can I do it?

      Comment


        #4
        Hello,

        You would need to create a new indicator for this.

        Let me know if I can be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cutzpr, Yesterday, 05:24 PM
        2 responses
        9 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by sn0z33r, 02-12-2025, 09:37 AM
        4 responses
        20 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by joergtomann, 02-09-2025, 03:29 AM
        3 responses
        41 views
        0 likes
        Last Post Chenyuan  
        Started by davider97, Yesterday, 09:42 AM
        3 responses
        28 views
        0 likes
        Last Post davider97  
        Started by Playdc, Yesterday, 04:53 PM
        2 responses
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X