Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Manage position target and stop price via chart indicator
Collapse
X
-
Hello WHICKED,
Thank you for your post.
In order to parse through positions and orders on an account that were not placed by a strategy, you would need to use an Add-On script. You could use the Account.Positions collection to get information on existing position objects and subscribe to PositionUpdate events to get updated position information. To get active orders and any new order updates, you can use the Account.Orders collection and subscribe to OrderUpdate events. Change() and Cancel() could be used to change or cancel existing stops and targets for a position. Submit() could be used to submit new orders programmatically rather than manually. Please see the following links for more information:- Account class - https://ninjatrader.com/support/help...ount_class.htm
- Positions - https://ninjatrader.com/support/help...ns_account.htm
- PositionUpdate - https://ninjatrader.com/support/help...tionupdate.htm
- Orders - https://ninjatrader.com/support/help...rs_account.htm
- OrderUpdate - https://ninjatrader.com/support/help...rderupdate.htm
- Change() - https://ninjatrader.com/support/help...nt8/change.htm
- Cancel() - https://ninjatrader.com/support/help...nt8/cancel.htm
- Submit() - https://ninjatrader.com/support/help...nt8/submit.htm
- Account class - https://ninjatrader.com/support/help...ount_class.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
636 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
568 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment