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 cmoran13, 04-16-2026, 01:02 PM
          0 responses
          43 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          25 views
          0 likes
          Last Post PaulMohn  
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          163 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          98 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          158 views
          2 likes
          Last Post CaptainJack  
          Working...
          X