請問如何處理
本人是新手,嘗試寫簡單程式,發生編譯錯誤,請教怎麼解決
// KD
variable:rsv_d(0),KK(0),dd(0);
stochastic(9,3,3,rsv_d,KK,dd);
condition1 = KK >= dd;
condition2 = KK < dd;
condition3 = KK cross over dd;
condition4 = KK cross under dd;
if condition1 then plot1(high, "K值>=D值");
KD 觀察-1-1ExitCode: 1
StdOut:
StdErr: cc1plus.exe: fatal error: winner\XQLite\System\XSSystem\Tmp\5088b8182c284546a6a66f5a953c1858.cpp: No such file or directory
compilation terminated.
cc1plus.exe: fatal error: winner\XQLite\System\XSSystem\Tmp\5088b8182c284546a6a66f5a953c1858_Api.cpp: No such file or directory
compilation terminated.
謝謝
2 評論