2 Star 5 Fork 4

航耍耍/mql4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.mq4 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
航耍耍 提交于 2021-07-17 19:39 . 123
//+------------------------------------------------------------------+
//| test.mq4 |
//| Ada.Jass |
//| jass.ada@qq.com |
//+------------------------------------------------------------------+
#property copyright "Ada.Jass"
#property link "jass.ada@qq.com"
#property version "1.00"
#property strict
#include "./include/PublicStuff.mqh"
#include "./include/CandleShape.mqh"
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
//---
initialization(0);
//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
//---
}
//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
{
//---
Print(IsMarubozu(1));
}
//+------------------------------------------------------------------+
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/hangyejiadao_581/mql4.git
git@gitee.com:hangyejiadao_581/mql4.git
hangyejiadao_581
mql4
mql4
master

搜索帮助