Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Unrecognized Orders
Collapse
X
-
Unrecognized Orders
At one minute before the close of every hour, I want to close all orders in process and all pending orders. NinjaScript does not seem flexible enough to handle this, so I created a strategy (attached) with CalculateOnBarClose False that calls (in Sets 3 through 10) to ExitLong and ExitShort at one minute before the end of each hour beginning with 1:59 AM and ending with 8:59 AM. The ExitLong and ExitShort are not being executed. Why? Also, how do I close all pending hours at one minute before the end of each hour?Tags: None
-
Running on 60 minute chart. What do you mean by "a corresponding timestamp to trigger your exits?" I set up the strategy such that at 1:59 AM, for example, an ExitLong and ExitShort are entered. Doesn't that mean the strategy recognizes the computer's clock for that value?
Comment
-
Not sure what you mean. If you want to enter a position use EnterLong/Short(). You need to choose which position you want and place the appropriate order.
ExitLong/Short() only work if you already have a long/short position. You can only be long or short. You cannot be both for the same instrument so not sure what behavior you are looking for with submitting both. Please clarify. Thank you.Josh P.NinjaTrader Customer Service
Comment
-
Sorry, I misstated. I meant can I enter an EnterLong and EnterShort on the same bar? I know this can be done using two SuperDoms, but can it be written as NinjaScript? As an example, if the current bar closes at 1.012, I want to say EnterLong at 1.025 and EnterShort at 1.000 so that if the price thereafter moves up to 1.025, the EnterLong is executed but if it, instead, moves down to 1.000, the EnterShort is executed.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, Yesterday, 10:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by argusthome
Yesterday, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
18 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
14 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
9 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
40 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment