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

Multiinstrument in indicator. How?

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

    Multiinstrument in indicator. How?

    Hi.

    How I can receive in my indicator prices bid/ask from other instrument?
    For example. The indicator is attached to ES, and it is necessary for me to receive bid/ask YM.

    #2
    Hello iGOR,

    Please see the link below for information regarding the use of multi instruments with NinjaScript.
    JasonNinjaTrader Customer Service

    Comment


      #3
      Thanks for a prompt reply.

      But this section describes a code for strategy, and I have a task to receive the prices bid/ask in the indicator.
      If I add a code to indicator as in strategy
      Code:
      protected override void Initialize()
              {
                  Add("YM 03-09", PeriodType.Tick, 10);
                  ....
              }
      I receive a mistake CS1501
      Last edited by iGOR_; 02-04-2009, 07:38 AM.

      Comment


        #4
        Right. Sorry for the confusion. Multi-instrument indicators will be avaialble in NT7. You currently cannot access the information of a different instrument from an indicator.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          try this thread for ideas on how.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rocketman7, Today, 02:12 AM
          7 responses
          30 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by guillembm, Yesterday, 11:25 AM
          3 responses
          16 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by junkone, 04-21-2024, 07:17 AM
          10 responses
          149 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by tsantospinto, 04-12-2024, 07:04 PM
          6 responses
          101 views
          0 likes
          Last Post tsantospinto  
          Started by trilliantrader, 04-18-2024, 08:16 AM
          7 responses
          28 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Working...
          X