Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2006, 12:34 PM
Junior Member
 
Join Date: Apr 2006
Location: London UK
Posts: 17
GuRu123 is on a distinguished road
MTPredictor

Hi folks

Trying to export MT4 data into MTPredictor, with no success, cant seem to get the format correct, does anyone know where you can get Ascii data free for the majors? Google searched, followed the tutorial on the MTpredictor site, but keeps comming up with invalid data. I have carefully checked the date format etc. Any help appreciated.

Cheers

Guru
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-06-2006, 01:45 PM
kamyar's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Iran
Posts: 635
kamyar is on a distinguished road
hi
try this expert.looking for data is not needed any more.this EA works grate for u in this matter.
cheers
Attached Files
File Type: mq4 Currency_Loader2.mq4 (28.3 KB, 293 views)
__________________
We often borrow from our tommorrows to pay our debts to our yesterdays.
As always, who knows!?!.Let see what will happen....

-------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-06-2006, 03:18 PM
Junior Member
 
Join Date: Apr 2006
Location: London UK
Posts: 17
GuRu123 is on a distinguished road
Kamyar, many thanks, how does it get the MT4 data into MTPredictor??

Sorry for sounding so stupid. It's all new to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-06-2006, 06:19 PM
kamyar's Avatar
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 06:23 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-11-2006, 04:48 AM
cubesteak's Avatar
Senior Member
 
Join Date: Jul 2006
Location: Southern California
Posts: 163
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-11-2006, 02:45 PM
Senior Member
 
Join Date: Oct 2005
Posts: 314
Perky is on a distinguished road
Quote:
Originally Posted by GuRu123
Hi folks

Trying to export MT4 data into MTPredictor, with no success, cant seem to get the format correct, does anyone know where you can get Ascii data free for the majors? Google searched, followed the tutorial on the MTpredictor site, but keeps comming up with invalid data. I have carefully checked the date format etc. Any help appreciated.

Cheers

Guru
this may help
but you have to save and run from scripts
Attached Files
File Type: mq4 CSV producer.mq4 (1.8 KB, 137 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-11-2006, 10:22 PM
Alex.Piech.FinGeR's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
MTPredictor ?

is freeware ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-12-2006, 01:20 PM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 256
Foreverold is on a distinguished road
Quote:
Originally Posted by Alex.Piech.FinGeR
MTPredictor ?

is freeware ?

No $2000 us
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-12-2006, 01:28 PM
Junior Member
 
Join Date: Apr 2006
Location: London UK
Posts: 17
GuRu123 is on a distinguished road
Cheers Perky, I got Adata and have attached it to various charts on different timeframes which you can analyse in MTP. Only problem is MT4 can run pretty slow if you have too many charts open.

Quote:
Originally Posted by Perky
this may help
but you have to save and run from scripts
Attached Files
File Type: mq4 ADATA1.mq4 (1.2 KB, 133 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-16-2006, 08:47 PM
Junior Member
 
Join Date: Jul 2006
Location: Turkey, Izmir
Posts: 6
hbilgin is on a distinguished road
MTPredictor

Go to http://www.itgforex.com and download a demo. If you run itrader then you can open timeframes which ones you want. Then you may right click on the chart (which ones you want) click to Export to native Metastock format sentence.
You may open the file from c:\programfiles\itrader\7.5\metastock
You run realtime in MTP. Click in the righthand side of the program green arrow. Have fun. You may see all timesframes which you choose automatic system in real time.
If you have any questions, please e-mail me.
This knowledge is from MTPredictor forum. (www.mtpredictor.com)
(In my sentences)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with mtPredictor FXtry11 Setup Questions 9 12-28-2007 10:26 PM


All times are GMT. The time now is 12:33 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.