Announcement

Collapse
No announcement yet.

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.

    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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          43 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          20 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          29 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          47 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          38 views
          0 likes
          Last Post CarlTrading  
          Working...
          X