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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    230 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    149 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    161 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X