空頭持倉,在計(jì)算止損價(jià)時,怎么atr出現(xiàn)了負(fù)值? [開拓者 TB]
-
咨詢內(nèi)容:
else If(MarketPosition == -1) ? ? ? ? ? ? ? //空頭時,從前高開始計(jì)算
函數(shù) 量化
?? ??? ?{
?? ??? ??? ?//If(my_exitprice == 0)
?? ??? ??? ?If(BarsSinceEntry == 0)
?? ??? ??? ?{
?? ??? ??? ??? ?//Return EntryPrice + Abs(ratio_atr * atr);? //加絕對值后,才恢復(fù)正常(ratio_atr為自然常數(shù))
?? ??? ??? ??? ?Return EntryPrice + ratio_atr * atr;?//返回的值比開倉價(jià)還小!?旗艦版策略正常,tbq多頭正常,空頭幾乎都是開倉bar就被平倉
?? ??? ??? ??? ?//Return EntryPrice +100;
?? ??? ??? ??? ?
?? ??? ??? ?}
?? ??? ??? ?//Else If(my_exitprice <> 0)
?? ??? ??? ?Else If(BarsSinceEntry > 0)
?? ??? ??? ?{
?? ??? ??? ??? ?num = Min(my_exitprice,high[1] + ratio_atr * atr);
?? ??? ??? ??? ?//num = high[1] +50;
?? ??? ??? ??? ?Return num;
?? ??? ??? ?}?
?來源:CXH99.COM
-
TBQuant技術(shù)回復(fù):
是系數(shù)問題,ratio_atr * atr改為數(shù)字2*atr,就正常了。?
有思路,想編寫各種指標(biāo)公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號:cxh99cxh99 進(jìn)行 有償收費(fèi) 編寫!
(怎么收費(fèi),代編流程等詳情請點(diǎn)擊閱讀!)
(注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容