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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
174 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
329 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
355 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
182 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment