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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
41 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment