Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Data
Collapse
X
-
Data
How do I retrieve the data for each individual buy and sell order that has been filled? Looking to build an indicator similar to trade detector, and so I need each individual order that has gone through.Tags: None
-
Hello wavestrader,
Thank you for your note.
Each trade of a instrument is going to be contained in the tick data, so adding a secondary tick series to an indicator or strategy and referencing the close, volume and time of that tick wouold reveal the trade price, size, and time.
I've attached a sample indicator which when you apply to a chart will print to the output window the price, size, and time.
Please let us know if you need further assistance.Attached FilesAlan P.NinjaTrader Customer Service
-
-
Hello wavestrader,
You could pull in a bid and a ask series, and compare the tick to the bid and ask to identify which price the tick/trade took place at.
Below would be a link to the helpguide covering adding a bid/ask series.
Another and maybe a better approach you could go with would be to see the BuySellVolume indicator preloaded on NinjaTrader, which uses OnMarketData to check at which price a trade occurred.
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
13 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment