Is anyone fix this problem in my indicator? New comment beyeu123 2016.02.27 20:04 I created an graphic indicator that show prices and my local time when i move mouse cursor. But sometimes when i change time frame, when chart appear "Waiting for Update" and then my indcator does not work when i move mouse like this : Files: Tien_dGraphicsk.mq4 24 kb [ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. Alert only work on mouse move. How to change the mouse cursor/pointer in MT4 beyeu123 2016.02.27 23:20 #1 i think this problem is caused by chart redraw. But when i write these code :bool IsChartRedraw(){ if(MathAbs(curbars-Bars)>1){ curbars=Bars; return(true); } else return(false);} it only check right when chart is start appear, when i scroll to an end of chart, it didn't work. Please,help me ! bool variable for new [ARCHIVE] Any rookie question, What's the best way New comment
I created an graphic indicator that show prices and my local time when i move mouse cursor. But sometimes when i change time frame, when chart appear "Waiting for Update" and then my indcator does not work when i move mouse like this :