打印本文
关闭窗口
破前五根K线最低点开空怎么写?
作者:金字塔 来源:cxh99.com 发布时间:2016年02月18日
咨询内容:
破前五根K线最低点开空怎么写?
金字塔客服:
ll:=ref(llv(l,5),1);
if l<ll and holding=0 then buyshort(1,1,market);
用户回复:
谢谢
打印本文
关闭窗口