Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

test for a drawn object?

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

    test for a drawn object?

    Is there a way to test for the existence of a specific drawn object on the chart, given the tag name is known? If not, please make one?
    Similar to RemoveDrawnObject("unique_tagname") only a test for existence that simply returns a boolean flag...

    There are times I want to modify a previous object, but not draw one if it doesn't exist. The original object creation logic is far too complex to repeat and would unnecessarily slow down the code, when all I want to know is if there's a drawn object of that name on the chart already.


    #2
    Thanks for your suggestion. We'll add it to the list of future considerations.

    Note: You always could maintain a collection of tags managed by your code.

    Comment


      #3
      One alternate suggestion that might be easier to implement:
      simply put the boolean return code on the RemoveDrawObject() method.
      True if successful, false if not there. That might be simpler for your coders to implement.

      Thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      77 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      27 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      62 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X