Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exception thrown by the target of an invocation
Collapse
X
-
Ok, this makes me think that its specifically something wrong with my OnOrderUpdate method.
I cant see the rest of the log message, it cuts off and I dont know how to extract the rest of it.
At this time, this is all thats in my OnOrderUpdate method:
Code:private void OnOrderUpdate(object sender, OrderEventArgs e) { Print("OrderUpdated"); }
Comment
-
Hello ezrollin,
I recommend that you run the NinjaTrader installer, and then see if the error can be reproduced. CC cleaner may be removing important system files. Running the repair should replace these if necessary.
Access step-by-step NinjaTrader platform training for desktop, web, and mobile. Explore video tutorials and practical guides to help you confidently use trading tools and features.
Chelsea B.NinjaTrader Customer Service
Comment
-
I didnt delete my old install. I just backed it up in case. Installing did fix the EXCEPTION error message! But then I got a duplicate indicator error on 2 indicators.
I fixed that even though I didnt notice any dupes, I guess they were there though.
I dont have my indicator running at all but I'm getting this Output over and over:
I dont know why. I completely commented out my OnAccountItemUpdate stuff, recompilled and reloaded and even removed the indicator.
Why is this coming through? thanks
Comment
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