MQL4 - automated forex trading   /  

Forum

Automatic Order exec

Back to topics list To post a new topic, please log in or register

avatar
2
fotovat 2006.07.02 13:18 
Hi, As I know we can't use Hyperorder and dynaorder with MetaTrader for sending order from other charting softwares like metastock/tradestation/omega prosuite becoz the client API ver.4 of metatrader was not released yet, How do u work without it ? Hyper order and dynaorder are very good but at now . . .they aren't If there is any solution please write in this post to use every one 1 .I think we can use windows scripts to automate but it's hard, 2 .If metatrader brokers support web based order form then we can use them 3 . . . come on and lets talk. . . Thanks
article

Championship Report: Fourth Week (23 – 30 October)

The fourth week of the Automated Trading Championship 2006 has ended. A month had already passed since the start of this competition, however, two months are still yet to come, therefore let us strike some balance.


avatar
Moderator
2822
Tatyana 2006.07.03 17:58 
If you want to automate trading using an external application, you can use a DLL application as the external plugin.

You can study our examples in the client terminal folder:
/MetaTrader 4/experts/samples/DLLSample/ - VC++6.0 source code of a DLL example,
/MetaTrader 4/experts/samples/include/sampledll.mqh - a header file,
/MetaTrader 4/experts/samples/libraries/ExpertSample.dll - an external DLL file
/MetaTrader 4/experts/samples/ExportFunctions.mq4 - MQL4 expert advisor program.


You can create DLL files in any high-level programming language.


avatar
6
aspdeveloper 2006.11.27 16:01 
Tatyana wrote:
If you want to automate trading using an external application, you can use a DLL application as the external plugin.

You can study our examples in the client terminal folder:
/MetaTrader 4/experts/samples/DLLSample/ - VC++6.0 source code of a DLL example,
/MetaTrader 4/experts/samples/include/sampledll.mqh - a header file,
/MetaTrader 4/experts/samples/libraries/ExpertSample.dll - an external DLL file
/MetaTrader 4/experts/samples/ExportFunctions.mq4 - MQL4 expert advisor program.


You can create DLL files in any high-level programming language.


Hi Tatyana,

You mention that you can create dll-files in any high-level programming language ... is it possible to use for example a dll created in .NET (C#)? If so, where do I start with such a thing? I'm pretty new in mql4, but do have some experience with C#.

Thanks in advance.

Greetingz,
Koen.

avatar
7
sandfromsky 2006.12.01 08:54 
Write dll files, I think Visual Basic can do it.

Good luck.

avatar
Moderator
5089
stringo 2006.12.01 11:01 
I am not sure that VB provides dlls with _stdcall calling convention
Back to topics list  

To add comments, please log in or register