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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    125 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    84 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    104 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    83 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X