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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    54 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    25 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    17 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X