- 显示:
- 1319
- 等级:
- 已发布:
- 2014.01.10 10:18
- 已更新:
- 2016.11.22 07:33
-
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务
i-MorningRange 早晨范围指标.
指标输入参数:
//+-----------------------------------+ //| 指标输入参数 | //+-----------------------------------+ input string CheckTime ="08:00"; // 检查范围时间 input bool ShowHistory =true; // 在历史中显示水平 input int NumberOfDays=5; // 历史中的天数 input bool ShowComment =true; // 显示注释 input int Shift=0; // 指标的水平转换柱数 input color Color1=clrBlue; // 阻力颜色 input color Color2=clrDarkOrange; // 支撑颜色
本指标首先于2007年9月26日使用MQL4语言实现并发布于mql4.com 代码库中.
图1 i-MorningRange 指标
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/1639