Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ExitLongLimit() ?
Collapse
X
-
ExitLongLimit() ?
Where is the best place to put "ExitLongLimit()" ? I had it inside "OnOrderUpdate ()" / "OrderState.Filled" but the order was never placed in real time (eg, didn't show up in the "Orders" tab, and didn't execute even when the market went past that price). Works fine in backtesting.Tags: None
-
Hello spottysallrite,
ExitLongLimit would go where you need it based on how your logic is intended to work, that can be called from any of the overrides. OnOrderUpdate generally would not be where you submit targets, if you are trying to submit targets based on the fill of an entry order that should go inside OnExecutionUpdate.
You can see a sample of that concept in the fllowing page: https://ninjatrader.com/support/help...tionupdate.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
120 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment