Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Variable for drawing rectangles

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

    Variable for drawing rectangles

    I am trying to draw a series of rectangles generated by code. These are not fixed number.
    My code generates x and y coordinates for rectangles to be plotted on price chart. I do not know how many objects as these are code generated depending on price action.
    What I like to do is:
    1. Rectangles = { (x1,y1), (x2,y2),(x3,y3),…..} These are Unknown number of values.
    2. Drawrectangle plots all the rectangles on the chart.
    3. There is an another function processing the values in Rectangles( = { (x1,y1), (x2,y2),(x3,y3),…..} ), and are updated after each barupdate.
    I am trying to define a List by name “Rectangles “ containing (x1,y1), (x2,y2),(x3,y3),….. as there are no limitation in number of objects in a List. I can then process the data in this List.
    Can some one help me in defining the Variable “Rectangle” that contains the coordinates (x,y)
    Any help is highly appreciated.

    #2
    malmaa, unfortunately this outside of the scope we can support - as an idea you can review MSDN's ArrayList help to get started on this - http://msdn.microsoft.com/en-us/libr...rs(VS.80).aspx

    Comment

    Latest Posts

    Collapse

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