波段选股王,etf指标公式?
金子塔ETF趋势追踪指标公式:
runmode:0;
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;
量化波段王真的假的?
从长期来看,量化波段王指标有点用,但并不可靠。影响股票的跌涨因素十分复杂,但都是资金推动的结果,并不是用什么软件就可以预判的。