Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Historical Time and Sales
Collapse
X
-
tupchurch, there would unfortunately not be a supported approach to achieve that, since the OnMarketData() is not called on historical data. Our next major platform update will allow the historical triggering of OnMarketData through a process we call TickReplay. This would provide the most consistent outcome.
There's the GOM Recorder indicator framework around that records the backfill data needed to binary files, this would be an approach you could check into as well in the meantime.
-
This data must be in the historical data, yes? What if I made a one tick chart with bid, ask and last prices and compared the last price to the bid and ask prices and couple that with volume. Would this be that same data? I could share the data with other charts via SQL Server or maybe even the registry. I don't know if that would be accurate. Please let me know if I am misunderstanding the data. Thanks
Comment
-
Hi tupchurch,
You may try adding a tick series of bid and ask and getting those historically.
For example:
Add(Instrument.Fullname, PeriodType.Tick, 1, MarketDataType.Ask)
Add(string instrumentName, PeriodType periodType, int period, MarketDataType marketDataType)
http://www.ninjatrader.com/support/h...s/nt7/add3.htmChelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
310 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment