If(BarType == 1 And BarInterval >= 5 )
{
PlotNumeric ("高点",HighD(1));
PlotNumeric ("收盘",CloseD(1));
PlotNumeric ("低点",LowD(1));
}
警告 FOR,WHILE,IF,ELSE中包含序列函数,可能存在潜在的逻辑错误。请确认代码无误 。
会了,谢谢老师
这是警告
http://www.tbquant.net/community/113.html