请问跌和涨势是什么样的定义?
if l>ref(l,1) and h>ref(h,1) then buy(holding=0,1,market);
if h<ref(h,1) and L<ref(l,1) then buyshort(holding=0,1,market);
按照对上面语句描述的理解就是这样,如果不符合愿意,请贴图说明一下所需要的k线形态到底是什么样的
论坛贴图方法:http://www.weistock.com/bbs/dispbbs.asp?boardid=2&Id=31614&page=3