MQL4 - automated forex trading   /  

Forum

Transferring data From MT4 to Excel

Back to topics list To post a new topic, please log in or register

avatar
6
chehab 2010.08.31 14:03 

I need the info on how to make MT4 transferring the CLOSE value of daily

for the days: Yesterday --before yesterday-- before before yesterday..etc..

in other words : for at least 5 passing days

NB: I know how to transfer Bid, Ask, H, L --- but not daily close nor open .

Thanks

An Expert Advisor Made to Order. Manual for a Trader

An Expert Advisor Made to Order. Manual for a Trader

Not all traders are programmers. And not all of the programmers are really good ones. So, what should be done, if you need to automate your system by do not have time and desire to study MQL4?


avatar
539
Viffer 2010.08.31 14:39 

avatar
48
msbusinessil 2010.08.31 16:19 
As Viffer said, use iClose to get the close value, and in addition use FileWrite to write it into csv.

avatar
6
chehab 2010.09.02 01:26 

Hi Viffer

Thank for sending me the link

My request was on how to transfer data from MT4 to Excel

and more specifically the yesterday CLose as well as few days ago too :

Ex.: Yesterday THU close

Before yesterday WED close

Before before yesterday TUE close

-----------------------------------------

I think u directed me to a link that gives a code which is to be added to an indicator code

Knowing that I have no solid background in C++ nor in coding MQL4

but if u can give me something similar to : =MT4|BID!USDCAD

but for ( close ) data and not BID data

-----------------------------------------------------------

In case u have an independent indicator that does the job by

writing on excel sheet the close of consecutive 3 days, this will be great

Thanks for your help


avatar
2
stevephillips79 2010.09.02 08:34 

hi,


I think, above information is great but i think, transfer the data mt to excal from dde server, So the specific cell will show the data each time the server sends new data. I have some basic knowledge on visual basic. thanks.




________________________________________________________________________________________


Earn an Extra $1000 to $1200 per month doing Part Time Data Entry Jobs! Work from home data entry jobs to post simple data submissions on Internet. Make $1 per entry. Easy form filling, data entry and ad posting jobs. No selling, No phone calls, No Marketing. No Investment. Bi-weekly payments. Full Training Provided. Pls visit: [url=http://www.dataentrywork.net/?id=26201] Data-Entry [/url]




avatar
9
thewebdncr 2010.09.16 22:14 

You can use the "Export-RT-Historical-Data-for-Ramp" MT4 indicator. It creates real time streaming .csv files that you can open in excel or any other program. It is free at http://www.ramprt.com/mt4/Ramp-MT4-Connection-Instructions.htm.

Back to topics list  

To add comments, please log in or register