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 pechtri, 06-22-2023, 02:31 AM
      10 responses
      124 views
      0 likes
      Last Post Leeroy_Jenkins  
      Started by judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Yesterday, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Yesterday, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Yesterday, 03:01 PM
      2 responses
      22 views
      0 likes
      Last Post helpwanted  
      Working...
      X