编写要求:
股价创2年前新低的选股公式。
www.gszx.com.cn网解答:
N:=500; LLV(LOW,N)=LLV(LOW,0) AND BARSCOUNT(CLOSE)>=N;
移动端首页 | PC端
© by gszx.com.cn Mobile Web
编写要求:
股价创2年前新低的选股公式。
www.gszx.com.cn网解答:
N:=500;
LLV(LOW,N)=LLV(LOW,0) AND BARSCOUNT(CLOSE)>=N;