您现在的位置:好股网 >> 股票公式 >> 大智慧L2公式 >> 一键转帖:创历史新高回调到位选股

创历史新高回调到位选股


指标功能:[B]国产软件[/B]
指标类型:简体中文
所需积分:0
推荐星级:
授权方式:共享版
公式大小:0 Bytes
更新时间:2013-09-22 08:02:00
公式简介:

最近21天之内,创历史新高,回调到位选股,考虑量价关系,基于EMA,大智慧版本.
供参考.


stt:=barslast(hhv(h,0)=h);
cond1:=stt>=0 and stt<=21;

量多头:=cross(ma(vol,13),ma(vol,64)) or ma(vol,13)>ma(vol,64);
价多头:=cross(ema(c,15),ma(c,55)) or ema(c,15)>ema(c,55);
cond2:=量多头 and 价多头;

cond3:=l<=EMA(c,15) or l<=EMA(c,55);

cond1 and cond2 and cond3;



[url=http://www.goodgupiao.com/gupiaogongshi/30992.html][B]创历史新高回调到位选股[/B][/url]