Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Use of ExitLongorShortLimit
Collapse
X
-
Use of ExitLongorShortLimit
Is it correct that the use of any ExitLongLimit() (as an example) will exit all long entries created by a strategy if the <from entry signal> is an empty string? If you are dealing with more than one entry, what must you do to get the quantities grouped together?Tags: None
-
Hi, You need to make sure the quantity is correct. If you are long a quantity of 2 and you call ExitLongLimit() with a quantity of 1 it will only close one contract. You can do something like this to exit all:
ExitLongLimit(Position.Quantity, LimitPrice);
The is also testable using the Sim101 account and the simulated data feed if you want to test a certain scenario.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment