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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment