Forex
Google

Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 (6) Thread Tools Display Modes
  #91 (permalink)  
Old 04-16-2008, 11:20 PM
dgrspencer dgrspencer is offline
Junior Member
 
Join Date: Feb 2008
Posts: 19
dgrspencer is on a distinguished road
Quote:
Originally Posted by zupcon View Post
There are several ways to get the CSV data into excel.

If your using Excel 2007 there's a data tab, with the option to import from a text file.

In earlier versions you need to use the file import wizard (I dont have an old version of excel so cant remember where this is found, probably under the data menu). Once the wizard starts it guides you step by step through the process, it allows you to pick the delimiter etc, drop unwanted columns etc

You can write a macro to read text files, but its not necessary, and unless your opening hundreds of files, probably not worth the effort.

Another option is to use star office, if you double click a text file the application is sensible enough to start the import wizard, and you coud always save the spreadsheet in XLS format if you really wanted to use Excel

hope this helps
That helps enormously. In 5mins look, it looks like you can set it to update itself automatically. What I can't see is how to only import say a few rows - otherwise I end up with so much data it's very cluttered.

Once setup, because it will refresh itself automatically I presumably then only have to worry about my indicator within MT4 which creates the csv files.... I haven't worked out yet whether the indicator simply writes over the previous file.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #92 (permalink)  
Old 04-23-2008, 09:40 PM
Paakari Paakari is offline
Junior Member
 
Join Date: Jan 2008
Posts: 8
Paakari is on a distinguished road
Excel reading & charting

Hi guys.

I have only one tiny problem.
I get data out from indicator, saved as .txt or .csv.
That's ok.

But data is like 1.5898 and excel understands value like 1,5898.
For example, if I get tick data out, I can't make any charts out from that file because Excel don't understand those numbers because of that point (.).

Same thing with my custom indicator, always point inside the numbers.

Is there any way to make it write , instead of . ?
Or anybody knows how to make that change in Excel, so it will print out chart to web and updating it every 5sec?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #93 (permalink)  
Old 04-23-2008, 09:47 PM
Nordic12 Nordic12 is offline
Member
 
Join Date: Mar 2007
Posts: 32
Nordic12 is on a distinguished road
Dde

Hi

You can use the DDE functionality i think

Interestingly how do u manage to get the indicator values into excel ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #94 (permalink)  
Old 04-23-2008, 09:58 PM
frantacech's Avatar
frantacech frantacech is offline
Senior Member
 
Join Date: Sep 2006
Posts: 463
frantacech is on a distinguished road
Quote:
Originally Posted by Paakari View Post
Hi guys.

I have only one tiny problem.
I get data out from indicator, saved as .txt or .csv.
That's ok.

But data is like 1.5898 and excel understands value like 1,5898.
For example, if I get tick data out, I can't make any charts out from that file because Excel don't understand those numbers because of that point (.).

Same thing with my custom indicator, always point inside the numbers.

Is there any way to make it write , instead of . ?
Or anybody knows how to make that change in Excel, so it will print out chart to web and updating it every 5sec?
You need enable DDE Server in MT - Options > Server > Enable DDE Server

After open Excel and add for example:
=MT4|HIGH!EURUSD
=MT4|ASK!EURUSD
=MT4|BID!EURUSD
=MT4|LOW!EURUSD
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #95 (permalink)  
Old 04-23-2008, 10:04 PM
frantacech's Avatar
frantacech frantacech is offline
Senior Member
 
Join Date: Sep 2006
Posts: 463
frantacech is on a distinguished road
Quote:
Originally Posted by frantacech View Post
You need enable DDE Server in MT - Options > Server > Enable DDE Server

After open Excel and add for example:
=MT4|HIGH!EURUSD
=MT4|ASK!EURUSD
=MT4|BID!EURUSD
=MT4|LOW!EURUSD
change , to . in control panel windows...
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #96 (permalink)  
Old 04-23-2008, 10:17 PM
zupcon's Avatar
zupcon zupcon is offline
Senior Member
 
Join Date: Dec 2005
Location: Malta
Posts: 198
zupcon is on a distinguished road
Quote:
Originally Posted by Paakari View Post
Hi guys.

I have only one tiny problem.
I get data out from indicator, saved as .txt or .csv.
That's ok.

But data is like 1.5898 and excel understands value like 1,5898.
For example, if I get tick data out, I can't make any charts out from that file because Excel don't understand those numbers because of that point (.).

Same thing with my custom indicator, always point inside the numbers.

Is there any way to make it write , instead of . ?
Or anybody knows how to make that change in Excel, so it will print out chart to web and updating it every 5sec?
Are you using the data import wizard to read the values into Excel ?

If you want me to take a look at the file, PM me and I'll give you an email address.

regards
zu
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #97 (permalink)  
Old 04-23-2008, 10:52 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,162
Linuxser has disabled reputation
I suppose youґre using some excel version with a setup different of English.

English language recongnizes the . as decimal separator meawhile another languages like Spanish uses , as decimal separator.

Go to Control Panel, Language and Local settings, click customize and change the , by . within decimal symbol. Inverse for Thousand Separation . by ,

Tell me if works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #98 (permalink)  
Old 04-23-2008, 10:55 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,162
Linuxser has disabled reputation
Sorry, I just see Francatech post. Itґs the same thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #99 (permalink)  
Old 04-28-2008, 01:37 PM
MrM MrM is offline
Member
 
Join Date: Jul 2007
Posts: 63
MrM is on a distinguished road
vba macro excel sheet for DDE

Hi,
this must have been asked before, and here it is again:
does anyone have an excel sheet that has a macro in it so the cells of the DDE can be copied to the line below every 1/5/15/30/... minutes?
So excel can create intraday charts with more and more data while the DDE feeds new info to the sheet and every new period of time a new line is created.

muchas graзias amigos!
__________________
tensigma.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #100 (permalink)  
Old 04-28-2008, 01:48 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,164
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 saw few.
Try to look at the following threads:

Excel:
- Working with Excel (tools, indicators, conversion ...) is here;
- COT Data Excel Sheet is here;
- Save Data To A File thread;
- forex data converters thread and some good converters on this elite section post;
- MULTI FIBO CALCULATOR with DDE off course: original thread.
- FX risk calculator with DDE is here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB 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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/tools-utilities/4457-working-excel-tools-indicators-conversion.html
Posted By For Type Date
hilbert transform trend line This thread Refback 01-31-2008 09:08 PM
Финансовая компания UMIS: Форекс (Forex), обучение Форекс (FOREX) трейдеров, интернет-трейдинг, биржевая игра на рынке Forex, игра на бирже. Фондовый рынок, фьючерсы This thread Refback 01-30-2008 07:54 AM
hilbert transform trend line This thread Refback 01-25-2008 09:06 AM
Biznes i handel » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 08:23 AM
Firma - Twoja firma » Blog Archive » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 07:51 AM
Working with Excel (tools, indicators, conversion ...) - Forex Trading This thread Refback 12-28-2007 03:09 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mql2Mq4 Conversion Tool Beta V0.2 yousky Tools and utilities 33 10-20-2006 08:59 AM
4 Hr Expert very profitable needs conversion saslam Expert Advisors - Metatrader 4 8 09-24-2006 11:57 AM
Some useful tools ( portable version, so, working WITHOUT installation ) De Vinci Tools and utilities 1 08-18-2006 03:16 PM
Thread subscription tools not working cardio General Discussion 1 02-21-2006 07:13 PM


All times are GMT. The time now is 07:34 AM.