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 get bounding box of chart objects

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

    How to get bounding box of chart objects

    What is the procedure for getting the bounding box of chart objects?

    #2
    Hello wbennettjr,

    Thank you for posting in our forum. Can you please clarify what you mean by getting the bounding box of chart objects?

    To select a chart object, such as an indicator or drawing object, left click it once, and then you will see several circles on the object indicating that it is selected. To get to the properties menu of a drawing object, double click the object.

    I look forward to your reply.

    Comment


      #3
      Thanks Micah,

      Let's say I do "var dot = Draw.Dot(...)". I want to get a Rect instance that is the bounds for that dot. Essentially the smallest rectangle that encompasses the dot or triangle or ellipse or whatever other drawing/chart object.

      Thanks,
      Wil

      Comment


        #4
        Hello wbennettjr,

        Thank you for your response.

        There is no property to pull the bounds of a drawing tool. You could use custom rendering to draw your dots, triangles, etc. and then draw rectangles inside them.

        For information on custom rendering please visit the following link: http://ninjatrader.com/support/helpG...s/onrender.htm

        Please let me know if you have any questions.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by martin70, 03-24-2023, 04:58 AM
        15 responses
        114 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by The_Sec, Today, 02:29 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by jeronymite, 04-12-2024, 04:26 PM
        2 responses
        31 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by Mindset, 05-06-2023, 09:03 PM
        10 responses
        265 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by michi08, 10-05-2018, 09:31 AM
        5 responses
        743 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X