Forex



Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #51 (permalink)  
Old 04-19-2008, 04:16 PM
Junior Member
 
Join Date: Feb 2008
Posts: 29
dgrspencer is on a distinguished road
Quote:
Originally Posted by dgrspencer View Post
I'm sure this has been covered before but can't seem to find it so apologies. My MT4 is set an hour a head of GMT. I've tweaked a script that someone kindly put on these forums to export OHLCs into excel and I have excel calculating myown PPs. However, the data is all inaccurate because for example a 4hr period instead of being 00:00-04:00 is 01:00-05:00.

Anyone got any ideas?
Why has the above message been put in another thread? It doesn't seem to be connected....
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
  #52 (permalink)  
Old 06-01-2008, 08:26 PM
Junior Member
 
Join Date: Dec 2007
Posts: 1
SCORPION2010 is on a distinguished road
HI,I want to convert the xls to prn .please help me to do this.
and another request is it possible importing data to metatrader ,if yes how?
thanks a lot to anybody.
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
  #53 (permalink)  
Old 07-23-2008, 05:17 AM
Junior Member
 
Join Date: Apr 2008
Posts: 15
r1r1r1 is on a distinguished road
Period Converter in Seconds

Hi ,

Anybody having an indicator to convert 1M chart to seconds,
for example,
1M to 1Second chart or
1M to 2Second chart or
1M to 5Second chart or
1M to 10Second chart or
1M to 20Second chart

I dont know above thing make sense, this is what I am looking for to see the chart in 10second.

Advance thanks,
Raul.
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
  #54 (permalink)  
Old 09-05-2008, 11:18 AM
Junior Member
 
Join Date: Sep 2008
Posts: 4
Livewire is on a distinguished road
how can i convert Metastock stock data into Advanced Get.
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
  #55 (permalink)  
Old 10-19-2008, 05:57 AM
Junior Member
 
Join Date: Jun 2007
Location: India
Posts: 9
stocks_bobby is on a distinguished road
Amibroker esIgnal Data into MT4

Dear Memebrs,
I am using amibroker along with esignal data.Can somebody help me in finding a plugin which will pull amibroker/esignal data into metatrader 4.
regarsd
bobby kular
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
  #56 (permalink)  
Old 12-20-2008, 04:42 AM
Junior Member
 
Join Date: May 2007
Posts: 8
Leam is on a distinguished road
"csv_to_hst.mq4" doesn't function .

I use "csv_to_hst.mq4" now.
I have a csv data file of NIKKEI INDEX "NIKKEI.csv" .
I would like to convert this data file to the hst file .
Its content is a following .(The term is short because it is a test file .)

2008.12.19,08:34,8641.37,8641.37,8641.37,8641.37,0
2008.12.19,08:35,8637.29,8637.29,8637.29,8637.29,0
2008.12.19,08:36,8627.16,8627.16,8627.16,8627.16,0
2008.12.19,08:38,8618.52,8618.52,8618.52,8618.52,0
2008.12.19,08:39,8611.30,8611.30,8611.30,8611.30,0
2008.12.19,08:40,8619.88,8619.88,8619.88,8619.88,0
2008.12.19,08:41,8617.73,8617.73,8617.73,8617.73,0
2008.12.19,08:42,8622.01,8622.01,8622.01,8622.01,0
2008.12.19,08:43,8619.48,8619.48,8619.48,8619.48,0

This data is written without the space in the file .
I put this data file in expert/files directory .

I rewrote the script of "csv_to_hst.mq4" like a following .

string csv_filename = "NIKKEI.csv";
string hst_filename = "TEST.hst";
int i_period = 1;
int i_digits = 2;
string c_symbol = "NIKKEI";

I compiled it , loaded it on a chart of "EUR/USD M1" and executed it .
(Allow live trade = check , Allow DLL import = check , Confirm DLL function calls = uncheck)

But nothing doesn't occur .
"csv_to_hst EURUSD,M1: loaded successfully" is only displayed in Client Terminal - Expert of MT4 .
"TEST.hst" doesn't appper in expert/files directory .

What is wrong with it ?
Incidentally, this data skips 1 minute
from 2008.12.19,08:36 till 2008.12.19,08:38.
Is it no problem ?

