客服热线:18391752892

指标紧急求助

   日期:2019-01-12     浏览:473    
马上注册,结交更多好友,下载更多资源

您需要 登录 才可以下载或查看,没有帐号?注册 这个指标的目的是:当前k线的收盘价高于前一k线的最高价时,则标示箭头1(jiantou1);如果当前k线的收盘价低于前一k线的最低价时,则标示箭头2(jiantou2);如果前一个是箭头1则下一个只能显示箭头2,如果前一个是箭头2则下一个只能显示箭头1,这样是为了显示一次进场信号,下一次显示的是出场信号,而不是连续的进入,或连续的出场信号。
 问题:1.部分符合定义的k线没有被标示箭头;2实时使用(非使用历史数据)时,出现两个箭头。 div > #property indicator_buffers 2
#property indicator_color1 Red
double jiantou1[];
double jiantou2[];
extern int juli=1;
//+------------------------------------------------------------------+
//| Custom indicator initialization function                  |
//+------------------------------------------------------------------+
int init()
   {
   IndicatorBuffers(2);
   SetIndexBuffer(0,jiantou1);
   SetIndexBuffer(1,jiantou2);
   SetIndexStyle(0,3,0,EMPTY,Red);
   SetIndexStyle(1,3,0,EMPTY,Blue);
   SetIndexArrow(0,241);
   SetIndexArrow(1,242);
   return(0);
   }
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function               |
//+------------------------------------------------------------------+

//+------------------------------------------------------------------+
//| Custom indicator iteration function                     |
//+------------------------------------------------------------------+
int start()
   {
   int counted_bars=IndicatorCounted();
   if (counted_bars0) counted_bars--;
   int limit=Bars-counted_bars;
   int temp=0;
   for (int i=0;iHigh[i+1]) temp!=1)
      {
       jiantou1[i]=Low[i]-juli*Point;
       temp=1;
      }
      if ((Close[i]
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行情
推荐行情
点击排行