Bias的EasyLanguage語法代碼[系統(tǒng)交易]
input:n(24) ;
variable:MA1(0),BIAS(0);
MA1 = average(close , n);
BIAS = ((close - MA1) / MA1)*100;
if BIAS > 8 then
exitlong next bar at market;
if BIAS < -7 then
buy next bar at market;
if BIAS > 8 then
sell next bar at market;// www.kzuj.com.cn
if BIAS < -7 then
exitshort next bar at market;
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
- 上一篇:Average Volume的EasyLanguage語法代碼
- 下一篇:沒有了!
相關(guān)文章
-
沒有相關(guān)內(nèi)容