您好,想請問一下這段選股XS程式為何回測起來皆選不出個股標的,編譯都有過關
value1=GetField("成交金額");
if trueall(value1[1]<=100000000,20)
and value1 cross over 300000000
and close > close[1]
then ret=1;
您好,想請問一下這段選股XS程式為何回測起來皆選不出個股標的,編譯都有過關
value1=GetField("成交金額");
if trueall(value1[1]<=100000000,20)
and value1 cross over 300000000
and close > close[1]
then ret=1;
Hi Lucas,
您好,GetField("成交金額") 的單位是「億」
猜測您可能是誤認為成交金額的單位是「元」
故相關的判斷條件請您在確認一下,謝謝。
1 評論