您好,欢迎访问本站博客!登录后台查看权限
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏吧
  • 网站所有资源均来自网络,如有侵权请联系站长删除!

波段选股王,etf指标公式

穿越火线 admin 2023年09月19日 14:30 111 次浏览 0个评论
cf排位号

波段选股王,etf指标公式?

金子塔ETF趋势追踪指标公式:

runmode:0;

波段选股王,etf指标公式

money:=5000;

lots:=intpart(money/open/volunit)*volunit;

length:=20;

myma:ma(open,length);

entrylongcond:=open>myma;

exitlongcond:=open<myma;

if holding=0 then begin

if entrylongcond then

buy(1,lots,limitr,open);

end

if holding>0 then begin

if exitlongcond then

sell(1,holding,limitr,open);

end

盈亏:asset-500000,noaxis,coloryellow,linethick2;