您需要 登录 才可以下载或查看,没有帐号?注册
请求下面这个画曲线的代码里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
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!