Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CurrentDayOHL().Open[0] returning wrong values
Collapse
X
-
CurrentDayOHL().Open[0] returning wrong values
CurrentDayOHL().Open[0] is returning the opening value of the current intraday bar instead of the current day's open.Tags: None
-
Ok, just figured out that you have to use CurrentDayOHL().CurrentOpen[0]
Not sure why the other is even there since it is misleading and useless.
-
Hello motownlucas,
Thank you for your post and glad to hear you were able to sort it out.
There may be some indicator or strategy instances where the current bars value would be needed. Of course, Open will be static throughout the day, however the High and Low are dynamic.MatthewNinjaTrader Product Management
Comment
-
Thanks for the quick response Matthew.
My point is that if you needed the current bar's opening value, you would use Open[0], not CurrentDayOHL().Open[0].
CurrentDayOHL().Open[0] implies that you are looking for the current day's opening value but that is not what it gives.
Needless confusion that adds no value.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
68 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
38 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment