if (Positions[0].MarketPosition==MarketPosition.Long) ExitLongLimit(limitprice,"LLimit","LE");
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Extra fills on limit order
Collapse
X
-
Extra fills on limit order
I have a simple strategy that enters using a market order and exits using a simple limit order or stop. Very straight forward. My code for my limit exit is below. I tried attaching a screenshot but the file is too large. Basically I enter a position of 7 contracts, yet my limit order fills a total of 11 contracts. All 11 contracts are market LLimit, so I know that they all came from the profit target order. Why would these quantities be off?
Code:Tags: None
-
I am not scaling in/out of positions. It is very straight forward. I have used trace orders, unfortunately that hasn't helped identify the issue thus far. I am running with CalculateOnBarClose=false. Do you think that would have anything to do with the issue?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, Yesterday, 10:06 AM
|
0 responses
21 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