请观看如何免费下载自动交易
请在Telegram上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
指标

Mouteki-Demark trend new - MetaTrader 4脚本

显示:
5538
等级:
(18)
已发布:
2008.09.26 06:43
已更新:
2014.04.21 14:53
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

Demark的又一个指标。

输入参量:

extern int  showBars=200;      // if showBars= 0 so the indicator will be shown for all the chart
extern int  LevDP=2;           // Demar Pint Levels; 2 = central bar will be higher (lower) then 2 bars on the left side 
                                  and 2 bars on the right one.
extern int  qSteps=1;          // number of steps/ no more than 3
extern int  BackStep=0;        // number of staps back
extern int  startBar=0;        // ifstartBar=0 so we have recommendation for the current bar, if 1 - for possible next bar
extern bool TrendLine=true;    // false = no trend lines
extern bool HorizontLine=true; // true = break levels
extern bool ChannelLine=false; // true = channels which is parallel with trend lines 
extern bool TakeLines=true;    // true = take profit lines
extern bool Comments=true;     // true = comments
extern int  Trend=0;           // 1 = for UpTrendLines only, -1 = for DownTrendLines only, 0 = for all TrendLines

Mouteki-Demark trend new

由MetaQuotes Ltd译自英文
原代码: https://www.mql5.com/en/code/8410

开盘价和收盘价之间差异的指标 开盘价和收盘价之间差异的指标

指标以频率分布器形式显示开盘价和收盘价之间差异。

Open SELL Open SELL

在远距选定的 FreeMargin部分脚本打开 SELL。

Vegas Vegas

指标Vegas。

DFC Next DFC Next

DFC Next 指标.