Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to check the highest bar since entry NT8
Collapse
X
-
How to check the highest bar since entry NT8
The logic example to request the highest value or point in a bar since entry is older version of Ninja Trader. Is there an example of returning the highest price since entry that can be used in Ninja Trader 8?Tags: None
-
More Specifically My code trying to gather Highs, starting on just the Highs, of bars since entry returns an error saying that BarsSinceEntry is invalid context. Is that a NT7 syntax, or is there a required type cast required to able to implement BarsSinceEntry in OnBarUpdate.
-
Hello LoganJKTrader,
The NT7 thread is linked below.
In NinjaTrader 8 BarsSinceEntry is now BarsSinceEntryExecution.
High and HighestBar() are the same.
The Code Breaking Changes section of the help guide can be used to search NinjaTrader 7 methods and properties for the equivalent in NinjaTrader 8.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 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
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment