(呼唤牛版)小弟快哭了,一个指标编了俩星期还没编好
泪奔啊,编了俩星期还是没箭头哪位高手帮帮小弟
指标
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 长时间没来看了 ~~ 你好 , 写过很多ea了, 请看我用户名, 加后可提供博客看看我的ea介绍 这样的贴子,不顶说不过去啊 围观来了哦 EA真的不靠谱..。
.
继续,学习了 没有使用说明书 xiexiefenxiang 看看什么EA,,,
页:
[1]
2