- My strategy is set to Calculate.OnEachTick.
- The indicator it hosts is also set to Calculate.OnEachTick, but I understand it inherits parent setting anyway.
- Strategy primary data series is 15sec bars.
- Strategy passes "Input" to indicator.
- Why does indicator only run onbarupdate on each bar close?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
update indicator on each tick
Collapse
X
-
update indicator on each tick
Tags: None
-
Hi Jesse,
I'm so confused by your response. In my original post I said "My strategy is set to Calculate.OnEachTick."
So you just told me to do what I'm already doing.
Could you recheck my post? Thanks!
Comment
-
Hello iantriestrading,
Are you certain that your strategy is using OnEachTick? If you are hosting an indicator and its running on bar close that means the parent is using OnBarClose. The only other way for that to happen would be if you programmed the indicator to only execute on the first tick of the bar. In historical data everything will still run OnBarClose, you would only see OnEachTick in realtime.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
188 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
351 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
273 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment