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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    161 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    309 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    245 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    349 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X