For example, right now on 10/26, looking at SPY the LastClose value is 108.08 (from 10/23) on but the priorDayOHLC close value is 108.15.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
LastClose
Collapse
X
-
LastClose
How do I reference the "LastClose" value from MarketAnalyser in a Ninjascript ? I put the close value from priorDayOHLC side by side with the LastClsoe value and they are different, and I would like to access the LastClose value from my script.
For example, right now on 10/26, looking at SPY the LastClose value is 108.08 (from 10/23) on but the priorDayOHLC close value is 108.15.Tags: None
-
PriorDayOHLC gets you the close as determined by the data presented on the chart. The close of the last bar on 10/23 is the value you will get. As you could imagine, session begin/end times heavily influences this. This could very well be different from the official settlement close price seen on daily bars.Josh P.NinjaTrader Customer Service
-
Thanks Josh, what is the data method to access the 'LastClose' value then? I tried using Bars.GetSessionBar(1).Close and it gives me back the the same as priorDayOHLC.
Originally posted by NinjaTrader_Josh View PostPriorDayOHLC gets you the close as determined by the data presented on the chart. The close of the last bar on 10/23 is the value you will get. As you could imagine, session begin/end times heavily influences this. This could very well be different from the official settlement close price seen on daily bars.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
89 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
69 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment