您现在的位置:程序化交易>> 程序化交易>> 系统交易>>正文内容

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;// www.cxh99.com
if BIAS < -7 then
exitshort next bar at market;

 

有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友

可联系技术人员 QQ: 511411198   点击这里给我发消息进行 有偿 编写!不贵!点击查看价格!


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容