請問最近20天內不得跌破20MA均線語法
variables: bias_len(20);
value1 = Bias(bias_len);
if trueall(value1 >= 0,20) then ret = 1;
我這樣寫為什麼不是我想要的結果呢 感謝