protected override void OnOrderUpdate( );
{[INDENT]// Play sound if order was changed[/INDENT][INDENT]if (order.OrderState == OrderState.ChangeSubmitted && [COLOR=#e74c3c][B]???[/B][/COLOR])
{[/INDENT][INDENT=2]PlaySound(Orderpending);[/INDENT][INDENT]}[/INDENT]
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
access to charttrader lines
Collapse
X
-
access to charttrader lines
Hi, how do i access the charttrader lines? i would like to play a sound, but only if the order has been changed manually via charttrader line.
Code: -
Hello sidlercom80, thanks for your post.
It depends on what the strategy is doing. If you are launching an ATM strategy from the NinjaScript strategy, then you can not access that order information because ATMs will go outside of the strategies managed order system. If the strategy generates its own orders (which is 100% possible to do the same as an ATM: See here) then you can use the OnOrderUpdate method to track when an order changes from the chart.
Please let me know if I can assist any further.
-
Hi _ChrisL, as you can see above, i am already in the OneOrderUpdate method. my question was, how can i tell that the order was changed by hand? there must be something like "isOrderManipulatedManually". it is about the fact that only the changed orders are giving a sound, which were changed by hand and not every changed order. if it is done via the solution as shown above, understandably every change will give a sound, even if for example an entry order is only partially filled and i don't want that. Everything in the script is not done via ATM
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
91 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
137 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
121 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
72 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment