Does anyone know the order of processing of OnDataPoint() relative to OnStateChange()? The Guide states that the designed state management system for BarTypes is State.Active. So does OnDataPoint() take place after State.Configure and before State.Active, or after State.Active and before State.DataLoaded?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Order of Processing Of OnDataPoint()
Collapse
X
-
Order of Processing Of OnDataPoint()
Hi,
Does anyone know the order of processing of OnDataPoint() relative to OnStateChange()? The Guide states that the designed state management system for BarTypes is State.Active. So does OnDataPoint() take place after State.Configure and before State.Active, or after State.Active and before State.DataLoaded?Tags: None
-
Hello Zeos6,
Thank you for the post.
From testing a blank custom bar type, I find that the ordering is State.Configure, State.Active, then OnDataPoint begins to be called. I do not see a case where State.DataLoaded is reached, so State.DataLoaded is not considered in a custom bar type.
I have attached my test script. Please let me know if I can assist further.Attached Files
-
Thank you ChrisL. That is helpful.
I do, however, have a follow up question. If State.DataLoaded is never reached, how are historical bars processed. State.Historical comes after State.DataLoaded? Does NT simply skip State.DataLoaded and moves directly into State.Historical, State.Transition, and then State.RealTime?
Comment
-
Hello Zeos6,
Thank you for the reply.
BarsTypes do not have the same lifecycle as indicators or strategies. State.Active is when the bar type is active and working. Note that the Active state is different than data processing states.
Please see this help guide page that describes OnStateChange states:
Please let me know if I can assist further.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
71 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
25 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
28 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
56 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment