顺水外汇EA交易网MT4
标题:
非常好用的MACD柱状线面积背离指标, 请问怎么改成报警??
[打印本页]
作者:
zzykiller
时间:
2018-1-11 14:43
标题:
非常好用的MACD柱状线面积背离指标, 请问怎么改成报警??
附图的黄粗线代表 柱状线面积 ,很好用的背离指标。就是不知道怎么改报警。
源码附上
[attach]20190[/attach]
#property indicator_separate_window
#property indicator_buffers 5
#property indicator_color1 Red
#property indicator_color2 Blue
#property indicator_color3 Fuchsia
#property indicator_color4 Aqua
#property indicator_color5 Yellow
extern int FastEMA = 12;
extern int SlowEMA = 26;
extern int SignalEMA = 9;
double Gda_88[];
double Gda_92[];
double Gda_96[];
double Gda_100[];
double Gda_104[];
int Gi_108 = 0;
int init() {
SetIndexStyle(0, DRAW_LINE);
SetIndexBuffer(0, Gda_88);
SetIndexStyle(1, DRAW_LINE);
SetIndexBuffer(1, Gda_92);
SetIndexStyle(2, DRAW_HISTOGRAM);
SetIndexBuffer(2, Gda_96);
SetIndexStyle(3, DRAW_HISTOGRAM);
SetIndexBuffer(3, Gda_100);
SetIndexStyle(4, DRAW_LINE);
SetIndexBuffer(4, Gda_104);
IndicatorShortName("Zen_MACD(" + FastEMA + "," + SlowEMA + "," + SignalEMA + ")");
SetIndexLabel(0, "DIFF");
SetIndexLabel(1, "DEA");
SetIndexLabel(2, "MACD");
SetIndexLabel(3, "MACD");
SetIndexLabel(4, "面积");
return (0);
}
int deinit() {
return (0);
}
int start() {
double Ld_16;
int Li_8 = IndicatorCounted();
double Ld_24 = 0;
if (Li_8 > 0) Li_8--;
int Li_0 = Bars - Li_8;
for (int Li_12 = 0; Li_12 = 0; Li_12--) {
Gda_92[Li_12] = iMAOnArray(Gda_88, Bars, SignalEMA, 0, MODE_EMA, Li_12);
Gda_96[Li_12] = EMPTY_VALUE;
Gda_100[Li_12] = EMPTY_VALUE;
Ld_16 = 2.0 * (Gda_88[Li_12] - Gda_92[Li_12]);
if (Ld_16 > 0.0) Gda_96[Li_12] = Ld_16;
else Gda_100[Li_12] = Ld_16;
if (Ld_16 * Ld_24 > 0.0) Ld_24 += Ld_16;
else Ld_24 = Ld_16;
Gda_104[Li_12] = Ld_24 / 10.0;
}
return (0);
}
作者:
zzykiller
时间:
2018-1-11 14:56
上传一下指标文件
作者:
yiranchenji
时间:
2018-1-11 16:28
下载看看好使不!
作者:
xuyifeng1314
时间:
2018-1-11 16:49
不好看 , 不明显
作者:
hezhigang6
时间:
2018-1-11 18:18
看看好用就改改
作者:
Cohokits
时间:
2018-1-11 18:31
貌似看过类似这样的指标源码。。。。
作者:
chongwei-23
时间:
2018-1-11 19:57
快速识别
[attach]20191[/attach]
作者:
zhangdada
时间:
2018-1-11 21:28
我自己写了一个,你加载看看咯?
作者:
lantianxingkong
时间:
2018-1-11 21:43
感谢分享
作者:
wx_j25t8v0G
时间:
2018-1-11 22:22
不显示啊
作者:
52011
时间:
2018-1-11 23:59
谢谢分享 看看
作者:
bfsszxtx
时间:
2018-1-12 01:38
谢谢分享
作者:
chongwei-23
时间:
2018-1-12 01:44
非常感谢分享
作者:
zzykiller
时间:
2018-1-12 02:53
你的分享 大家的快乐顶你
作者:
chongwei-23
时间:
2018-1-12 03:25
非常感谢分享
欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/)
Powered by Discuz! X3.2