well i'm not sure about wingdings3... maybe if you added wingdings font as well to the directory?dispell » Thu May 15, 2014 1:47 am wrote:
I kinda found a pseudofix, not so elegant, though.
Instead of Wingdings code 246 & 248, I used the fingers 71 & 72.
Not the best solution, but hey, anything's better than nothing.
If anyone finds a workaround to use the arrows, do drop me a or reply, coz the arrows do look cleaner.
or if you are happy to edit code, it should be quite simple.
Open up the .mq4 file.
It is the
Code: Select all
draw_labelCode: Select all
draw_label(246,StochUpTrend,xpos,iy,j);(but of course you will lose your updates when a new version of the dashboard is produced - so it's not ideal!!)
cheers