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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
31 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
184 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
341 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
264 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment