- 发布者:
- Vladimir Karputov
- 显示:
- 1406
- 等级:
- 已发布:
- 2017.03.23 08:55
- 已更新:
- 2018.06.26 12:25
-
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务
思路提供者 — John Smith, QL5 代码作者 — barabashkakvn。
智能交易系统使用如下指标: Ichimoku, MA, SAR。已优化的货币对: GBPUSD 和 EURUSD, M30 时间帧。在代码的注释里提供了完整描述。
交易仅限于指定的时间:
double longentry =0.0;
double shortentry =0.0;
int daystart =7; /* 5AM GMT */
int dayend =19;/* 5PM GMT */
int MAdir =NEUTRAL;
int precision =4;
double shortentry =0.0;
int daystart =7; /* 5AM GMT */
int dayend =19;/* 5PM GMT */
int MAdir =NEUTRAL;
int precision =4;
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/17462