Am I doing something wrong? I use the statement below in an efs file to put a button in an advanced chart price pane, but it won't show up on top of the price bars.
Dale Sullivan
Dale Sullivan
PHP Code:
drawTextPixel(5, 17, " Set Long "+" @URL=EFS:SetLong", null, null, Text.BUTTON|Text.RELATIVETOLEFT|Text.ONTOP, null, null, "Button1", 0, 0);
Comment