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