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 (5) Thread Tools Display Modes
  #11 (permalink)  
Old 12-02-2005, 01:26 PM
Senior Member
 
Join Date: Nov 2005
Location: Canada
Posts: 140
Blaiserboy is on a distinguished road
DDE use

I have a charting program called FCpro and it will pick up from port 16239 the output from metatrader 3

it also will pick up the same from Quote Tracker

I am not too knowledgeable on these things, does that tell you the answer........


thanks


dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-02-2005, 01:56 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Arrow

Quote:
Originally Posted by Blaiserboy
I have a charting program called FCpro and it will pick up from port 16239 the output from metatrader 3

it also will pick up the same from Quote Tracker

I am not too knowledgeable on these things, does that tell you the answer........


thanks


dave
dave,

It's like Quote Tracker in only one thing "Streaming Real-Time quotes".

I'll add to it more options per members requests(EX: saving quotes , upload to server and convert to MT4 history foramt).

I just was playing with my Visual Basic toy.
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-19-2006, 02:24 PM
Member
 
Join Date: Dec 2005
Posts: 44
jwhite1319 is on a distinguished road
dde

Hi Coders Guru,
i did try both the excel statement to get the price from MT4 and the VB module you made. The excel statement is really what I was looking for, but it doesn't quite do what i want. I currently go into MT4 to the history tool, export history to a text file, call up a macro in excel to format the data into another text file that my elliott wave software can read. I have to do this because the export from MT4 has a dot delimiter for the date which my software cant read. If there were a way to run a script to export all the MT4 data into a text file that has teh / delimiter in the date field instead of the "." delimiter, it would be useful to me. The ultimate would be to get a VB script to load into excel that would automatically update and add to history so that I could do statistical analytics right in excel without having to chase text files, exports, formats for text files etc.

BTW, you do great work and I appreciate your help. thnaks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-06-2006, 11:17 AM
Junior Member
 
Join Date: Nov 2005
Posts: 4
soto888 is on a distinguished road
VB program for DDE links

Quote:
Originally Posted by fivewhy
Here is a library to use DDE in .NET
http://workspaces.gotdotnet.com/ndde

This seems to be pretty good, does anyone else have a better option?
How do I use this to turn the VB6 version source code to compile in Visual Studio 2005? Any help greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 03-10-2006, 02:54 AM
Junior Member
 
Join Date: Mar 2006
Posts: 6
moscar.1 is on a distinguished road
MT4 DDE in Perl

Hi Codersguru,

I tried to make a DDE Client in perl, but I cant get any data from MT4.

I would like to know waht is wrong with this code in perl:

use strict;
use Win32:DE::Client;

my $Client = new Win32:DE::Client('MT4', 'BID');
die "Unable to initiate conversation" if $Client->Error;

my $group= $Client->Request('EURUSD');
print "$group\n";


$Client->Disconnect;

Thank you.

Oscar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-27-2006, 04:57 AM
Senior Member
 
Join Date: Apr 2006
Location: Oregon
Posts: 112
67-17454 is on a distinguished road
This is great. Thanks for putting this together and making it available. I just purchased the MMTS e-Book and was thinking it would be great to program it in VB6 with it's numerous rules. I haven't used DDE through VB6 before, just Excel.

MarkC.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 04-27-2006, 12:15 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Quote:
Originally Posted by 67-17454
This is great. Thanks for putting this together and making it available. I just purchased the MMTS e-Book and was thinking it would be great to program it in VB6 with it's numerous rules. I haven't used DDE through VB6 before, just Excel.

MarkC.
MarkC,

You're welcome!
Hope it helped!
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 06-21-2006, 03:47 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Wink Mm

Another version to just keep your eyes on the rate while you are working! It will be always on the top and you can place it at any corner of the screen and keep your Alt+Tab free !

Maybe the next step is to give alerts when the rate reaches a specific level!
Attached Files
File Type: zip MM.zip (5.8 KB, 257 views)
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 01-15-2007, 09:07 AM
forexplayer's Avatar
Member
 
Join Date: May 2006
Posts: 34
forexplayer is on a distinguished road
Fetching rates from more than 1 MT4 broker

CodersGuru,
Thank you so much for this, real great stuff you got here. I have a question for you. Now , i understand the VB program will try to connect to a MT4 broker platform running on your pc that has DDE server enabled. What if i have more than 1 MT4 broker platform running? Is there a way to specify what MT4 broker platform to fetch the rates from? Also, can you point me to a good resource for DDE programming using VB6 or DOTNET?
Would appreciate all your help.

Regards

Last edited by forexplayer; 01-15-2007 at 09:09 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 01-15-2007, 11:28 AM
Senior Member
 
Join Date: Feb 2006
Posts: 1,113
et_phonehome_2 is on a distinguished road
Is there a current document that contains all the DDE calls one can make for both indicators and price for MT4?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
MT4 DDE, DDE mt4, MT4 Monitor

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/383-mt4-monitor-mt4-dde-visual-basic-6-a.html
Posted By For Type Date
Servoy Talk :: View topic - Using DDE Links with Seroy This thread Refback 07-07-2008 10:07 PM
Servoy Talk :: View topic - Using DDE Links with Seroy This thread Refback 01-07-2008 10:58 AM
Integration between excel and MT4 prices This thread Refback 11-17-2007 10:30 PM
Servoy Talk :: View topic - Using DDE Links with Seroy This thread Refback 09-22-2007 04:42 PM
Integration between excel and MT4 prices @ Forex Factory This thread Refback 06-22-2007 08:27 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
dll tutorial for Visual Studio 2005 bwilhite Tools and utilities 12 03-29-2008 12:00 PM
StepMa_Stoch_w/visual alert leightonbeaty Indicators - Metatrader 4 1 10-26-2006 11:18 PM
Visual Trader newdigital Tools and utilities 0 10-15-2005 08:42 AM


All times are GMT. The time now is 04:53 AM.



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