I use this function to draw a button in the bottom left corner of my chart. I call the function once during the initialization code and often the button remains there for the whole trading day.
However, sometimes it dissappears. I think this happens when I scroll backwards through the data and load new data into the chart.
Andy ideas?
However, sometimes it dissappears. I think this happens when I scroll backwards through the data and load new data into the chart.
Andy ideas?
PHP Code:
drawTextPixel(ButtonLeft, ButtonBottom, " XXX @URL=EFS:drawXXX",
null, null, Text.BUTTON | Text.RELATIVETOLEFT | Text.RELATIVETOBOTTOM,
null, 10, "XXX");
Comment