集合竞价是需要有指定资格的,请问有在集合竞价时间下单的资格吗?
使用1秒固定时间间隔模式
variable:n=0;
if todaybar=1 and n=0 then begin
buyshort(holding=0,1,limitr,open);
n:=1;
end
if openprofit<-4500 then sellshort(1,0,market);
if time=closetime(0) then n:=0;
开盘价卖出(最好自动参与集合竞价并确保成交1至3手这种小单),
如果都没有 出来开盘价(集合竞价的结果),谁能知道开盘价是啥
集合竞价是需要有指定资格的,请问有在集合竞价时间下单的资格吗?
使用1秒固定时间间隔模式
variable:n=0;
if todaybar=1 and n=0 then begin
buyshort(holding=0,1,limitr,open);
n:=1;
end
if openprofit<-4500 then sellshort(1,0,market);
老师你的当天收盘价平仓语句没有看见呢?我是日内交易。 老师你这是什么周期适用? 我想日K线上加载此公式行吗?
if time=closetime(0) then n:=0;
日线上,只能用后台程序化实现此功能了
图表不行