Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 AaronKoRn, Yesterday, 09:49 PM
          0 responses
          11 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          10 views
          0 likes
          Last Post carnitron  
          Started by strategist007, Yesterday, 07:51 PM
          0 responses
          12 views
          0 likes
          Last Post strategist007  
          Started by StockTrader88, 03-06-2021, 08:58 AM
          44 responses
          3,982 views
          3 likes
          Last Post jhudas88  
          Started by rbeckmann05, Yesterday, 06:48 PM
          0 responses
          9 views
          0 likes
          Last Post rbeckmann05  
          Working...
          X