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 Haiasi, Today, 06:53 PM
          1 response
          4 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ScottWalsh, Today, 06:52 PM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ScottW, Today, 06:09 PM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by ftsc2022, 10-25-2022, 12:03 PM
          5 responses
          256 views
          0 likes
          Last Post KeyonMatthews  
          Started by Board game geek, 10-29-2023, 12:00 PM
          14 responses
          244 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Working...
          X