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 StockTrader88, 03-06-2021, 08:58 AM
          45 responses
          3,991 views
          3 likes
          Last Post johntraderuser2  
          Started by TAJTrades, Today, 09:46 AM
          0 responses
          7 views
          0 likes
          Last Post TAJTrades  
          Started by rhyminkevin, Yesterday, 04:58 PM
          5 responses
          62 views
          0 likes
          Last Post dp8282
          by dp8282
           
          Started by realblubb, Today, 09:28 AM
          0 responses
          8 views
          0 likes
          Last Post realblubb  
          Started by AaronKoRn, Yesterday, 09:49 PM
          1 response
          19 views
          0 likes
          Last Post Rikazkhan007  
          Working...
          X