Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adopt a manually entered Position in a strategy
Collapse
X
-
Adopt a manually entered Position in a strategy
Is there a way to adopt a manually entered position in a strategy? So that I can programmatically close it? If so is there an example anywhere?Tags: None
-
Hello dmisselhorn,
Thank you for your post.
The order methods used in strategies only manage the strategy position. With that said, you could use the AddOn-style approach, even within a strategy or indicator script, and utilize the Account class to detect and manage manual orders and positions:
You can subscribe to Order, Execution, and Position updates for the desired account and then use methods such as CreateOrder(), Submit(), Change(), and Cancel() to manage even a manually entered position from within a strategy script without interfering with the Strategy position and how it is calculated. Here are the links to the event methods, and the order management methods available to the Account class are also listed in the methods and properties at the link above:- https://ninjatrader.com/support/help...rderupdate.htm
- https://ninjatrader.com/support/help...tionupdate.htm
- https://ninjatrader.com/support/help...tionupdate.htm
Please let us know if we may be of further assistance.
-
-
Yes, as I mentioned, "With that said, you could use the AddOn-style approach, even within a strategy or indicator script, and utilize the Account class to detect and manage manual orders and positions"Originally posted by dmisselhorn View PostI guessing I could do something similar in a strategy as well. Correct?
Please feel free to reach out with any additional questions or concerns.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
133 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 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
49 views
0 likes
|
Last Post
|

Comment