Hi - what's the best possibility to trade based on levels given in a spreadsheet with the following information;
Spreadsheets can save in CSV format.
So have your EA read the CSV format.
Easy peasy.

- www.mql5.com
Spreadsheets can save in CSV format.
So have your EA read the CSV format.
Easy peasy.
Then the MT4 would need to send information back to the spreadsheet to update the outcome of the trades, in order for correct lot sizes etc. to be calculated. Is that possible? Completely new to this.
It's possible to both read and write to files using MQL4 file functions.
Here are the File Functions available for MQL4:
https://docs.mql4.com/files
If you are reading the whole file and writing the whole file, you won't have any difficulties.
If you want to update specific cells of a spreadsheet, that gets trickier. In that case, perhaps a DDE solution is preferred. I haven't done DDE with MT4, so I have nothing to offer there.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi - what's the best possibility to trade based on levels given in a spreadsheet with the following information;
I want the flow to be like this;
Is this something that would be even remotely possible to do?
I basically just want to feed my levels into a sheet and have the EA do all the work for me.
Cheers,
Mike