和讯外汇 发表于 2011-10-30 06:25:12

int counted_bars=IndicatorCounted();什么意思?

请求下面这个画曲线的代码里int Start后面的详解,谢谢!!!
#property indicator_chart_window
#property indicator_buffers 1   
#property indicator_color1 Blue
double ExtMapBuffer[];

int init()
    {
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,5,Red);
SetIndexBuffer(0,ExtMapBuffer);
   return(0);
    }

int deinit()
    {

   return(0);
    }

int start()
    {
   int    counted_bars=IndicatorCounted();
int cnt;
if(counted_bars>0) counted_bars--;
int limit =Bars-counted_bars-1;

for(cnt=0; cnt

xiwa2012 发表于 2012-11-21 23:00:23

呵呵 高高实在是高~~~~~

q543777345 发表于 2012-11-21 23:00:23

先看看怎么样!

盛满我的思念 发表于 2012-11-22 01:12:18

这个贴不错!!!!!

月芽儿 发表于 2012-11-22 01:12:18

我在顶贴~!~

外汇EA收藏家 发表于 2012-11-22 02:15:12

谢谢分享了!

manger 发表于 2012-11-22 02:15:12

(*^__^*) 嘻嘻……   

海贼王 发表于 2012-11-22 02:15:12

帮你顶,人还是厚道点好

K线 发表于 2012-11-22 02:15:12

我该不会是最后一个顶的吧

小妹er 发表于 2012-11-22 02:15:12

加油站加油
页: [1] 2 3 4
查看完整版本: int counted_bars=IndicatorCounted();什么意思?