顺水外汇EA交易网MT4
标题:
请问谁有golden tendency string V2的MQ4格式
[打印本页]
作者:
骑马遛蜗牛
时间:
2018-1-11 16:41
标题:
请问谁有golden tendency string V2的MQ4格式
请问谁有golden tendency string V2的MQ4格式
就是可以编辑的那个版本
求,谢谢!
作者:
骑马遛蜗牛
时间:
2018-1-11 17:47
这段源码是网上看到的,很像,不知道是不是,怎么写成MQ4啊?
/*
Generated by EX4-TO-MQ4 decompiler V4.0.224.1 []
Website: http://purebeam.biz
E-mail : purebeam@gmail.com
*/
#property copyright "zx815@126.com"
#property link "zx815@126.com"
#property indicator_chart_window
#property indicator_buffers 3
#property indicator_color1 White
#property indicator_color2 Gold
#property indicator_color3 DeepSkyBlue
extern int MagaPeriod = 40;
extern int Smoothing = 5;
extern int Mode = 3;
extern int Price = 0;
double g_ibuf_92[];
double g_ibuf_96[];
double g_ibuf_100[];
double gda_unused_104[];
double gda_unused_108[];
double gda_unused_112[];
double g_ibuf_116[];
double g_ibuf_120[];
int gi_124;
string gs_dummy_128;
string gs_dummy_136;
int gi_unused_144 = 0;
int init() {
IndicatorBuffers(8);
SetIndexBuffer(0, g_ibuf_100);
SetIndexStyle(0, DRAW_LINE, STYLE_SOLID, 2);
SetIndexBuffer(1, g_ibuf_96);
SetIndexStyle(1, DRAW_LINE, STYLE_SOLID, 2);
SetIndexBuffer(2, g_ibuf_92);
SetIndexStyle(2, DRAW_LINE, STYLE_SOLID, 2);
SetIndexBuffer(3, g_ibuf_116);
SetIndexBuffer(4, g_ibuf_120);
IndicatorShortName("Golden Tendency String V2");
return (0);
}
int start() {
gi_124 = Bars - IndicatorCounted();
showMAGA();
return (0);
}
void showMAGA() {
for (int li_0 = gi_124; li_0 >= 0; li_0--) g_ibuf_116[li_0] = 2.0 * iMA(NULL, 0, MagaPeriod / 2, 0, Mode, Price, li_0) - iMA(NULL, 0, MagaPeriod, 0, Mode, Price, li_0);
for (li_0 = gi_124; li_0 >= 0; li_0--) g_ibuf_120[li_0] = iMAOnArray(g_ibuf_116, 0, Smoothing, 0, Mode, li_0);
for (li_0 = gi_124; li_0 >= 0; li_0--) {
g_ibuf_92[li_0] = g_ibuf_120[li_0];
g_ibuf_96[li_0] = g_ibuf_120[li_0];
g_ibuf_100[li_0] = g_ibuf_120[li_0];
if (g_ibuf_120[li_0] > g_ibuf_120[li_0 + 1]) g_ibuf_96[li_0] = EMPTY_VALUE;
else {
if (g_ibuf_120[li_0]
[attach]22452[/attach]
作者:
天利豹
时间:
2018-1-11 18:42
横批:止损无条件
作者:
骑马遛蜗牛
时间:
2018-1-11 19:29
好厉害,谢谢帮我看看http://www.520fx.com/forum.php?m ... p;page=1#pid1001404这个指标你是不是也有?
作者:
knightfx
时间:
2018-1-11 20:16
变色线指标
要导入动态链接库,才能用
作者:
Essence
时间:
2018-1-11 20:44
没有这么复杂的变色线指标。
作者:
haitao
时间:
2018-1-11 21:19
没有这么复杂的变色线指标。
作者:
jiuhongzhi
时间:
2018-1-11 22:13
晕,还要动态连接库
作者:
greenteas
时间:
2018-1-11 23:17
我估计就是被加密了,要去验证连接
**了就好
欢迎光临 顺水外汇EA交易网MT4 (http://www.waterforex.com/)
Powered by Discuz! X3.2