PLZ帮助我修复这个指标
Results 1 to 5 of 5

Thread: PLZ帮助我修复这个指标

  1. #1

  2. #2
    没有代码文件(mq4)=没有修复

  3. #3
    // ----------------------------------------------- ------------------- /| Supernova.mq4 |/ ----------------------------------------------- ------------------- #property indior_chart_window #property indior_buffers 2 #property indior_color1 DodgerBlue #property indior_color2 Magenta extern int SF = 1; extern bool Visual_Alert = false; extern bool Audio_Alert = true; extern string Audio_Up_File = alert.wav; extern string Audio_Down_File = alert.wav; extern bool Email_Alert = false; extern int Count_Bars = 1000; extern int Arrow_Offset = 10; double ExtMapBuffer1 []; double ExtMapBuffer2 []; bool up = false; bool dn = false; datetime last_t = 0; int init(){SetIndexStyle(0,DRAW_ARROW); SetIndexArrow(0108); SetIndexBuffer(0,ExtMapBuffer1); SetIndexEmptyValue(0,0.0); SetIndexStyle(1,DRAW_ARROW); SetIndexArrow(1108); SetIndexBuffer(1,ExtMapBuffer2); SetIndexEmptyValue(1,0.0);返回(0); } int deinit(){return(0);} int start(){int l = 0; if(Count_Barsgt; Bars){l = Bars;} else {l = Count_Bars;} for(int i = 1; igt; = 0; i - ){ExtMapBuffer1 [i] = 0; ExtMapBuffer2 [I] = 0; double qqe0_0 = iCustom(Symbol(),0,QQE,SF,0,i); double qqe0_1 = iCustom(Symbol(),0,QQE,SF,0,i 1); double qqe1_0 = iCustom(Symbol(),0,QQE,SF,1,i); double qqe1_1 = iCustom(Symbol(),0,QQE,SF,1,i 1); if(qqe0_0gt; qqe1_0 qqe0_1lt; = qqe1_1!up){ExtMapBuffer1 [i] = Low [i] -Arrow_Offset * Point;向上= TRUE; DN = FALSE; } if(qqe0_0lt; qqe1_0 qqe0_1gt; = qqe1_1!dn){ExtMapBuffer2 [i] = High [i] Arrow_Offset * Point; DN =真;向上= FALSE; }} if(ExtMapBuffer1 [0] gt; 0){if(Visual_Alert)Alert(Cross up on: Symbol() at TimeToStr(TimeCurrent()));如果(Audio_Alert)PlaySound(Audio_Up_File);如果(Email_Alert)SendMail(QQE_Cross Alert,Crossing on: Symbol() at TimeToStr(TimeCurrent())); }如果(ExtMapBuffer2 [0] gt; 0){if(Visual_Alert)Alert(Crossing on: Symbol() at TimeToStr(TimeCurrent()));如果(Audio_Alert)PlaySound(Audio_Down_File);如果(Email_Alert)SendMail(QQE_Cross Alert,Crossing on: Symbol() at TimeToStr(TimeCurrent())); } return(0); }

  4. #4
    您的指标取决于是否存在另一个名为QQE的指标。您应该首先检查其他指标是否在您的自定义指标文件夹中。这可能是它不起作用的原因。

  5. #5

發布權限

  • 您不可發布新主題
  • 您不可回复
  • 您不可發布附件
  • 您不可編輯您的帖子
  •  
  • BB代碼是打開的
  • 表情符號是打開的
  • [IMG]代碼是打開的
  • [視頻]代碼是打開的
  • HTML代碼是關閉的
forex-pedia網站使用cookie 文字跟蹤
forex-pedia.com網站使用cookie 文字跟蹤,某些設定已經固定。您可以點擊此處閱讀我們的Cookie使用說明。 請點擊右鍵接受我們的cookies。如果您選擇繼續使用forex-pedia.com網站,我們將認為您接受我們的cookies。