It detects if it is the first candle of the session. When starting a strategy in the American session, for example, it would detect this last candle as the first of the session or it would not enter the if because it would not be the first
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bars.IsFirstBarOfSession
Collapse
X
-
Bars.IsFirstBarOfSession
known that Bars.IsFirstBarOfSession
It detects if it is the first candle of the session. When starting a strategy in the American session, for example, it would detect this last candle as the first of the session or it would not enter the if because it would not be the firstTags: None
-
Hello, thanks for writing in. The IsFirstBarOfSession property will trigger at the first bar of session as defined by the session template you have selected in the Data Series window, so if you are running the script OnBarClose on a 1 minute chart using the RTH session template (9:30-5PM), IsFirstBarOfSession will trigger on the close of the 7:31AM bar.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment