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 esmall, Today, 07:14 PM
          0 responses
          1 view
          0 likes
          Last Post esmall
          by esmall
           
          Started by Option Whisperer, 05-09-2024, 07:58 PM
          6 responses
          25 views
          0 likes
          Last Post Option Whisperer  
          Started by rayyyu12, Today, 05:38 PM
          0 responses
          12 views
          0 likes
          Last Post rayyyu12  
          Started by xepher101, Yesterday, 12:19 PM
          2 responses
          30 views
          0 likes
          Last Post xepher101  
          Started by thumper57, Today, 04:30 PM
          0 responses
          8 views
          0 likes
          Last Post thumper57  
          Working...
          X