-- 作者:何拥华
-- 发布时间:2016/11/16 17:47:51
-- 在集合竞价时开平仓怎么写,我这样写不行
zyd:=enterprice*1.01;zyk:=enterprice*0.99;
if r1=1 and tholding>0 then tsell(1,tholding,lmt,zyd0); if r1=1 and tholding<0 then tsellshort(1,-tholding,lmt,zyk0);
这是后台,这样写,不行啊?要怎样写;另外图表能不能集合竞价开平仓;
集合竞价开平仓根据品种不同有2个时间点,早上9点和晚上9点,分别怎么写;而且开盘后没有成交要马上撤单怎么写;谢谢!
|