08/06/01 00:53:40.58 FFOLx9zK
iCustomについて質問です。
iCustom(NULL,0,"インジケータ名",インジケータのexternの数値,参照バッファ,表示位置)
のはずですが、変数に上手く入りません。どうか助力お願いします。
該当部分
int counted_bars=IndicatorCounted();
int limit = Bars-counted_bars;
if(counted_bars == 0) limit -= 1;
for(int i=limit-1; i>=0; i--){
fastMA[i]=iCustom(NULL,0,"MA",25,0,0);