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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
41 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
49 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
31 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
90 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
54 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment