27 lines
1.4 KiB
MQL5
27 lines
1.4 KiB
MQL5
|
|
//+------------------------------------------------------------------+
|
||
|
|
//| Modules.mqh |
|
||
|
|
//| |
|
||
|
|
//| |
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
#property copyright ""
|
||
|
|
#property link ""
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
//| defines |
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
// #define MacrosHello "Hello, world!"
|
||
|
|
// #define MacrosYear 2010
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
//| DLL imports |
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
// #import "user32.dll"
|
||
|
|
// int SendMessageA(int hWnd,int Msg,int wParam,int lParam);
|
||
|
|
// #import "my_expert.dll"
|
||
|
|
// int ExpertRecalculate(int wParam,int lParam);
|
||
|
|
// #import
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
//| EX5 imports |
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
// #import "stdlib.ex5"
|
||
|
|
// string ErrorDescription(int error_code);
|
||
|
|
// #import
|
||
|
|
//+------------------------------------------------------------------+
|