Forex
Google
New signals service!

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
 
LinkBack (6) Thread Tools Display Modes
  #141 (permalink)  
Old 08-18-2008, 03:58 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,305
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by pj9100 View Post
Newdigital,

Thanks to you and the forum I have started learning and using computers efficiently for forex trading.

I want to use this programme. Kindly give me instructions on how to use it in Openoffice Calc programme including instructions how to get MT4 data in Openoffice Calc programme usind DDE links. I am attaching the link to openoffice calc tutorial on external links [Tutorial] External Links In Calc (View topic) • OpenOffice.org Community Forum

Thank you again.
You could use the excel file provided with the MT4 installation as example. DDE is just a protocol. See from the link you provided 4. Cell Function DDE.

See this example, is StarCalc the brother of OOCalc but it's the same thing.
Attached Images
File Type: gif 2008-08-18_115924.gif (30.7 KB, 237 views)
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #142 (permalink)  
Old 08-26-2008, 07:42 PM
Senior Member
 
Join Date: Mar 2006
Posts: 242
toddanderson is on a distinguished road
Excel and correlation

Has anyone looked at or have a excel sheet that shows correlation
between gold, oil, bond , dow and currency

or any work sheet that has correlation on it to get me started
I am not that good with excel but will try
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #143 (permalink)  
Old 08-26-2008, 10:13 PM
Junior Member
 
Join Date: Aug 2008
Posts: 2
kikiq is on a distinguished road
convert qqe.mq4 to excel

Please someone help me to convert qqe.mq4 to excel, i very very need it.

or you can make simple equation like this (example, laquerre):
Inputs: Price((H+L)/2),
gamma(.8);

Vars: L0(0),
L1(0),
L2(0),
L3(0),
Filt(0)
FIR(0);

L0 = (1 - gamma)*Price + gamma*L0[1];
L1 = -gamma*L0 + L0[1] + gamma*L1[1];
L2 = -gamma*L1 + L1[1] + gamma*L2[1];
L3 = -gamma*L2 + L2[1] + gamma*L3[1];

Filt = (L0 + 2*L1 + 2*L2 + L3) / 6;
FIR = (Price + 2*Price[1] + 2*Price[2] + Price[3]) / 6;

Plot1(Filt, "Filt");
Plot2(FIR, "FIR");

i can make it for my self.
thank you in advance
Attached Files
File Type: mq4 QQE.mq4 (3.1 KB, 8 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #144 (permalink)  
Old 09-03-2008, 12:44 AM
Senior Member
 
Join Date: Mar 2006
Posts: 242
toddanderson is on a distinguished road
Howto on volume ='MT4'|VOL!EURUSD

I am not getting volume to work, the mt4 sample does not have volume
I have tried these but not getting volume to work i have bid,ask,hi,low working but not volume
='MT4'|VOL!EURUSD
='MT4'|VOLUME!EURUSD
=MT4|VOL!EURUSD
=MT4|VOLUME!EURUSD

I am not getting these to work




Quote:
Originally Posted by Linuxser View Post
This works?

='MT4'|HIGH!EURUSD
='MT4'|ASK!EURUSD
='MT4'|BID!EURUSD
='MT4'|LOW!EURUSD
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #145 (permalink)  
Old 09-03-2008, 02:41 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,305
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by toddanderson View Post
I am not getting volume to work, the mt4 sample does not have volume
I have tried these but not getting volume to work i have bid,ask,hi,low working but not volume
='MT4'|VOL!EURUSD
='MT4'|VOLUME!EURUSD
=MT4|VOL!EURUSD
=MT4|VOLUME!EURUSD

I am not getting these to work
There is no explanation about Volume on the help files and I can't find any information about.Sorry
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #146 (permalink)  
Old 09-03-2008, 11:38 AM
Senior Member
 
Join Date: Mar 2006
Posts: 242
toddanderson is on a distinguished road
Thank you for looking

Thank you, no problem i will keep looking,

I do find it strange i have read many times that you can do it.
but i have not seen it done yet with volume.


Quote:
Originally Posted by Linuxser View Post
There is no explanation about Volume on the help files and I can't find any information about.Sorry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #147 (permalink)  
Old 09-11-2008, 03:50 PM
Junior Member
 
Join Date: Jan 2008
Posts: 8
Latino is on a distinguished road
Metatrader excel link

Hi,

Can anyone give me some idea of how i can connect excel and metatrader. I have managed to get the bid/ask in excel via DDE but am looking to get the order ticket into excel.

Any help would be appreciated.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #148 (permalink)  
Old 09-17-2008, 03:16 PM
Senior Member
 
Join Date: Mar 2006
Posts: 242
toddanderson is on a distinguished road
Excel –DDE server CDF Tickers

Excel –DDE server CDF Tickers
I am getting errors when enter formulas on some of the future tickers
WhCapital CDF
=MT4|BID!6EU8 this creates an error any ticker that starts with a number creates an error as Excel see it as a invalid formula =MT4|BID!EURUSD AND OTHERS WORK FINE
I posted this question in some of the excel forums , but didnt get any help as most of them are not
Fimiluar with stock cdf tickers. Hoping to find some help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #149 (permalink)  
Old 09-17-2008, 10:15 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,305
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by toddanderson View Post
Excel –DDE server CDF Tickers
I am getting errors when enter formulas on some of the future tickers
WhCapital CDF
=MT4|BID!6EU8 this creates an error any ticker that starts with a number creates an error as Excel see it as a invalid formula =MT4|BID!EURUSD AND OTHERS WORK FINE
I posted this question in some of the excel forums , but didnt get any help as most of them are not
Fimiluar with stock cdf tickers. Hoping to find some help.
Please, take a look to my last post on: Mt4 and DDE
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #150 (permalink)  
Old 10-01-2008, 10:21 PM
Junior Member
 
Join Date: Sep 2008
Posts: 16
Hazel is on a distinguished road
How to save zig zag peak and low to a file

Hi guys,

From this forum I learned to save data into a cvs file. I tried to also make the zig zag point onto the data file, but failure. I don't really understand the indicator. Can anyone give me some tips?

Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
adaptive moving average excel, excel, forex excel, Kaufman, parabolic SAR calculation excel, parabolic sar excel, parabolic sar formula excel, kaufman, Excel Hilbert transform

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

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 10:08 PM
Финансовая компания UMIS: Форекс (Forex), обучение Форекс (FOREX) трейдеров, интернет-трейдинг, биржевая игра на рынке Forex, игра на бирже. Фондовый рынок, фьючерсы This thread Refback 01-30-2008 08:54 AM
hilbert transform trend line This thread Refback 01-25-2008 10:06 AM
Biznes i handel » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 09:23 AM
Firma - Twoja firma » Blog Archive » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 08:51 AM
Working with Excel (tools, indicators, conversion ...) - Forex Trading This thread Refback 12-28-2007 04: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 09:59 AM
4 Hr Expert very profitable needs conversion saslam Expert Advisors - Metatrader 4 8 09-24-2006 12:57 PM
Some useful tools ( portable version, so, working WITHOUT installation ) De Vinci Tools and utilities 1 08-18-2006 04:16 PM
Thread subscription tools not working cardio General Discussion 1 02-21-2006 08:13 PM


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



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