當前位置:股票大全官網 - 股票行情 - 股票公式的修改

股票公式的修改

n:= 24;m:= 60;p:= 120;k:= 240;

個股24: (close-ref (close,n))/ref (close,n)* 100;

大盤24: = (indexc-ref (indexc,n))/ref (indexc,n)* 100;

實力值24:=(個股24-大盤24);

大市值24: = indexc/ref (indexc,n)* 100;

股價強度24:強度值24/市值24 * 100;

60股:= (close-ref (close,m))/ref (close,m)* 100;

大盤60: = (indexc-ref (indexc,m))/ref (indexc,m)* 100;

體力值60:=(股票60-市場60);

大市值60: = indexc/ref (indexc,m)* 100;

股價強勢60:

實力值60/市值60 * 100;

unit 120:=(close-ref(close,p))/ref (close,p)* 100;

大盤120: = (indexc-ref (indexc,p))/ref (indexc,p)* 100;

實力值120:=(單只股票120-大盤120);

市值為120: = indexc/ref (indexc,p)* 100;

股價強度120:強度值120/市值120 * 100;

240股:= (close-ref (close,k))/ref (close,k)* 100;

大盤240: = (indexc-ref (indexc,k))/ref (indexc,k)* 100;

實力值240:=(個股240-大盤240);

市值240: = indexc/ref (indexc,k)* 100;

股價強度240:強度值240/市值240 * 100;

所有股票都很強:(24+60+120+240)/4;