Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bars.TickCount for previous bar
Collapse
X
-
Hello cutzpr,
There is not series of tick counts. You would need to save this with custom C# logic.
You could save this to your own custom series.
https://ninjatrader.com/support/helpGuides/nt8/en-us/?iseriest.htm
https://ninjatrader.com/support/helpGuides/nt8/en-us/?tickcount.htm
Chelsea B.NinjaTrader Customer Service
-
Hello cutzpr,
The data used for TickReplay is historical tick data that is stamped by the provider with the ask and bid the moment the tick was produced.
To use this enable TickReplay in Tools > Options > Market data > Real-time > Show Tick Replay. Then enable TickReplay in the Data Series window for the chart or in the strategy parameters (if not on a chart). Then set Calculate to .OnEachTick in State.SetDefaults.
Below is a public link to the help guide.
In the script this causes OnBarUpdate to trigger for each tick historically and OnMarketData to update historically.
The ask and bid can be found in OnMarketData with marketDataUpdate.Ask/marketDataUpdate.Bid.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
86 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
33 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment