发表于:2008-08-24 02:15只看该作者
2楼 
#property  indicator_chart_window
#property  indicator_buffers 1
#property  indicator_color1  Silver
double     MaBuffer;
int init()  {
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0,MaBuffer);
   return(0);
}
int start()  {
   int limit;
   int counted_bars=IndicatorCounted();
   if(counted_bars>0) counted_bars--;
   limit=Bars-counted_bars;
   for(int t=0; t
3楼 
再次感激热心助人秃鹫老师的帮忙!
 
 
 
 
 
 韬客社区www.talkfx.co
发表于:2016-12-07 08:13只看该作者
4楼 
感谢分享
韬客社区www.talkfx.co
发表于:2016-12-07 14:28只看该作者
5楼 
感谢分享
韬客社区www.talkfx.co












