比特币通信协议 - 币圈消息

比特币通信协议篇11、二、TURN简介。在典型的情况下,TURN客户端连接到内网中,并且通过一个或者多个NAT到 详细

求助帮忙编译下指标把源码发出来,牛大你要有空帮下忙啊

  [复制链接]
437 13
13406839005 发表于 2018-1-11 16:43:50 | 只看该作者 |阅读模式 打印 上一主题 下一主题
这个指标我编译不出来,找高手帮忙把源码放出来。
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论13

跳转到指定楼层
沙发
 楼主| 13406839005 发表于 2018-1-11 17:58:57 | 只看该作者


千万别沉啊,哪路高人伸出你那援助之手,增加你的幸运光环。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
板凳
digit 发表于 2018-1-11 19:22:07 | 只看该作者
special price is $4.99
地板
digit 发表于 2018-1-11 20:11:21 | 只看该作者

这是收费指标,可以用就可以了
[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;
      }
.
.
.
.
.
.
5#
digit 发表于 2018-1-11 20:48:50 | 只看该作者
呵呵
http://www.520fx.com/forum.php?mod=viewthread&tid=54806
6#
digit 发表于 2018-1-11 21:35:34 | 只看该作者
是不是要这样
7#
康玉888 发表于 2018-1-11 22:02:51 | 只看该作者
谢谢分享,帮顶。
8#
闽祥 发表于 2018-1-11 22:50:53 | 只看该作者
有什么独到之处???
9#
jiuhongzhi 发表于 2018-1-11 23:04:31 | 只看该作者
上张图:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
10#
jiuhongzhi 发表于 2018-1-12 00:23:00 | 只看该作者
某种震荡指标。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

Powered by 顺水鱼MT4外汇EA网! X3.2© 2001-2017 顺水MT4外汇EA公司.( 陕ICP备17014341号-1