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

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

求助:一个RSI的报警指标,求修改

  [复制链接]
248 8
人生需要拼 发表于 2018-1-11 11:51:50 | 只看该作者 |阅读模式 打印 上一主题 下一主题
下面是一个RSI的报警指标,想把它改成Stochastic的报警指标,求大神指点
#property indicator_separate_window
#property indicator_buffers 3
#property indicator_color1 White
#property indicator_color2 Red
#property indicator_color3 Blue
extern int RSIPeriod = 14;
extern int UpLevel = 80;
extern int DownLevel = 20;
extern bool AlertFlag = TRUE;
double G_ibuf_92[];
double G_ibuf_96[];
double G_ibuf_100[];
bool Gi_104 = FALSE;
bool Gi_108 = FALSE;
int init() {
   IndicatorBuffers(3);
   SetIndexStyle(0, DRAW_LINE);
   SetIndexBuffer(0, G_ibuf_92);
   SetIndexStyle(1, DRAW_ARROW);
   SetIndexArrow(1, 233);
   SetIndexBuffer(1, G_ibuf_96);
   SetIndexStyle(2, DRAW_ARROW);
   SetIndexArrow(2, 234);
   SetIndexBuffer(2, G_ibuf_100);
   return (0);
}
int start() {
   int Li_0 = IndicatorCounted();
   if (Li_0  0) Li_0--;
   int Li_4 = Bars - Li_0;
   for (int Li_8 = Li_4; Li_8 >= 0; Li_8--) {
      G_ibuf_92[Li_8] = iRSI(NULL, 0, RSIPeriod, PRICE_CLOSE, Li_8);
      if (G_ibuf_92[Li_8 + 1]  UpLevel) {
         G_ibuf_96[Li_8] = G_ibuf_92[Li_8];
         if (AlertFlag) {
            if (Li_8 == 0 && Gi_104 == FALSE) {
               Alert(Symbol() + " " + Period() + " RSI发生上穿" + UpLevel + "!");
               Gi_104 = TRUE;
               Gi_108 = FALSE;
            }
         }
      } else {
         if (G_ibuf_92[Li_8 + 1] > DownLevel && G_ibuf_92[Li_8] < DownLevel) {
            G_ibuf_100[Li_8] = G_ibuf_92[Li_8];
            if (AlertFlag) {
               if (Li_8 == 0 && Gi_108 == FALSE) {
                  Alert(Symbol() + " " + Period() + " RSI发生下穿" + DownLevel + "!");
                  Gi_108 = TRUE;
                  Gi_104 = FALSE;
               }
            }
         }
      }
   }
   return (0);
}
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论8

跳转到指定楼层
沙发
zhu3662860 发表于 2018-1-11 12:34:51 | 只看该作者
看不懂··········································
板凳
senli1206 发表于 2018-1-11 13:48:14 | 只看该作者
帮顶!!!!!!!!!!
地板
la9046111 发表于 2018-1-11 15:21:54 | 只看该作者
帮顶》》》》》》》》》
5#
yuhen368 发表于 2018-1-11 16:55:50 | 只看该作者
帮忙顶  @@@@@@@@
6#
maikuraki1028 发表于 2018-1-11 18:15:41 | 只看该作者

谢谢分享!
7#
我是打飞 发表于 2018-1-11 19:52:39 | 只看该作者
完全看不懂代码
8#
飘梦 发表于 2018-1-11 19:59:30 | 只看该作者
!!!!!
9#
15806593088 发表于 2018-1-11 20:35:59 | 只看该作者
谢谢楼主分享!!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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