Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to enable "Attached To" dropdown?

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

    How to enable "Attached To" dropdown?

    when drawing object is drawn by any tool, it shows the "attached to" field (from properties) as disabled (grayed out):
    Click image for larger version

Name:	8xIAfa1.png
Views:	280
Size:	3.3 KB
ID:	1075099


    as opposed to drawing objects drawn by hand (from toolbar).

    how to enable the Ninjascript drawn objects to have that dropdown enabled? i couldnt find the needed property.
    I've tried so far:

    var x=Draw.Dot(....)
    x.IsAttachedToNinjaScript = false; // but this doesnt work

    #2
    Hello TazoTodua,

    Thanks for your message.

    These properties are read only and it is currently not possible to change the Attach To property for NinjaScript Drawn drawing objects. The overload for creating a Global Drawing object can be used, but other overloads would not be able to be changed to global.

    I.E.

    Draw.Dot(NinjaScriptBase owner, string tag, bool isAutoScale, DateTime time, double y, bool isGlobal, string templateName)
    Draw.Dot(NinjaScriptBase owner, string tag, bool isAutoScale, int barsAgo, double y, bool isGlobal, string templateName)

    We have a feature request tracking interest to have be able to set this property manually for NinjaScript Drawing Objects and that ticket ID is SFT-948. I have added a vote on your behalf. As you are aware, we collect interest in feature requests before moving forward with implementation. For that reason, we cannot offer ETA or promise of fulfillment. Your interest to do this is tracked, however.

    Please let me know if I can be of further assistance.

    Comment


      #3
      thanks Jim, I wanted to know if there existed that feature already. bye.

      Comment


        #4
        Hi _Jim please add my vote for SFT-948 to, thanks!
        sidlercom80
        NinjaTrader Ecosystem Vendor - Sidi Trading

        Comment


          #5
          Hello sidlercom80,

          Thanks for your your feedback. Your vote has been added.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          563 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          329 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          547 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X