能否根据实际情况给一个后台开平仓摸版同时具有如下功能:
1.A马上开多单;
2.B 马上开空单;
3.AP马上平多单;
4.BP 马上平空单;
5.AA本周期末开多单;
6. BB 本周期末开空单;
7. AAP本周期末平多单;
8. BBP 本周期末平空单;
9.AAA马上 加多单;
10.BBB马上 加空单;
//适用一秒轮询
if a then tbuy();
其他同理
if aa and mod(dynainf(207))=59 then tbuy();
其他同理
if aaa then tbuy();
5分钟周期的话在原来的基础上再加个条件
if aa and mod(dynainf(207))=59 and mod(minute,5)=4 then tbuy();