I want to set an indicator script to fire on every minute boundary....perhaps there is a better way to do this than to wait for data?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
No ticks -- still onbarupdate?
Collapse
X
-
No ticks -- still onbarupdate?
Will OnBarUpdate be triggered, say on a 1 minute chart if there are no ticks (no data)
I want to set an indicator script to fire on every minute boundary....perhaps there is a better way to do this than to wait for data?Tags: None
-
Turtle Trader, if there are no ticks / trades then it would not be triggered. Everything is event based in NT, the opening tick of the new bar is the closing tick of the old / current one.
To fire someting based on time alone, you could look into creating a custom triggered timer event -
-
Timer on Replay
Hello,
That may work...however, I need the timer to sync with Replay, as well as real time time...does that work, or is the timer based on the motherboard and not the data stream?
Thx.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
138 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 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