Thread: MTPredictor
View Single Post
  #4 (permalink)  
Old 07-06-2006, 07:19 PM
kamyar's Avatar
kamyar kamyar is offline
Senior Member
 
Join Date: Dec 2005
Location: Iran
Posts: 635
kamyar is on a distinguished road
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
__________________
We often borrow from our tommorrows to pay our debts to our yesterdays.
As always, who knows!?!.Let see what will happen....

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

Last edited by kamyar; 07-06-2006 at 07:23 PM.
Reply With Quote