I'd like to develop a tool capable of downloading daily tick data. Can you direct me toward an example? Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to download tick data
Collapse
X
-
Hello morrnel,
Thanks for your post.
Data can be downloaded without any programming by using the Historical Data Window. (Control Center > Tools > Historical Data > Load Tab)
Historical Data Window - https://ninjatrader.com/support/help...ta_manager.htm
If you want to download data programmatically, you could consider using BarsRequests
BarsRequests (example code herein) - https://ninjatrader.com/support/help...arsrequest.htm
A downloadable example that implements a BarsRequest can be found here - https://ninjatrader.com/support/help...t_overview.htm
We look forward to assisting.
-
Hello morrnel,
A BarsRequest can be made for single tick data, and you can use a LookupPolicy of Provider to have the data request always pull from the data provider and saved in the Documents\NinjaTrader 8\db folder. If you use a LookupPolicy of Repository, only the historical data in the Documents\NinjaTrader 8\db\ folder will be pulled.
Please let us know if you have any additional questions.
Comment
-
Hello morrnel,
NinjaScript is C# based and Python is not supported with NinjaTrader out of box. The format for Market Replay data is also proprietary. We would not have additional information to share on Market Replay data NRD files.
You may find helpful information external to NinjaTrader. If you look up "Convert Market Replay(NRD) to CSV and Import ticks format" you may find some external forums that look into these formats.
We look forward to assisting.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
177 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
332 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
254 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
356 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
184 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment