[求助]開倉條件 [金字塔]
- 咨詢內容:
10點30開始交易。
當天最高價出現的時間在當天最低價出現之后。開多。
當天最高價出現的時間在當天最低價出現之前。開空。
- 金字塔客服:
hh:=callstock(stklabel,vthigh,6);
ll:=callstock(stklabel,vtlow,6);
variable:a=0,b=100000;
tt:= (time>103000 and time<145500);
if h>a then a:=h;
if l<b then b:=l;
if a=hh and b>ll then buy;
if b=ll and a<hh then buyshort;
if time >=145500 and time<150000 then begin
a:=0;
b:=100000;
end
- 用戶回復: 謝謝
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 262069696 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容