Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unhandled Exception with Custom Add-OnCross-thread Operation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Unhandled Exception with Custom Add-OnCross-thread Operation

    I’ve been developing a custom add-on that uses multiple threads to handle real-time data processing. However, I keep running into a 'Cross-thread operation not valid' error when trying to update UI components from a background thread. I’m aware this might be related to NinjaTrader’s threading model, but I’m unsure how to properly implement a solution to safely interact with UI components from a non-UI thread. Any guidance on handling NinjaTrader's thread safety model in custom add-ons?

    #2
    Hello mukeshbhardwaj,

    Welcome to the NinjaTrader forums!

    Custom threading is an advanced C# concept and is not fully supported by the Scripting Support team.

    There can be limitations using unsupported code and advanced C# concepts in a NinjaScript, so your mileage may vary. As of now, we do not have any examples that can be used to navigate that path.​


    That said, be sure you are using on object's dispatcher with <object>.Dispatcher.Invoke.Async().
    Help guide: NinjaScript > Educational Resources > Multi-Threading Consideration for NinjaScript​
    Help guide: NinjaScript > NinjaScript Best Practices​ > Error handling practices > Modifying UI elements and multi-threading
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    153 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    89 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    133 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X