Forex



Go Back   Forex Trading > Training > Metatrader > Metatrader 4 mql 4 - Development course






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 03-14-2008, 07:25 AM
Senior Member
 
Join Date: Dec 2007
Posts: 475
Enforcer is on a distinguished road
Sweet, thanks for the video
__________________
www.signalcopy.com - Most advanced tools for copy Metatrader signals.
Free MT4 account statistics - advanced stats and graphs for MT4 accounts
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 03-14-2008, 08:19 AM
Member
 
Join Date: Nov 2005
Posts: 84
nohills is on a distinguished road
video

Hi Patrick,

Thank you for the very interesting video! Just what I was looking for.

I hardly dare to ask, but would it also be possible to make an instruction for a server side dll and a client side dll in combination with metatrader? That would be really great.
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-14-2008, 03:16 PM
Mistigri's Avatar
Member
 
Join Date: Mar 2006
Posts: 34
Mistigri is on a distinguished road
Do you mean "write a web service" that talks to a MT4 dll?
To be honest I have not looked at that, I did write in a MT4 DLL a function that connects to my web server and authenticates users, but on the server side the code is written in PHP ...

I can help with the windows socket part but I can't give out the whole setup

Patrick

Last edited by Mistigri; 03-14-2008 at 03:20 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
  #14 (permalink)  
Old 03-14-2008, 07:48 PM
Member
 
Join Date: Nov 2005
Posts: 84
nohills is on a distinguished road
server

Quote:
Originally Posted by Mistigri View Post
Do you mean "write a web service" that talks to a MT4 dll?
To be honest I have not looked at that, I did write in a MT4 DLL a function that connects to my web server and authenticates users, but on the server side the code is written in PHP ...

I can help with the windows socket part but I can't give out the whole setup

Patrick
Hi Patrick,
I am not familiar with the techniques behind this, but what I am looking for is a metatrader running on a server giving signals and a client dll receiving or fetching the signals for a client metatrader terminal. The client terminal then does it's own business.
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 03-14-2008, 07:56 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 994
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Smile

You need a custom programmer (paid) to do this task! Because it's not an easy project!

You want to duplicate up trades between 2 Metatraders over the net.

Quote:
Originally Posted by nohills View Post
Hi Patrick,
I am not familiar with the techniques behind this, but what I am looking for is a metatrader running on a server giving signals and a client dll receiving or fetching the signals for a client metatrader terminal. The client terminal then does it's own business.
__________________
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!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 03-14-2008, 09:13 PM
Member
 
Join Date: Nov 2005
Posts: 84
nohills is on a distinguished road
servers

Hi Codersguru,
Thank you for dropping by.

I know how to program in Metatrader and thanks to Patrick I now can program a dll, but I just can't imagine that it is too difficult to do this job. I think there are many standard customized c, c++ or c# functions which can be easily fitted, once you know how to.
Just showing how to build a dll, like Patrick did, was that one step which brought me further. I understand that there might be others who haven't programmed before and would need more guidance or maybe (paid) work to get the job done. On the other hand I must admit that I know little about "talking" with servers.
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 03-14-2008, 09:43 PM
Mistigri's Avatar
Member
 
Join Date: Mar 2006
Posts: 34
Mistigri is on a distinguished road
xml reader ...

How about writing an EA that you would run on your server that uploads an xml file ( using the ftp function ) to a website. Then write an expert using a dll that can read the data from the xml file.

in the xml file you would use a format such as

<page>
<trades id="x" symbol="x" signaltype="x" stoploss="x" profittarget="x"></trades>
</page>
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 03-29-2008, 01:45 PM
Junior Member
 
Join Date: Mar 2007
Location: Copenhagen
Posts: 6
Magick is on a distinguished road
Hi Patrick

Thank you very much to taking the time to make the video - its really well done, and greatly appreciated.

I have a quick question. At the start of the video you mentioned that it had to be a c++ dll (MFC). Now, Im rather a novice programmer. Am I not able to write a dll in C# to work with Metatrader? Is the only language I can use C++?

Thanks and regards
Anton
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 03-29-2008, 03:16 PM
Senior Member
 
Join Date: Jun 2006
Posts: 1,510
prasxz is on a distinguished road
hi

is it possible make mt4 dll connected to web service and make php script to shows MT4 open position through a website , so people with no MT4 can see it from website in a realtime ?

===================
Forex Indicators Collection
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 03-29-2008, 03:30 PM
Mistigri's Avatar
Member
 
Join Date: Mar 2006
Posts: 34
Mistigri is on a distinguished road
Quote:
Originally Posted by Magick View Post
Hi Patrick

Thank you very much to taking the time to make the video - its really well done, and greatly appreciated.

I have a quick question. At the start of the video you mentioned that it had to be a c++ dll (MFC). Now, Im rather a novice programmer. Am I not able to write a dll in C# to work with Metatrader? Is the only language I can use C++?

Thanks and regards
Anton
No you can not use C# to write the DLL ... The DLL has to be in C++, now nothing stops you from writing a C# app that will communicate with the C++ DLL but that would be a lot of work. Use Microsoft Visual C++ Express 2008 which is free

Patrick

Last edited by Mistigri; 03-29-2008 at 03:32 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
Reply

Bookmarks

Tags
c# metatrader, dll, dll forex, dll metatrader, dll mt4, ExpertSample.dll, file, FILE EXTENSION EX4, forex, internet, metatrader, metatrader c# DLL, metatrader dll, metatrader socket, metatrader sockets, MistigriFX, mql dll, mt4 dll

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
How do I use the files with .ex4 extension. NEEL123 General Discussion 6 12-19-2008 09:35 AM
About Fibo extension phildunn General Discussion 11 03-30-2008 01:31 PM
there is any script/program to create walk forward test data for metatrader???? giraia_br Metatrader 4 1 03-26-2007 01:44 AM
Please create an EA matrixebiz Expert Advisors - Metatrader 4 0 11-28-2006 08:19 PM


All times are GMT. The time now is 11:47 AM.



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