Quote:
|
Originally Posted by GuRu123
Kamyar, many thanks, how does it get the MT4 data into MTPredictor??
Sorry for sounding so stupid. It's all new to me.
|
hi
you are welcome.
attach the EA on any chart you want it's data(time frame is not important).in the property window of the EA set the time frames that you wnat the EA export the data to "True".for example for M1 time frame set "LoadM1 = true" and so on.
this EA (by default setting)updates exported data every 1 minute frequencyupdate=60).
you can go to your metatrader folder\experts\files\export_history\
for the data files.to set the date format in MTP for using the files made by the EA use "yyyymmdd" format and the data should be set in this order:
date
time
high
low
close
volume
delimiter = ","
time format="hh:mm"
that is all.i hope this helps you.
thanks
kamyar