
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
When I use ChartTimePriceToXY and the chart is not active the X and Y values extrapolate the chart size values obtained through the CHART_WIDTH_IN_PIXELS and CHART_HEIGHT_IN_PIXELS properties.
Is this a bug?
The result of the code below for active and non-active charts is:
width=1578 height=700 x=1392 y=615 top=true
width=195 height=77 x=1536 y=-25 top=false
Note that the value of X is greater than the value of width, and the value of Y is less than height