lideshun
发表于 2019-7-25 10:03:11
小贩科技不是倒闭了吗
王司令
发表于 2019-8-11 14:01:16
#property indicator_chart_window
#property indicator_buffers 14
#property indicator_color1 Blue
#property indicator_color2 Blue
#property indicator_color3 Blue
#property indicator_color4 Blue
#property indicator_color5 Blue
#property indicator_color6 Blue
#property indicator_color7 Blue
#property indicator_color8 Red
#property indicator_color9 Red
#property indicator_color10 Red
#property indicator_color11 Red
#property indicator_color12 Red
#property indicator_color13 Red
#property indicator_color14 Red
//---- buffers
double ExtMapBuffer1[];
double ExtMapBuffer2[];
double ExtMapBuffer3[];
double ExtMapBuffer4[];
double ExtMapBuffer5[];
double ExtMapBuffer6[];
double ExtMapBuffer7[];
double ExtMapBuffer8[];
double ExtMapBuffer9[];
double ExtMapBuffer10[];
double ExtMapBuffer11[];
double ExtMapBuffer12[];
double ExtMapBuffer13[];
double ExtMapBuffer14[];
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_LINE);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexStyle(1,DRAW_LINE);
SetIndexBuffer(1,ExtMapBuffer2);
SetIndexStyle(2,DRAW_LINE);
SetIndexBuffer(2,ExtMapBuffer3);
SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(3,ExtMapBuffer4);
SetIndexStyle(4,DRAW_LINE);
SetIndexBuffer(4,ExtMapBuffer5);
SetIndexStyle(5,DRAW_LINE);
SetIndexBuffer(5,ExtMapBuffer6);
SetIndexStyle(6,DRAW_LINE);
SetIndexBuffer(6,ExtMapBuffer7);
SetIndexStyle(7,DRAW_LINE);
SetIndexBuffer(7,ExtMapBuffer8);
SetIndexStyle(8,DRAW_LINE);
SetIndexBuffer(8,ExtMapBuffer9);
SetIndexStyle(9,DRAW_LINE);
SetIndexBuffer(9,ExtMapBuffer10);
SetIndexStyle(10,DRAW_LINE);
SetIndexBuffer(10,ExtMapBuffer11);
SetIndexStyle(11,DRAW_LINE);
SetIndexBuffer(11,ExtMapBuffer12);
SetIndexStyle(12,DRAW_LINE);
SetIndexBuffer(12,ExtMapBuffer13);
SetIndexStyle(13,DRAW_LINE);
SetIndexBuffer(13,ExtMapBuffer14);
//----
return(0);
}
int deinit()
{
return(0);
}
int start()
{
int i,j,limit,counted_bars=IndicatorCounted();
if(counted_bars<0) return(-1);
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
for(i=0; i<limit; i++){
ExtMapBuffer1=iMA(NULL,0,1,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer2=iMA(NULL,0,3,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer3=iMA(NULL,0,5,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer4=iMA(NULL,0,8,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer5=iMA(NULL,0,10,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer6=iMA(NULL,0,12,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer1=iMA(NULL,0,15,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer2=iMA(NULL,0,30,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer3=iMA(NULL,0,35,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer4=iMA(NULL,0,40,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer5=iMA(NULL,0,45,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer6=iMA(NULL,0,50,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer1=iMA(NULL,0,55,0,MODE_EMA,PRICE_CLOSE,i);
ExtMapBuffer2=iMA(NULL,0,60,0,MODE_EMA,PRICE_CLOSE,i);
}
return(0);
}
//+------------------------------------------------------------------+
王司令
发表于 2019-8-11 14:02:08
这个顾比原本只有6条线,我把它加到14条线了,为啥加载之后没变化?
lizufu1122
发表于 2019-8-25 20:34:41
联系我 我也需要 520136660
lizufu1122
发表于 2019-8-25 20:38:52
联系我啊 520136660
淘宝
发表于 2019-9-12 10:35:39
lideshun 发表于 2019-7-25 10:03
小贩科技不是倒闭了吗
没有呢。你这是哪里听到的消息呀。
淘宝
发表于 2019-11-13 15:44:45
刺客直击 发表于 2019-5-3 19:23
http://www.eazhijia.com/thread-1030205-1-1.html
楼主能帮我写这个指标吗,酬劳好商量
联系我吧,吧文件在整理好发给我,能写我会告知你。
淘宝
发表于 2019-11-13 15:45:49
lizufu1122 发表于 2019-8-25 20:34
联系我 我也需要 520136660
联系我把文件发给我,能写我会告知你。
淘宝
发表于 2019-11-13 15:46:31
lizufu1122 发表于 2019-8-25 20:38
联系我啊 520136660
联系我把文件发给我,能写我会告知你。
淘宝
发表于 2019-12-26 12:05:25
这么多用户都是来咨询免费编写的,有些直接创群讨论,里面大部分的用户都已经免费写完了。目前我们免费写的EA有近百款,你没看错,真的是免费编写,不要问为什么免费编写,因为我们就是做免费服务的,以市场口碑,汇聚行业力量。