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 DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
225 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
409 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment