用iRSI()给数组赋值,但打印数组显示结果全为0,为什么?
double RSIBuffer[]; int RSI_Per=14; int start() { int cnt,counted_bars=IndicatorCounted(); int limit=Bars-counted_bars; if(counted_bars>0) limit++; for(cnt=0;cnt<limit;cnt++) { RSIBuffer[cnt]=iRSI(NULL,0,RSI_Per,PRICE_CLOSE,cnt);Print("RSIBuffer[",cnt,"]=",RSIBuffer[cnt]); } return(0); } |
打赏
最新创建圈子
- 新闻EA运行效果图圈 2019-05-05
圈主:admin 帖子:1