how can i enter more than 10,000 lots in 1 trade?

 
It seems most mt4 platforms only allows upto a 10,000 lots at one time. Assuming ur acct is big enough.
 

You can check this for different brokers' accounts by using:

Print(NormalizeDouble(MarketInfo(Symbol(),MODE_MAXLOT),2));


CB