Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnSessionEnd?
Collapse
X
-
OnSessionEnd?
Is there an event like the one above? Perhaps an event such as "OnExitOnClose()"? I would really like something along those lines to inform my program that no more trades are to be taken after positions are closed out prior to the session ending.Tags: None
-
Hello cgergan,
Unfortunately, there isn't a built in method for this. You may get use from the BarsSinceSession value or work with time.
This reference sample can help manipulating date / time objects.Ryan M.NinjaTrader Customer Service
-
Please forward to developers.
Hi, and thanks for the response.Originally posted by NinjaTrader_RyanM View PostHello cgergan,
Unfortunately, there isn't a built in method for this. You may get use from the BarsSinceSession value or work with time.
This reference sample can help manipulating date / time objects.
Please forward this request on to your developers. I am not completely unfamiliar with working with C# time series variables, and I built an effective time-management system within a stand-alone automated program some time ago.
The problem with the approach you've suggested to me is that it requires that I maintain two separate session tables:
- One will be maintained within NinjaTrader, whose properties are available internally to NinjaTrader for purposes of determining when to close a position before session end.
- One maintained, in table fashion, within the script, against whom time values must be compared on a per-event basis (taking up resources in the process).
Exposing "OnSessionEnd()" or something similar (the session time properties of a given instrument) allows the end user to maintain a single session table, reducing errors and enhancing organization. The method you've suggested to me is not only inefficient, it's really just bad protocol -
Kind Regards,
CG
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
95 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
36 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
72 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment