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

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

求编程老师修复下这个指标

  [复制链接]
232 4
金城谈金 发表于 2018-1-11 14:59:20 | 只看该作者 |阅读模式 打印 上一主题 下一主题
此指标是一个信号指标,但每次报警的窗口显示出一排乱码  看不懂。而且声音提示非常杂乱,像收音机一样。求老师修复下。
[C++] 纯文本查看 复制代码//+------------------------------------------------------------------+
//|                                                     Sig_Soch.mq4 |
//|                      Copyright ?2009, MetaQuotes Software Corp. |
//|                                        http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright ?2009, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.net"
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Blue
#property indicator_color2 Red
extern int PerCCI=24;
extern bool Al=true;
double CCI;
double CCIold;
double ArrShift;
double BufUp[];
double BufDn[];
int s,b;
//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
  {
//---- indicators
   
   SetIndexBuffer(0, BufUp);
   SetIndexStyle(0, DRAW_ARROW);
   SetIndexArrow(0, 233);
   
   SetIndexBuffer(1, BufDn);
   SetIndexStyle(1, DRAW_ARROW);
   SetIndexArrow(1, 234);
   switch (Period()) {
           case PERIOD_M1:        ArrShift = Point * 5;        break;
           case PERIOD_M5:        ArrShift = Point * 10;        break;
           case PERIOD_M15:        ArrShift = Point * 20;        break;
           case PERIOD_M30:        ArrShift = Point * 20;        break;
           case PERIOD_H1:        ArrShift = Point * 40;        break;
           case PERIOD_H4:        ArrShift = Point * 80;        break;
           case PERIOD_D1:        ArrShift = Point * 100;        break;
   }
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function                       |
//+------------------------------------------------------------------+
int deinit()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
  {
   int i,
       Counted_bars=IndicatorCounted();
   i=Bars-Counted_bars-1;
//----
      while(i>=1)                      // 骤觌 镱 礤镱聍栩囗睇?徉疣?   
      {      
        
         CCI=iCCI(NULL,0,PerCCI,PRICE_TYPICAL,i);
         CCIold=iCCI(NULL,0,PerCCI,PRICE_TYPICAL,i+1);
         if (CCI>-100 && CCIold100) {BufDn[i]=High[i] + ArrShift;/*if (s
   
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论4

跳转到指定楼层
沙发
 楼主| 金城谈金 发表于 2018-1-11 15:18:38 | 只看该作者
谁可以帮帮我
板凳
abear 发表于 2018-1-11 15:48:50 | 只看该作者
源碼就是亂碼了
跟編程沒甚麼關係
地板
EUR168 发表于 2018-1-11 16:23:02 | 只看该作者
顶,赚点金币,顺便看看
5#
elvis9697 发表于 2018-1-11 17:16:47 | 只看该作者
求编程老师修复下这个指标
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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