選股
作者:金字塔 來源:cxh99.com 發(fā)布時(shí)間:2016年04月04日
- 咨詢內(nèi)容:
請問,選出某日,如2014年12月28日,當(dāng)日收盤漲幅在6%以上的股票
- 金字塔客服:
漲幅是和什么數(shù)據(jù)相比較漲了6%
- 用戶回復(fù):
和前一日收盤價(jià)
- 網(wǎng)友回復(fù):
c1:=callstock(stklabel,vtclose,6,-1);
cc:=callstock(stklabel,vtclose,6);
date=1141228 and (cc-c1)/c1>=0.06;
- 網(wǎng)友回復(fù):
vtclose代表什么