Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unhandled exception: Value cannot be null. Parameter name: dependencyObject

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

    Unhandled exception: Value cannot be null. Parameter name: dependencyObject

    I'm having difficulty tracing this error message: Unhandled exception: Value cannot be null. Parameter name: dependencyObject

    Occurs when loading the strategy from the Strategies panel. It doesn't appear in the Output so it's difficult yo isolate where this error is being triggered. Any insight on how to identify the culprit? thanks

    #2
    Hello pman777,

    I wanted to gather more details, does this happen with all strategies or just one specific strategy? If this is for a specific strategy, does that strategy involve manipulating the chart in any way such as adding/removing buttons?

    I look forward to being of further assistance.

    Comment


      #3
      Only a specific strategy, which does add/remove buttons

      Comment


        #4
        Hello pman777,

        Thanks that helps.

        Based on the given information I would guess this relates to the button logic in the script. A dependency object would be part of the UI framework being used, and Value cannot be null hints that you are trying to do something with the UI but it is null.

        My guess would be that the ChartControl is being used in some way and the ChartControl specifically is null when using the Control Center to apply a strategy. Your button adding logic will need specific null checks to avoid this situation in the control center because there is no chart window.

        If you have a sample of the button adding logic, we may be able to just see what is causing the error by looking at what objects are used and what has the possibility of being null. Alternatively you could use Print statements to isolate what line of code is throwing the error to further isolate the issue.


        I look forward to being of further assistance.

        Comment


          #5
          thanks Jesse!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          88 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          134 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          68 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          118 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          67 views
          0 likes
          Last Post PaulMohn  
          Working...
          X