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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment