顺水外汇EA交易网MT4
标题:
求助帮忙编译下指标把源码发出来,牛大你要有空帮下忙啊
[打印本页]
作者:
13406839005
时间:
2018-1-11 16:43
标题:
求助帮忙编译下指标把源码发出来,牛大你要有空帮下忙啊
这个指标我编译不出来,找高手帮忙把源码放出来。
作者:
13406839005
时间:
2018-1-11 17:58
[attach]22709[/attach]
千万别沉啊,哪路高人伸出你那援助之手,增加你的幸运光环。
[attach]22710[/attach]
作者:
digit
时间:
2018-1-11 19:22
special price is
$4.99
作者:
digit
时间:
2018-1-11 20:11
这是收费指标,可以用就可以了
[C++] 纯文本查看 复制代码#property indicator_separate_window
#property indicator_buffers 2
#property indicator_color1 Magenta
#property indicator_color2 DimGray
#property indicator_width1 2
#property indicator_width2 1
#property indicator_minimum 0
#property indicator_maximum 100
#property indicator_level1 25
#property indicator_level2 75
#property indicator_levelcolor DimGray
extern int pstLength = 9;
extern int pstX = 5;
extern int pstSmooth = 3;
extern int smoothPeriod = 10;
extern int smoothPhase = 100;
double pstBuffer[];
double pssBuffer[];
double wrkBuffer[][5];
double trend[];
int init()
{
IndicatorBuffers(3);
SetIndexBuffer(0,pstBuffer); SetIndexLabel(0,"Stochastic");
SetIndexBuffer(1,pssBuffer); SetIndexLabel(1,"Signal");
SetIndexBuffer(2,trend);
.
.
.
.
.
int start()
{
.
.
.
.
.
if (max>0)
wrkBuffer[r][TripleK] = 100.0*(Close
-min)/max;
else wrkBuffer[r][TripleK] = 0.0;
if (i==(Bars-1))
{
wrkBuffer[r][TripleDF] = wrkBuffer[r][TripleK];
wrkBuffer[r][TripleDS] = wrkBuffer[r][TripleK];
continue;
}
.
.
.
.
.
.
作者:
digit
时间:
2018-1-11 20:48
呵呵
http://www.520fx.com/forum.php?mod=viewthread&tid=54806
作者:
digit
时间:
2018-1-11 21:35
是不是要这样
作者:
康玉888
时间:
2018-1-11 22:02
谢谢分享,帮顶。
作者:
闽祥
时间:
2018-1-11 22:50
有什么独到之处???
作者:
jiuhongzhi
时间:
2018-1-11 23:04
上张图:
[attach]22711[/attach]
作者:
jiuhongzhi
时间:
2018-1-12 00:23
某种震荡指标。
作者:
anakin
时间:
2018-1-12 00:37
谢谢分享,帮顶。
作者:
guoyoz
时间:
2018-1-12 01:05
11111111111111111111111111111111111111
作者:
halimake
时间:
2018-1-12 01:26
路过分享学习
作者:
华轮汽车导航
时间:
2018-1-12 02:50
[attach]22712[/attach]
[attach]22712[/attach]
[attach]22712[/attach]
好东东就是应该支持的哟,继续努力哟
欢迎光临 顺水外汇EA交易网MT4 (http://www.waterforex.com/)
Powered by Discuz! X3.2