Can't upload the EA which is in chinese, how to fix this problem?

 
I got a risk management EA from internet, but it could not show up on the chart, anybody can help with this? 
 

Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. Do you have a smile face? What is in the logs?
     How To Ask Questions The Smart Way. (2004)
          Be precise and informative about your problem

 
Scao:
I got a risk management EA from internet, but it could not show up on the chart, anybody can help with this? 

send code will assist

 
Amos Tsopotsa #:

send code will assist

Thanks Amos! I don't have the code. But I also have some EAs that's not in English, none of them can be attached to the chart. Do you think this is coding problem or just need to fix the MT4? Thanks alot.

 
Scao #:

Thanks Amos! I don't have the code. But I also have some EAs that's not in English, none of them can be attached to the chart. Do you think this is coding problem or just need to fix the MT4? Thanks alot.

Here is some scripts:


 临_do_22 = 临_in_19;

   }

  else

   {

   if ( 临_st_17 == "Lots" )

    {

    临_do_22 = 临_do_20;

    }

   else

    {

    临_do_22 = 0.0;

   }}

  临_in_23 = 临_do_22;

  临_st_24 = "Ticket";

  临_st_25 = "buy";

  临_in_26 = 0;

  临_do_27 = 0.0;

  for (临_in_28 = OrdersTotal() - 1 ; 临_in_28 >= 0 ; 临_in_28 = 临_in_28 - 1)

   {

   if ( !(OrderSelect(临_in_28,SELECT_BY_POS,MODE_TRADES)) || OrderSymbol() != Symbol() || OrderMagicNumber() != Magic )   continue;

   

   if ( 临_st_25 == "buy" && OrderType() == 0 && OrderTicket() > 临_in_26 )

    {

    OrderOpenTime(); 

    OrderOpenPrice(); 

    临_do_27 = OrderLots();

    临_in_26 = OrderTicket();

    }

   if ( 临_st_25 != "sell" || OrderType() != 1 || OrderTicket() <= 临_in_26 )   continue;

   OrderOpenTime(); 

   OrderOpenPrice(); 

   临_do_27 = OrderLots();

   临_in_26 = OrderTicket();

   }

  if ( 临_st_24 == "Ticket" )

   {

   临_do_29 = 临_in_26;

   }

  else

   {

Reason: