
等级: 新手上路
- 注册:
- 2023-5-20
- 曾用名:
|
if close=DYNAINFO( 54) then tsell(1,20%,mkt),PERTRADER;
if close>=TENTERPRICE*(1+6/100) then tsell(1,30%,mkt),PERTRADER;
if close>TAVGENTERPRICEEX('','')*(1+13/100) then tsell(1,30%,mkt),PERTRADER;
if close>TAVGENTERPRICEEX('','')*(1+25/100) then tsell(1,30%,mkt),PERTRADER;
if close>TAVGENTERPRICEEX('','')*(1+27/100) then tsell(1,30%,mkt),PERTRADER;
if close<TAVGENTERPRICEEX('','')*(1-7/100) then tsell(1,100%,mkt),PERTRADER;
if close>ref(close,1) and low<ref(close,1) and CURRENTTIME>093000 and currenttime<094500 then tbuy(1,10%,mkt),PERTRADER;
if hhv(h,5)/c>=(1+12/100) then tbuy(1,10%,mkt),PERTRADER;
if hhv(h,11)/c>=(1+23/100) then tbuy(1,20%,mkt),PERTRADER;
|
|