Drawing in indicator window
-
hi, is there a way to draw the shape in the indicator window?
what exactly does chart id and z-order does?
im assuming z-order is the order of the shape drawn in the z direction, higher number means being displayed on top?
i tried changing z-order when i run last time but it seem to do nothing with the order of the rectangle drawn so can you give an example?
also is chart id something to do with the indicator window? -
Chart ID is responsible for this, but to be honest, I never tested it. It is an integer value, so I guess it should be something like 1, 2...
Z-order is used when you want some object to appear above other object. Higher number = I am above.
-
i really cant seem to get the chart id work. always have a error code 4202. just a test file i attached.
i tried changing the price value to fixed, tried adding a indicator visible so that they will be a "indicator window". tried using negative integers.... i do not understand how to get this to work...
im trying to make the ea draw red and white rectangles in a indicator window to help me intepret a custom indicator whether its bull or bear for each candle.......
test.xml -
No, it's not Chart ID. There is another parameter called Sub Window, but it's not added. I will add it later for all Draw blocks.
-
ok. thanks a lot

-
You can try it now, it's the last setting, just below Chart ID. I'm not sure how Chart ID is used, so keep it 0.
-
thanks. its working now.
-
can u also make the offline version have the sub window option? Thanks
-
.
-
It looks that I have missed to write this in the Updates, so I will... I will update is as the current built, you are probably the only one that needs this right now

-
Done
-
ya
Sorry to bother you on that ><. Thank you.