Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ninja script utilization monitor - wrong info
Collapse
X
-
ninja script utilization monitor - wrong info
I do my backtests on 1 second data series, but the utilization monitor windows name it ''1 tick'' instead of ''1 second''. it seems that the calculations are done based on tick instead of 1 second which cause my backtests to be very slow. Anyone can help me with that?
Tags: None
-
Hello bob_brsser,
When backtesting over 1 second data, this will be historical tick data.
There are 3 types of historical data: tick, minute, and day. Any sub-minute or non-time-based bar types (like renko or range) will be built from tick data.
The script will be tested over the bar type you select in the Data Series section. If you choose 1 second, it will be 1 second bars.
Using 1 second bars (or 1 tick bars) would require further resources to run your logic on every bar close.
Unfortunately, for backtests there would not be much that can be done to improve the performance when testing over a very large amount of data points, unlike optimizing where there are some things that can be done to improve performance.Chelsea B.NinjaTrader Customer Service
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 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
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment