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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
57 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
26 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment