本文目录一览:
- 1、etf指标公式?
etf指标公式?
X/Y)/(I/1000)X是基金资产净值,Y是折算前的基金份额,I是标的指数,这样折算之后,就可以把在建仓期间盈利或亏损的这部分资金加权平均到现有指数上。
然后用这个比例乘以折算前基金份额,算出折算后的总份额。
金子塔ETF趋势追踪指标公式:
runmode:0;
money:=5000;
lots:=intpart(money/open/volunit)*volunit;
length:=20;
myma:ma(open,length);
entrylongcond:=open>myma;
exitlongcond:=open0 then begin
if exitlongcond then
sell(1,holding,limitr,open);
end
盈亏:asset-500000,noaxis,coloryellow,linethick2;
波段选股的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于波段选股方法、波段选股的信息别忘了在本站进行查找喔。