I searched across the manuals and forum, but do not catch: why to remove bar, if we can update all it's prices and volume instead?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
RemoveLastBar() vs UpdateBar()
Collapse
X
-
RemoveLastBar() vs UpdateBar()
Hello.
I searched across the manuals and forum, but do not catch: why to remove bar, if we can update all it's prices and volume instead?
Tags: None
-
Thanks a lot, Chris!
One of the most clear answers ever!
I
Am I clearly understand, that AddBar() impact all all scripts, using this bars series:
1. Triggers OnBarUpdate() for scripts Calculated.OrBarClose.
2. Increment CurrentBar index.
3. Set IsFirstTickOfBar to true.
4. Something else....
?
Comment
-
Hi fx.practic, thanks for the follow-up.
1. Yes, AddBar will trigger the OnBarUpdate method for all scripts running on the bar series.
2. Yes, AddBar will increment CurrentBar.
3. AddBar will set IsFirstTickOfBar to true in a Calculate.OnEachTick or Calculate.OnPriceChange script only.
Kind regards,
ChrisL
Comment
-
And what if to RemoveLastBar() without adding new one - does it triggers any events?
Comment
-
Thank you, Chris.
Once more question: why RemoveLastBar(), why not UpdateBar() with ability updating Open price?
Is there any reason for current design?
Comment
-
Hi fx.practic, thanks for your patience.
UpdateBar() is intended to change values of a bar that change over time and the open price obviously doesn't do this normally. The Renko and LineBreak bars are the only defaults that would need to change their open price. I can submit a feature request to request the ability to change the open price of a bar through UpdateBar.
Please let me know if I can assist any further.
Comment
-
Please, don't.
I've just asked to be familiar with general logic.
I'd wish to save development resource for something really useful.
Thanks again, Chris.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
550 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment