平倉條件,如果想做止盈止損怎么寫? [金字塔]
- 咨詢內容:
例如,盈利或虧損1.5倍ATR出場。需要判斷先后嗎?
- 金字塔客服:
atr:=stkindi('','atr.atr',0,datatype);
if openprofit/multipler>1.5*atr then begin
sell(1,0,marketr);
sellshort(1,0,market);
end
if openprofit<0 and abs(openprofit)/multipler>1.5*atr then begin
sell(1,0,marketr);
sellshort(1,0,market);
end
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容