Forex
Google
www.rentasignal.com Metatrader Signals Marketplace

Go Back   Forex Trading > Downloads > Tools and utilities

Notices


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
  #11 (permalink)  
Old 11-04-2005, 10:29 AM
Junior Member
 
Join Date: Nov 2005
Posts: 3
avester is on a distinguished road
Quote:
Originally Posted by newdigital
Which data do you want to have?
For which program?

I found some mt4 scripts in download area here:

http://www.forex-tsd.com/showthread.php?t=23

http://www.forex-tsd.com/showthread.php?t=22

I am using MetaTrader as data feed, i.e. I would like to convert .hst files to .csv files in order to import them into Excel.
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
  #12 (permalink)  
Old 11-04-2005, 10:41 AM
Administrator
 
Join Date: Sep 2005
Posts: 19,286
Blog Entries: 201
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
I did not translate the step 5 in the file.
The separator may be comma, semicolon or space.
Select any.
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
  #13 (permalink)  
Old 03-30-2006, 07:04 PM
kohzadi's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Tehran-IR Iran
Posts: 110
kohzadi is on a distinguished road
Hi newdigital
I want to import metastock file or *.txt (PRN) file to metatrader.
Can you help me?
Best regard
__________________
health & wealth , success & happiness

Last edited by kohzadi; 04-06-2006 at 08:12 AM.
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
  #14 (permalink)  
Old 04-09-2006, 08:17 AM
Junior Member
 
Join Date: Dec 2005
Posts: 11
alanlaw is on a distinguished road
I am a new user in script. Could you tell me how to use the "csv_to_hst.mq4"?
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
  #15 (permalink)  
Old 05-05-2006, 10:37 AM
Junior Member
 
Join Date: Nov 2005
Posts: 6
hosam is on a distinguished road
Help..plz

Hi everybody..
Would someone help me please in how to use the (metastock to csv converter) `coz i put the .mq4 file in the scripts folder..And i didnt know what to do next..
So how can i convert metastock .txt files to metatrader??
Thanx in advance................
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
  #16 (permalink)  
Old 05-05-2006, 12:01 PM
Administrator
 
Join Date: Sep 2005
Posts: 19,286
Blog Entries: 201
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 hosam
Hi everybody..
Would someone help me please in how to use the (metastock to csv converter) `coz i put the .mq4 file in the scripts folder..And i didnt know what to do next..
So how can i convert metastock .txt files to metatrader??
Thanx in advance................

I do not have metastock.
These scripts are here in this thread.
I can not use this script from /script folder.
I think it is not a script.
Probably it is EA.

You may place it in /expert folder (not scripts folder). And open this EA in MetaEditor and change inside:

Code:
// files must be in expert/files directory,
   string metastock_filename = "chfd.txt";
   string csv_filename = "USDCHF1440.csv";
   //int i_digits = 4;
   //string c_symbol = "USDCHF";
It means your metastock file should already be in expert/files MetaTrader directory. You need just re-name "chfd.txt" to your metastock file name inside the code (see above). And you should named the resulted Metatrader file from "USDCHF1440.csv" to any.

May be I am wrong.
Sorry but I do not have Metastock files.
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
  #17 (permalink)  
Old 05-06-2006, 10:49 AM
Junior Member
 
Join Date: Nov 2005
Posts: 6
hosam is on a distinguished road
Thank you very much newdigital..
Wether its you`re right or wrong..I appreciate your respond..
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
  #18 (permalink)  
Old 05-11-2006, 12:01 PM
babarmughal's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 315
babarmughal is on a distinguished road
Smile Script to convert MT4 data to Metastock..

Hi ,

Can someone know how to make a script or EA which will convert MT4 data which is in .HST INTO Metastock Format...

Thanks
Babar
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
  #19 (permalink)  
Old 05-11-2006, 06:41 PM
babarmughal's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 315
babarmughal is on a distinguished road
Smile

Quote:
Originally Posted by newdigital
Metastock to csv script for MT4

Is there any way we can make this file to convert the datas from .HST to metastock format after certain period of time say after every 1M automatically.........

Thanks
Babar
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
  #20 (permalink)  
Old 05-15-2006, 06:49 PM
Junior Member
 
Join Date: Sep 2005
Posts: 22
trohoang is on a distinguished road
esignal alternative

Hi there,

Esignal wants to charge me $135/month for their forex live data feed as I have the refined elliot trader software. Is there a way that I can take the forex feed from metatrader and feed directly into the program i.e. esignal alternative?

Please help,

trong
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 09:02 PM
Forex Historical Data european General Discussion 2 04-24-2006 07:08 PM
Forex hourly data needed - since start! freak General Discussion 16 04-17-2006 09:49 AM


All times are GMT. The time now is 12:07 PM.



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