在智能程序中怎样调入外部的自定义指标
引入函数或其他模块 #import "file_name" func1(); func2(); #import 示例: #import "user32.dll" int MessageBoxA(int hWnd,string lpText,string lpCaption, int uType); int MessageBoxExA(int hWnd,string lpText,string lpCaption, int uType,int wLanguageId); #import "melib.ex4" #import "gdi32.dll" int GetDC(int hWnd); int ReleaseDC(int hWnd,int hDC); #import 网上搞的一些学习资料,不过它的举例不太能理解 是不是我要引用某指标,就用一下的格式就可以了 #import "指标名写上" 要用到的数写上 #import 如果是用到数组的话,是不是就在中间写上 double 数组名『』? 指标名是用ex4的还是mq4的?这个自定义指标放在常规的目录下就可以了吗? 还有这几行程序要写在哪里的,程序的头上还是要写在应用的那段程序里、 谢谢指教! |
打赏
最新创建圈子
- 新闻EA运行效果图圈 2019-05-05
圈主:admin 帖子:1