Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can I lighten CPU load this way?
Collapse
X
-
Can I lighten CPU load this way?
Back when I was using TradeStation there was a trick to save some CPU cycles in coding and I would like to see if it would work in NT (if I understand OnBarUpdate() correctly). This applies to CalculateOnBarClose = false; If OnBarUpdate() is "true" even if more volume comes in at the same price (changing Volume[0] but not Close[0]), then if I just check for a change in Close[0], I can skip the indicator calculations on all indicators THAT USE PRICE ONLY (not Volume) by immediately issuing a "return;" in the code. Of course, during highly volatile times Close[0] changes constantly, so not any savings there, but in "normal" times it might help - if it worked that way. Does it?Tags: None
-
Sorry - I was specifically looking at this for minimizing calc time on my TPO chart (where I also have to account for the Initial Balance time if Close[0] doesn't change at that particular moment). For other indicators I'm not sure how it would work, though if the indicator is using # of bars (like an Average) you would obviously have to account for the new bar in the Average length (maybe using FirstTickOfBar or a counter as a flag...)
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
89 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment