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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    236 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    151 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    162 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X