Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Reset variables at beginning/end of US Equities RTH
Collapse
X
-
Hello Lumbeezl,
Bars.IsFirstBarOfSession will be true on the first bar update of a new session of the primary bars.
Try the print in the help guide:
https://ninjatrader.com/support/help...rofsession.htm
If you are using a different trading hours template on the chart or for the data series for the script and you want to reference a different template, this is possible with custom logic that gets a trading hours object with NinjaTrader.Data.TradingHours.Get(string tradingHoursName) and checks the Sessions.
Last edited by NinjaTrader_ChelseaB; 02-17-2019, 09:24 PM.Chelsea B.NinjaTrader Customer Service
- Likes 1
-
The 'session'variables depend on the session template that you are using. Instead, use the exact times that you want to reset the variables.Originally posted by Lumbeezl View PostHow do I reset the variables of a strategy at the beginning/end of these hours? When using IsNewSession, FirstBarOfSession, etc is doesn't seem to yield the desired result.
Thanks
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
186 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
345 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
266 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment