開反倉
作者:金字塔 來源:cxh99.com 發布時間:2016年07月06日
- 咨詢內容:
請問,突破前5期最高點6個點開多單,前期收盤虧8個點,開盤止損,并同時開反倉,如何表達
- 金字塔客服:
if h>ref(hhv(h,5),1)+6 then buy(holding=0,1,marketr);
if ref(close<enterprice-8,1) then begin
sell(1,0,marketr);
buyshort(holding=0,1,marketr);
end
- 用戶回復:
謝謝
- 網友回復:
sell(1,0,marketr); 中間的0代表什么
- 網友回復:
全平