error compiling EA with new update

 

I have an EA running. With the new update, when I start a new license and install the following error

is not expert and cannot be executed



string TextoAlerta;


// E37F0136AA3FFAF149B351F6A4C948E9

int init() {

   Gd_300 = MarketInfo(Symbol(), MODE_SPREAD) * Point;

   return (0);

}


// 52D46093050F38C27267BCE42543EF60

int deinit() {

   return (0);

}


// EA2B2676C28C0DB26D39331A336C6B92

int start() {

   

   if (Allow() == true) {

   

   Comment("EA em execução.");


Someone knows what's going on? Thank you.