shung8997 發表於 13-2-25 11:01

Multicharts關於ema的問題.. 新手求教..

想看它們的值為何...

我真的很菜,不要笑我.. XD

請問前輩.. 為什麼會出現錯誤啊... ??

------ 編譯時產生錯誤: ------
syntax error, unexpected ';', expecting 'end of file'
errLine 16, errColumn 0, errLineEnd 16, errColumnEnd 0
編譯錯誤:(函數)




inputs:
        Price(close),
        Len_short(5),
        Len_mid(10),
        Len_long(15);
       
vars:var1(0),var2(0),var3(0);

var1=XAverage(Price,Len_Short);
var2=XAverage(Price,Len_mid);
var3=XAverage(Price,Len_long);

print (var1,var2,var3);

end;

K7774 發表於 13-2-25 11:13

把end;刪除再試試吧

shung8997 發表於 13-2-25 13:42

感謝大大指點...ORZ
頁: [1]
查看完整版本: Multicharts關於ema的問題.. 新手求教..