Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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:	242
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.
    JimNinjaTrader Customer Service

    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.
          JimNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by GussJ, 03-04-2020, 03:11 PM
          15 responses
          3,271 views
          0 likes
          Last Post xiinteractive  
          Started by Tim-c, Today, 02:10 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Taddypole, Today, 02:47 PM
          0 responses
          2 views
          0 likes
          Last Post Taddypole  
          Started by chbruno, 04-24-2024, 04:10 PM
          4 responses
          51 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by TraderG23, 12-08-2023, 07:56 AM
          10 responses
          403 views
          1 like
          Last Post beobast
          by beobast
           
          Working...
          X