请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
1170
等级:
(11)
已发布:
2014.01.13 11:20
已更新:
2016.11.22 07:33
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

本指标在图表上建立一年间隔的垂直栅格。

VGridLine 年度

指标输入参数:
//+----------------------------------------------+ 
//| 指标输入参数                                   |
//+----------------------------------------------+ 
input string LinesSirname="VLine_Grid_Annual_"; // 线名称
input color Line_Color=Orange;                // 线颜色
input STYLE Line_Style=SOLID_;               // 线风格
input ENUM_WIDTH Line_Width=w_1;             // 线宽
input bool SetBackground=true;               // 线背景显示
input uint LinesTotal=10;                    // 线的历史数量
input uint FutureTotal=1;                    // 线的未来历史空值数量
input bool Position=true;                    // 线位置 (true - 真实位置, false - 柱线匹配)

由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/615

BBands Stop v1 BBands Stop v1

布林带 ® 趋势指标修改版。

ZigZag NK FiboFan ZigZag NK FiboFan

ZigZag 允许根据最后两个顶值建立 Fibo 扇形。

VGridLine 月度 VGridLine 月度

一月间隔的垂直时间栅格。

GridLine 每周 GridLine 每周

每周间隔的垂直时间栅格。