Forex



Go Back   Forex Trading > Downloads > Tools and utilities






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
 
Thread Tools Display Modes
  #31 (permalink)  
Old 03-12-2007, 07:23 PM
touhidqolizadeh's Avatar
Junior Member
 
Join Date: Apr 2006
Posts: 3
touhidqolizadeh is on a distinguished road
hi

I want to Indicator for covert MT Data or csv To MS(Metastock) Data.
who have this ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #32 (permalink)  
Old 04-07-2007, 07:24 PM
Member
 
Join Date: Feb 2006
Posts: 53
promo01 is on a distinguished road
Quote:
Originally Posted by newdigital
MT4 script to convert csv to hst
Hi Newdigital

How to use this file ??

regards
promo01
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #33 (permalink)  
Old 04-08-2007, 10:11 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by promo01
Hi Newdigital

How to use this file ??

regards
promo01
Place it to script folder. Open in MetaEditor and you will see:

Code:
/---- TODO: Add your code.
   // input
   // files must be in expert/files directory,
   string csv_filename = "USDCHF1440.csv";
   string hst_filename = "TEST.hst";
   int i_period = 1440;
   int i_digits = 4;
   string c_symbol = "USDCHF";
It means that csv file should be in files folder, you should change the name of your file (from USDCHF1440.csv to your name), select the name of resulting hst file, select the digits and timeframe.
Just change it inside the code and compile.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #34 (permalink)  
Old 04-08-2007, 03:38 PM
Member
 
Join Date: Feb 2006
Posts: 53
promo01 is on a distinguished road
to Newdigital

Thanks for the informations
one question , can I use tick data from http://ratedata.gaincapital.com/ to use on MT4 hystory centre ?

Regards
promo01
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #35 (permalink)  
Old 04-08-2007, 04:31 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by promo01
to Newdigital

Thanks for the informations
one question , can I use tick data from http://ratedata.gaincapital.com/ to use on MT4 hystory centre ?

Regards
promo01
I don't know this data, sorry.
I am using Alpari data for backtesting (i posted the link to download data back to 2001 in this section somewhere).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #36 (permalink)  
Old 04-13-2007, 05:35 PM
Member
 
Join Date: Oct 2006
Posts: 42
canados is on a distinguished road
Hi,
I would like to convert alpari data (hst) to ASCII or wealth-Lab format.... I downloaded converter HST to CSV V2 95 eng from post 21 ..what's below "separator" in section 5?it's in russian
thanks

Last edited by canados; 04-13-2007 at 06:00 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #37 (permalink)  
Old 07-12-2007, 11:21 PM
Kurka Fund's Avatar
Senior Member
 
Join Date: Sep 2006
Location: San Diego
Posts: 138
Kurka Fund is on a distinguished road
Data Compiler

Here is a script that I wrote for MT.... when you run it, it creates a csv file called "KCaptureTheMajors.csv" in your mt > files directory. You can open this file with Excel to do price analysis.

the file contains OHLC pricing for the EURUSD, USDJPY,USDCHF,GBPUSD going back to the start date you select on whatever timeframe you want.

you have to make sure that you have the history data loaded in the platform. Hope you find it usefull.

There are some limitations however.... mainly if you want to look back a year with one munite data for some reason metatrader will only create files with 65390 rows of data in it. so if you multiply 65390 by your time frame thats as far back as you can look.

Please feel free to make as many modifications as you would like....but if you do post them here for everyone.


Also I would suggest that you run it on the EURUSD.
Attached Files
File Type: mq4 Get Data.mq4 (3.1 KB, 229 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #38 (permalink)  
Old 07-13-2007, 11:32 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Thanks a lot.
And want to remind about this thread Working with Excel (tools, indicators, conversion ...)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #39 (permalink)  
Old 08-30-2007, 02:39 PM
Junior Member
 
Join Date: Oct 2006
Posts: 11
Khamoosh is on a distinguished road
Open in H1,M30,M15 Timeframe

hi everyone,

I have Metastock 10 and Akmos for Real Time. can i open forex chart in M15 or H1 Timeframe in Metastock Software? How? this software opens Daily chart only. please help me.

Regards,
Khamoosh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #40 (permalink)  
Old 09-01-2007, 10:46 AM
Junior Member
 
Join Date: Oct 2006
Posts: 11
Khamoosh is on a distinguished road
Quote:
Originally Posted by Khamoosh View Post
hi everyone,

I have Metastock 10 and Akmos for Real Time. can i open forex chart in M15 or H1 Timeframe in Metastock Software? How? this software opens Daily chart only. please help me.

Regards,
Khamoosh
Solved, Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
convert csv to hst, ehlers, forex, hst to csv, idloader

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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Phoenix Setting File Converters Pcontour Phoenix 37 04-06-2007 10:02 PM
Forex Historical Data european General Discussion 2 04-24-2006 08:08 PM
Forex hourly data needed - since start! freak General Discussion 16 04-17-2006 10:49 AM


All times are GMT. The time now is 11:38 AM.



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