Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Orders via AddOn
Collapse
X
-
Hello parkinsonbr,
Yes you can use the account that you found using the addon to observe its order events or also see the collection of orders/positions.
Leave a comment:
-
Is there a way to access trades placed by the addon, as a collection of trades similar to the strategy trades collection functionality?
Leave a comment:
-
bltdavid and jeronymite,
Thank you for the helpful information.
parkinsonbr,
I wanted to also provide links to the help guide and to an example addon that places orders.
Leave a comment:
-
NinjaTrader 8 offers a variety of ways to submit and manage Orders. In increasing amount of effort one might use Strategy Managed Orders, Strategy Unmanaged Orders, AddOn Orders.
With anything other than Strategy Managed Orders, some significant programming is required to manage Orders effectively. The most effort is required to manage AddOn Orders effectively. Even Strategy Managed Orders require some degree of programming to manage appropriately, although they have many capabilities built-in.
For AddOn Orders, you will need to build your own handlers for all Order-based events, using the various available Update methods for Orders, Executions, etc, amongst other things. More importantly, if you want to cater for a trader doing anything NT8 can do with Orders (e.g. ChartTrader Orders, other NT8 window Orders, etc), you will probably need some quite sophisticated code to handle such things in the context of the activities within the AddOn itself.
For example, if you place an Order from the AddOn and the trader then partially or fully closes it from ChartTrader, or the trader adds to it in ChartTrader, should the AddOn recognise and handle that, and if so, how?
Of course, if the AddOn is only used in "controlled" environments (e.g. the developer is the only user), these considerations may not be necessary … but the unexpected can happen.
Thanks.
- Likes 1
Leave a comment:
-
thanks bltdavid!
I noticed the guide was a bit light. I'll just test and iterate my way into it.
Leave a comment:
-
Little to no support in framework for order management.
If you need advanced order management logic, be prepared to write it yourself.
(ATM orders are supported, but if you're trying to coordinate w/chart trader controls, your mileage may vary.)
Same with trade history and trade performance.
If you need to track PnL closely, be prepared to write it yourself.
The moral of these missing pieces?
If you really need those things, you should consider using a Strategy.
But ...
If you simply need to 'place an order', you'll probably be fine.
Leave a comment:
-
Orders via AddOn
What are the key gotcha's tied to placing orders via an addon?Tags: None
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by samish18, 10-27-2024, 05:48 PM
|
9 responses
148 views
0 likes
|
Last Post
![]() |
||
Started by iceman2018, Today, 01:44 PM
|
0 responses
1 view
0 likes
|
Last Post
![]()
by iceman2018
Today, 01:44 PM
|
||
Started by moneymaster, Yesterday, 12:35 AM
|
3 responses
20 views
0 likes
|
Last Post
|
||
Started by iantriestrading, Today, 11:55 AM
|
6 responses
13 views
0 likes
|
Last Post
![]() |
||
Started by rexsole, 04-21-2025, 01:46 PM
|
4 responses
48 views
0 likes
|
Last Post
![]() |
Leave a comment: