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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Working...
    X