2,hh:hhv(h,enterbars+1); drawtext(enterbars>0 and hh-l>=5,l,NUMTOSTR(hh-5,2));
3楼
开多开空 发表于:2014/9/9 11:46:57
1.没有o-c>1的阴线
4楼
pyd 发表于:2014/9/9 13:23:17
t1:(o<o and o-l<1) or (o>c and c-l<1) or (o=c and o-l<1); t2:o-c>1; t3:h-llv(l,enterbars+1)>=8; if t1 and not (t2) and t3 then buy(holding=0,1,market);