求編寫 [金字塔]
-
咨詢內(nèi)容:
BD:=(CLOSE/MA(CLOSE,28)-1)*100;
STICKLINE (BD>=0, BD,0,1,0),COLORRED;
STICKLINE (BD<=0, 0,BD,1,0),COLORGREEN;
出現(xiàn)紅柱且收盤價創(chuàng)出20周期新高 開多
出現(xiàn)綠色平空?
出現(xiàn)綠色且收盤創(chuàng)20周期新低 ?開空?
出現(xiàn)紅色平空
?
-
金字塔客服:
?
BD:=(CLOSE/MA(CLOSE,28)-1)*100;
STICKLINE (BD>=0, BD,0,1,0),COLORRED;
STICKLINE (BD<=0, 0,BD,1,0),COLORGREEN;
kd:bd>0 and c=hhv(c,20);//開多條件
kk:bd<0 and c=llv(l,20);//平多條件
pd:bd<0;
pk:bd>0;
sell(pd and holding>0,holding,market);
buy(holding=0 and kd,1,market);
sellshort(holding<0 and pk,holding,market);
buyshort(holding=0 and kk,1,market);
有思路,想編寫各種指標公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號:cxh99cxh99 進行 有償收費 編寫!
(注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關文章
-
沒有相關內(nèi)容