Export to MQL4

 

I have (OHLC) data from a stock and want to export the excel file to meta trader to see its behaviour. How can I do it please? 

Thanks

 
mt4 File-Functions. Start form the examples there!
 
I saw it but could not make out. Could you please explain more. I have a table and want to upload it.  Thanks
 

Do you wan to export the data from mt4 or import into mt4?

To import use the example of FileWrite use it and change it acc. to your needs.

And if you want to import data into mt4 use FileReadArray or FileReadDouble.

If you want to use your 3rd party data for trading you need to use the strategy-tester with self created fxt-Files: goolge for mt4 fxt-file ticksdata as this is a not official solution.

Reason: