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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
222 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
138 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
154 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
237 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
195 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment