I would suggest you read the following section of Documentation: https://docs.mql4.com/files

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
i am new to the programming code,i need a EA that can read the file generated from excel and executed order based on the file.
i had read "file function" https://docs.mql4.com/files/FileOpen, so i believe it is possible that EA can read csv.file, which is a file tha excel can convert,then execute buy/sell order from it,
for example,column A1 in excel define currency to trade
B1 define buy =1,sell = -1,nothing=0
C1 define price limit
D1 define stoploss
.....and so on