The candle sticks display in front of EA, using Control Dialog in Meta Trader 4

 

Have you had this issue? When I use Control classes( CAppDialog ) to create a EA, I have this issue in some chart window.

If you know what the answer is, please tell me.

Thank you. 

 

In chart properties, common tab, try unchecking "Chart on foreground"


Also, for the panel

   ObjectSetInteger(chart_ID,name,OBJPROP_BACK,false);
 
Great. Thank you very much.
Reason: