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
Poll: Traders’ Estimate of the Mobile Terminal

Poll: Traders’ Estimate of the Mobile Terminal

Unfortunately, there are no clear projections available at this moment about the future of the mobile trading. However, there are a lot of speculations surrounding this matter. In our attempt to resolve this ambiguity we decided to conduct a survey among traders to find out their opinion about our mobile terminals. Through the efforts of this survey, we have managed to established a clear picture of what our clients currently think about the product as well as their requests and wishes in future developments of our mobile terminals.


avatar
Moderator
2824
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
5198
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