Just in case , I upload "NIKKEI.zip" .
(It isn't a csv file but a zip file because a csv file cannot be uploaded .)

NIKKEI.zip

Last edited by Leam; 12-20-2008 at 03:17 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
  #57 (permalink)  
Old 12-21-2008, 07:03 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by Leam View Post
I use "csv_to_hst.mq4" now.
I have a csv data file of NIKKEI INDEX "NIKKEI.csv" .
I would like to convert this data file to the hst file .
Its content is a following .(The term is short because it is a test file .)

2008.12.19,08:34,8641.37,8641.37,8641.37,8641.37,0
2008.12.19,08:35,8637.29,8637.29,8637.29,8637.29,0
2008.12.19,08:36,8627.16,8627.16,8627.16,8627.16,0
2008.12.19,08:38,8618.52,8618.52,8618.52,8618.52,0
2008.12.19,08:39,8611.30,8611.30,8611.30,8611.30,0
2008.12.19,08:40,8619.88,8619.88,8619.88,8619.88,0
2008.12.19,08:41,8617.73,8617.73,8617.73,8617.73,0
2008.12.19,08:42,8622.01,8622.01,8622.01,8622.01,0
2008.12.19,08:43,8619.48,8619.48,8619.48,8619.48,0

This data is written without the space in the file .
I put this data file in expert/files directory .

I rewrote the script of "csv_to_hst.mq4" like a following .

string csv_filename = "NIKKEI.csv";
string hst_filename = "TEST.hst";
int i_period = 1;
int i_digits = 2;
string c_symbol = "NIKKEI";

I compiled it , loaded it on a chart of "EUR/USD M1" and executed it .
(Allow live trade = check , Allow DLL import = check , Confirm DLL function calls = uncheck)

But nothing doesn't occur .
"csv_to_hst EURUSD,M1: loaded successfully" is only displayed in Client Terminal - Expert of MT4 .
"TEST.hst" doesn't appper in expert/files directory .

What is wrong with it ?
Incidentally, this data skips 1 minute
from 2008.12.19,08:36 till 2008.12.19,08:38.
Is it no problem ?

Just in case , I upload "NIKKEI.zip" .
(It isn't a csv file but a zip file because a csv file cannot be uploaded .)

Attachment 74950
Which broker are you using? are you completely sure Nikkei is the right feed/quote name?
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
  #58 (permalink)  
Old 12-22-2008, 08:30 AM
Junior Member
 
Join Date: May 2007
Posts: 8
Leam is on a distinguished road
I used an price data from
Finam Russian Brokerage Companyata Export
because I was introduced it to in
Forex TSD| Metatrader Indicators and Experts Advisors


I wanted to trade the the equity index CFD ( "Dow Jones Industrial Average" ,"NASDAQ COMPOSITE" , "Nikkei 225 Index" , "FTSE 100" "DAX" and so on ) .
First af all I asked which broker to choose in Who is the best broker?.
Then I posted to ask about the historical price data in the second link , knew a csv file download page and tried to convert a downloaded data to a hst file .

Later I knew BroCo Investments Inc. was one of brokers to trade the the equity index CFD in .
(Dow Jones Industrial Average= DJIA, NASDAQ = NQ_CONT , Nikkei 225 = NI_CONT, FTSE100 = FTSE-IDX , DAX = DAXNET)

Anyone can suggest a good answer ?

Last edited by Leam; 12-24-2008 at 08:17 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
  #59 (permalink)  
Old 12-24-2008, 05:46 PM
FXSamurai's Avatar
Member
 
Join Date: Aug 2006
Posts: 56
FXSamurai is on a distinguished road
Hi, I've also been trying to use the "csv_to_hst.mq4" script. It seems pretty straightforward to use, but I'm having a problem with it.

Whenever I try to open an off-line chart from a history file that was created with this script, the chart gives the message "waiting for refreshment" (or whatever the text is in English, my version is in French, and says "attente de rafraichissement"). In other words, it's waiting for new data, when it shouldn't...

When I open other files off-line (such as those created by the period converter script), I don't have that problem at all. So it must have to do with the script.

To be sure, I also tested this with MT data, having exported MT EUR-USD daily data to a CSV file, then converting it with the script. But to no avail.

Anyone knows what could be wrong?

Is there something about the setting that should be reckoned with?

To create the file I adjust the settings as instructed here and in the script, compile it, save it, then relaunch MT, and double click the script to create the file. Can't see what more to do.

Thanks for all help...

Last edited by FXSamurai; 12-24-2008 at 07:37 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
  #60 (permalink)  
Old 03-10-2009, 08:05 AM
Junior Member
 
Join Date: May 2007
Posts: 13
a7med is on a distinguished road
How to use the csv to hst converter???

I got this file in this forum....... copied it to the indicator folder but in metatrader when i double click it nothing happens.....as if the files are not supported by MT4...... if anybody could post a guide it will b really helpfull......
Attached Files
File Type: mq4 csv_to_hst.mq4 (2.9 KB, 46 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
Reply

Bookmarks

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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 03:18 PM.



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