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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
595 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment