Extracting Raw Past Prices Data from MT4 into Excel

 

Hi, 

I am developing an algo based on Excel and VBA however I am finding some difficulties to code on MQL4. Can someone guide me how I can extract raw prices past data of all time-frames for all symbols into excel, please?

Much Appreciated.

 
ajcfrendo:

Hi, 

I am developing an algo based on Excel and VBA however I am finding some difficulties to code on MQL4. Can someone guide me how I can extract raw prices past data of all time-frames for all symbols into excel, please?

Much Appreciated.

just open the chart and CTRL-S, you'll get the data as a .csv
 
chilliSource:
just open the chart and CTRL-S, you'll get the data as a .csv

Hi @chilliSource. Thanks for the reply. But that is not what I meant. I need some guidance with a VBA code to download the prices into my master excel sheet. I dont know if you can help?