Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BarsRequest.Update BarsSeries.GetAsk/GetBid

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

    #31
    Hello jeronymite,

    If you are looking to identify buys and sells, you can use a single tick data series in the BarsRequest and use e.BarsSeries.GetBid(i) and e.BarsSeries.GetAsk(i) where e is the NinjaTrader.Data.BarsUpdateEventArgs argument of the BarsRequest Update event. I have attached an example indicator that can print these values (historical and realtime) when the indicator is applied to a 1 tick data series.

    If you would like to instead view the full stream of bid and ask ticks, I suggest creating separate BarsRequests where the MarketDataType property of the BarsPeriod is set to Bid or Ask.

    We look forward to assisting.
    Attached Files

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    576 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X