| / | Forum |
|
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
|
|
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. |
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.
|
|
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.
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. |
|
sandfromsky
2006.12.01 08:54
Write dll files, I think Visual Basic can do it.
Good luck. |
5089 |
stringo
2006.12.01 11:01
I am not sure that VB provides dlls with _stdcall calling convention
|