Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnMarketData from the secondary series

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

    OnMarketData from the secondary series

    Hello! I'm trying to get current Ask and current Bid price from the secondary Series.
    I'm using OnMarketData events. How can I get current ask and bid from multi-instrument indicator/strategy?
    F.e. Main Data Series is GC 02-12 and the Secondary ic CL 01-20. I need to get current Ask and Bid from CL 01-20.

    Thank you!

    #2
    Hi YevhenShynkarenko, thanks for your note.

    The GetCurentBid and GetCurrentAsk method have overrides that have a barsinprogressindex parameter. For the primary call GetCurrentAsk(0); and for the secondary call GetCurrentAsk(1)

    Comment


      #3
      Originally posted by NinjaTrader_ChrisL View Post
      Hi YevhenShynkarenko, thanks for your note.

      The GetCurentBid and GetCurrentAsk method have overrides that have a barsinprogressindex parameter. For the primary call GetCurrentAsk(0); and for the secondary call GetCurrentAsk(1)
      Big thanks. One more question,
      How to get Unrealized Profit Loss from multi-instrument strategy? F.e. I have opened position on both instruments (GC, CL). How can I get the Unrealized PnL from GC and from CL.
      Can I do this in OnMarketData?
      Thanks!

      Comment


        #4
        Hi YevhenShynkarenko, thanks for your patience.

        The Positions object can be used for this case. See the documentation below:


        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        596 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        343 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        556 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        554 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X