Bias的EasyLanguage語法代碼[系統交易]
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;// m.kzuj.com.cn
if BIAS < -7 then
exitshort next bar at market;
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
- 上一篇:Average Volume的EasyLanguage語法代碼
- 下一篇:沒有了!
相關文章
-
沒有相關內容