colour button
-
Hi,
I drawed button colored red on init function. If button not pressed how can I flashing this button color to yellow and red again into milliseconds. So If I not pressed this button, button must be flashing red and yellow colors into one seconds or milliseconds for MT5
Thanks.
-
on tick, once per second, orange draw button red, yellow draw button yellow, for milli seconds you will need to find custom code, if you don't want the drawing of button to change state from on to off, you will need custom code.