Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SessionStartTime
Collapse
X
-
SessionStartTime
Again TradeStation SessionStartTime which would return in local time the session start time. Is there an equivilant in NT?Tags: None
-
Unfortunately not, as this will be tied to your chart Session Start / End time settings (chart properties).
For a time filter to limit trading hours, please take a look at this - http://www.ninjatrader-support2.com/...ead.php?t=3226
-
-
The answer I was looking for. Thank you!
Originally posted by NinjaTrader_Josh View PostYou can use FirstBarOfSession and when it is true, save out the session start time.
http://www.ninjatrader-support.com/H...OfSession.html
Comment
-
Josh,
Thanks for the quick reply. What I was looking at was a way to stop an indicator if within, say, 5 minutes of the end of the session. Something like:
if(Time[0] < Session.EndTime - 300)
do something
else
do something else
I can't, however, figure out how to access the Session End Time value, even though it is in the Properties.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment