Thread: MTPredictor
View Single Post
  #5 (permalink)  
Old 07-11-2006, 05:48 AM
cubesteak's Avatar
cubesteak cubesteak is offline
Senior Member
 
Join Date: Jul 2006
Location: Southern California
Posts: 160
cubesteak is on a distinguished road
Quote:
Originally Posted by kamyar
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
Hmmm... Can this be set for each tick instead? If so, the accuracy of back testing could be exponentially increased.

Thoughts?

-cs
Reply With Quote