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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
95 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
53 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
108 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment