background
[股票指标]m天n涨幅选股参数
# 股票指标

公式:

zf:=(c/llv(l,m)-1)*100;
tj:=zf>n;
DRAWICON(tj,l,1);

参数:

20,41