Input:
Length(20, "期數"),
UpperBand(2, "通道上緣");
settotalbar(3);
if close >= bollingerband(Close, Length, UpperBand) and close[1]<bollingerband(Close[1], Length, UpperBand) then
ret=1;
請問我用上述條件式選股,為何會在12/24有選出1402?條件式中有收盤要大於等於上通道,但是12/24 1402的收盤價卻是低於上通道
謝謝


3 評論