I wonder why strategies based on stocks are generating signals out of regular trading hours when their trading hours settings are marked as "US Equities RTH". No order is sent to the market but the strategy seems to be working before market is open. With NT7 this didn't happen.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Instruments launching orders out of regular trading hours
Collapse
X
-
Instruments launching orders out of regular trading hours
Hello,
I wonder why strategies based on stocks are generating signals out of regular trading hours when their trading hours settings are marked as "US Equities RTH". No order is sent to the market but the strategy seems to be working before market is open. With NT7 this didn't happen.Tags: None
-
Hello,
Sorry for the delay in my reply but I have been waiting for the event to happen. Fortunately, it does not happen often.
Bear in mind that I live in Spain and the NY stock session starts at 15:30, local time.
I attach two screenshots to describe it. In the first one (Capture.jpg) you can see in the output window that at 14:55, before the session starts, a sell signal has been triggered from a strategy. and at 15:11 the order has been partially filled. In the Capture2.jpg screenshot you can see that the order has been completely filled during the session.
Comment
-
Hello guillembm,
To confirm, the strategy is applied to a chart that has <use instrument settings> selected in the Trading hours drop-down of the Data Series window, is this correct?
The MO instrument settings have not been modified?
The US Equities RTH trading hours template has not been modified?
Your computer is set to your local time zone CEST, is this correct?
Is your computer in sync with internet time to the second?
Please add prints to the script that print the time of the bar so that we can see when this script is processing data. Also enable TraceOrders.
Below is a link to a forum post on using Print() to understand behavior.
Then once the behavior re-occurs, save the output in the output window to a text file and attach this with your reply.
I recommend that you test this on the Sim101 account.Chelsea B.NinjaTrader Customer Service
Comment
-
The strategy is executed in the Strategies tab with <use instrument settings> selected.
I attach a screenshot with the MO instrument setting, with the US Equities RTH trading hours template and another one with the time and date settings.
The clock was synchronized to "time.windows.com" . Now it's in sync with "time.nist.gov"
The code that prints in the output window is: Print(Instrument.FullName + " " + ToTimeTime + " " + StrategyCode+ " Signal Triggered");
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
103 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
34 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
74 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment