Quote:
Originally Posted by DooMGuarD
i make a indicator for plot P&F Charts (XO)...
when i draw object in chart window all rigth but if i put in separate windows not work fine...
figure 1 : #property indicator_chart_window (work fine)
figure 2 : #property indicator_separate_window (where are the circles?)
NOTE: this bug appear only in JPY present in symbol (if quote have 2 digits) in all pair (if quote have 4 digits) work fine in chart or separate windows (the values in separate windows have a some value or quotes...)
how to draw a circle in separate windows with 2 digits in quote...
NOTE 2 : try to draw a object elipse and redim in separate window (in manual mode)... not work too... oh... try in USDJPY...
|
It's a bit of a mis-feature with MT4, that drawing is more or less locked down to use the time-price coordinate system, rather than the x-y coordinate system of screen pixels. It results in a fair few difficulties for fancy graphics, where one is that it's quite hard to control the shape of drawn objects.
If you want to keep your hair, then forget about it; I think you'll do better using text labels rather than drawn objects.