Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Get Bid/Ask/Delta Data in Chart
Collapse
X
-
Get Bid/Ask/Delta Data in Chart
Hi, I'm wanting to get bid/ask tick data in my charts, so that I can do some swing calculations. Is there a way to retrieve this in Ninjascript?Tags: None
-
Hi, thanks for posting.
There are two ways to get historical and real time bid/ask data points. The first is using Tick Replay, we have a guide here, and the BuySellVolume indicator within the platform by default is a good example implementation. The second way is to use a 1 tick data series, eliminating the need to use Tick Replay. I attached an implementation of BuySellVolume that uses a 1 tick series to get buy/sell tick volume.
Kind regards,
-ChrisLAttached Files
-
Awesome...thank you...delta volume is simply buying volume - selling volume, right?
Is there a way to get cumulative delta volume?Last edited by shildebrand324; 02-08-2022, 07:07 PM.
Comment
-
Hi, thanks for the follow up. Delta volume is buy - sell volume. Our calculation for Cumulative Delta is closed source but available to use through NinjaScript with a LifeTime license using the Cumulative Delta indicator. Any custom calculation would need to be researched further.
Best regards,
-ChrisL
Comment
-
Yeah, I have life time license, but was hoping to develop something that didn't require for folks that don't have it.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment