Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi Instrument issue/question

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

    Multi Instrument issue/question

    I am having trouble adding the EURUSD 1 minute dataseries in a simple multi-instrument indicator,

    • I am using a multi broker login to get both the 6e and EURUSD feeds.
    • I modified the SMA indicator to add the EURUSD 1 minute dataseries so that I can monitor the Close of each series.
      • Add("EURUSD", PeriodType.Minute, 1); in Initialize
      • if (BarsInProgress == 1) return; in OnBarUpdate

    The indicator compiles fine but fails when applied to the 6e chart with no error messages.

    Adding the 1m EURUSD manually (right click add dataseries) works fine.

    Thanks in advance

    #2
    Hello cnecorp,

    Can you please share the complete code you're using here and I will give it a run on my side.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Here is the code Ryan
      Attached Files

      Comment


        #4
        Ryan

        Problem is fixed. I moved the barsinprogress statement to the top.

        Thanks very much for your assistance.

        Last edited by cnecorp; 12-17-2010, 08:23 PM.

        Comment


          #5
          cnecorp, glad to hear you got it working. Please let us know if you have any other questions.
          AustinNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          595 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          343 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          556 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          554 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X