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.
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.
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
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.
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
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.
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.
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.
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++?
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 ?
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