何止一句在乎 发表于 2011-11-19 18:23:56

(呼唤牛版)小弟快哭了,一个指标编了俩星期还没编好

泪奔啊,编了俩星期还是没箭头
哪位高手帮帮小弟
指标
            jingybMACD.mq4    (3.03 KB, 下载次数: 27)      2009-5-24 11:13 上传
点击文件名下载附件
下载积分: 金币 -2   


      
            jMACD82113.mq4    (3.02 KB, 下载次数: 26)      2009-5-24 11:13 上传
点击文件名下载附件
下载积分: 金币 -2   


      
            wideMACD.mq4    (3.02 KB, 下载次数: 26)      2009-5-24 11:13 上传
点击文件名下载附件
下载积分: 金币 -2   


      
<div class="quote"><blockquote>//+------------------------------------------------------------------+
//|                                             三窗MACD_Alert.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
#propertyindicator_buffers 2
#propertyindicator_color1Red
#propertyindicator_color2Lime
#propertyindicator_width12
#propertyindicator_width22

extern bool alert=true;

double UpArrow[];
double DownArrow[];
double Up[];
double Down[];
double jingybMACD[];
double jMACD[];
double wideMACD[];
double sound;
//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
    {
//---- indicators
   SetIndexStyle(0,DRAW_ARROW);
   SetIndexArrow(0,233);
   SetIndexBuffer(0,UpArrow);
   SetIndexStyle(1,DRAW_ARROW);
   SetIndexArrow(1,234);
   SetIndexBuffer(1,DownArrow);
//----
   return(0);
    }
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function                     |
//+------------------------------------------------------------------+
int deinit()
    {
//----
   
//----
   return(0);
    }
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
    {
   int limit;
   int counted_bars=IndicatorCounted();
   if(counted_bars0) counted_bars--;
   limit=Bars-counted_bars;
//----
   for(int i=0; ijingybMACD&&((jingybMACD>0&&jingybMACD0&&jingybMACD0&&jingybMACDjMACD&&jMACD>jMACD)&&(wideMACD>wideMACD&&wideMACD>wideMACD))
            Up=Low-Point*3;
         }
            
         if(jingybMACD

心魔 发表于 2012-11-21 23:00:05

长时间没来看了 ~~

wh34 发表于 2012-11-21 23:00:05

你好 , 写过很多ea了, 请看我用户名, 加后可提供博客看看我的ea介绍

杨子 发表于 2012-11-21 23:00:05

这样的贴子,不顶说不过去啊

早妖的夏天 发表于 2012-11-21 23:00:05

围观来了哦

myecr 发表于 2012-11-21 23:00:05

EA真的不靠谱..。

.

xiaobaozai 发表于 2015-1-23 01:24:28


继续,学习了

卡多佐 发表于 2015-1-23 06:36:24

没有使用说明书

fypkutvj 发表于 2015-1-26 13:16:41

xiexiefenxiang

dollarx 发表于 2015-1-27 13:16:49

看看什么EA,,,
页: [1] 2
查看完整版本: (呼唤牛版)小弟快哭了,一个指标编了俩星期还没编好