Colors
-
When drawing a rectangle or other objects it would be nice to see more than the six standard colors. Is there also the possibility to give the Rectangle block the option ob how thick to draw the border and if to draw a non filled rectangle.
thx in advance
-
I'm not sure about the border you want to draw.
This is the function to set properties of objects: http://docs.mql4.com/objects/objectset
And this is the list of properties that can be set: http://docs.mql4.com/constants/objects/properties -
Colors updated.
-
Thank you! Looks good now. I thought of drawing a rectangle just only with a border line and no filling. I will check the properties.

-
Every object is created with ObjectCreate(), then modified with one or more ObjectSet(). But I'm not sure that rechtangles can look as you like in MQL4
In MQL5 there are more properties and I think it's possible there. -
When nothing goes with the rectangle then i will draw four lines

-
Well, you can search if there is a trick to do that. I remember that once I searched for this and didn't found a solution. If you ever find indicator, ea or script that can write such a thing, show it to me
