編譯發生錯誤

  •   306 
  • 最後發表   maxlin3215  2025 五月 23
maxlin3215 發文於   2025/05/18

請問如何處理 

      本人是新手,嘗試寫簡單程式,發生編譯錯誤,請教怎麼解決

 

// 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.

謝謝 

 

 

 

排序方式: 標準 | 最新
GammaCEO 發文於   2025/05/18

語法看起來沒問題 可以編譯成功

XQ小幫手 發文於   2025/05/23

Hi maxlin3215,

請您參考此篇XS小編答覆的說明來試試看,謝謝您的詢問

發表回覆
Close