Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Programmatically move attached drawing objects

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

    Programmatically move attached drawing objects

    My code moves drawing objects in a chart by changing the anchor.Price​.
    It works fine, but not for drawing objects which are attached to all charts.
    The drawing obejct is moved, but when I reload the chart, the old position is restored.
    What am I doing wrong?

    #2
    Hello Bobin,

    Thanks for your post.

    The anchor properties of drawing tools are read-only as stated on this help guide page: https://ninjatrader.com/support/help...rawingtool.htm

    It would be more straightforward to remove the draw object with the RemoveDrawObject method and draw a new one on the chart in the new location.

    Please let me know if I may assist further.​
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    96 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    51 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    23 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    34 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    34 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X