How to Simulate ButtonClick in MQL in declaracion:string btn_close_SELLS="btn_close_SELLS";then in Void Ontick (void)Create_Button(btn_close_SELLS,"CLOSE SELLS",85,18,110,420,LightSlateGray,White);copy the following code at the end of your expertvoid Create_Button(string but_name,string label,int xsize,int ysize,... 1779 Jan 17, 2017 at 06:59