通达信股东人数变化指标公式
<div class="stock-fc-code-box"><div class="stock-fc-code-box">{使用说明:四年每季报的股东人数变化百分比。}</div><div class="stock-fc-code-box">AS:=FINONE(242,2024,0930);</div><div class="stock-fc-code-box">AE:=FINONE(242,2024,0630);</div><div class="stock-fc-code-box">AY:=FINONE(242,2024,0331);</div><div class="stock-fc-code-box">BSJ:=FINONE(242,2023,1231);</div><div class="stock-fc-code-box">BS:=FINONE(242,2023,0930);</div><div class="stock-fc-code-box">BE:=FINONE(242,2023,0630);</div><div class="stock-fc-code-box">BY:=FINONE(242,2023,0331);</div><div class="stock-fc-code-box">CSJ:=FINONE(242,2022,1231);</div><div class="stock-fc-code-box">CS:=FINONE(242,2022,0930);</div><div class="stock-fc-code-box">CE:=FINONE(242,2022,0630);</div><div class="stock-fc-code-box">CY:=FINONE(242,2022,0331);</div><div class="stock-fc-code-box">DSJ:=FINONE(242,2021,1231);</div><div class="stock-fc-code-box">DS:=FINONE(242,2021,0930);</div><div class="stock-fc-code-box">DE:=FINONE(242,2021,0630);</div><div class="stock-fc-code-box">DY:=FINONE(242,2021,0331);</div><div class="stock-fc-code-box">ESJ:=FINONE(242,2021,1231);</div><div class="stock-fc-code-box">ASJA:=(AS-AE)/AE*100;</div><div class="stock-fc-code-box">AEJA:=(AE-AY)/AY*100;</div><div class="stock-fc-code-box">AYJA:=(AY-BSJ)/BSJ*100;</div><div class="stock-fc-code-box">BSJJ:=(BSJ-BS)/BS*100;</div><div class="stock-fc-code-box">BSJA:=(BS-BE)/BE*100;</div><div class="stock-fc-code-box">BEJA:=(BE-BY)/BY*100;</div><div class="stock-fc-code-box">BYJA:=(BY-CSJ)/CSJ*100;</div><div class="stock-fc-code-box">CSJJ:=(CSJ-CS)/CS*100;</div><div class="stock-fc-code-box">CSJA:=(CS-CE)/CE*100;</div><div class="stock-fc-code-box">CEJA:=(CE-CY)/CY*100;</div><div class="stock-fc-code-box">CYJA:=(CY-DSJ)/DSJ*100;</div><div class="stock-fc-code-box">DSJJ:=(DSJ-DS)/DS*100;</div><div class="stock-fc-code-box">DSJA:=(DS-DE)/DE*100;</div><div class="stock-fc-code-box">DEJA:=(DE-DY)/DY*100;</div><div class="stock-fc-code-box">DYJA:=(DY-ESJ)/ESJ*100;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(ASJA>=0,0.60,0.00,0,STRCAT('2024三季: ',STRCAT(VAR2STR(ASJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(ASJA<0,0.60,0.00,0,STRCAT('2024三季: ',STRCAT(VAR2STR(ASJA,2),'%'))),COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(AEJA>=0,0.70,0.00,0,STRCAT('2024二季: ',STRCAT(VAR2STR(AEJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(AEJA<0,0.70,0.00,0,STRCAT('2024二季: ',STRCAT(VAR2STR(AEJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(AYJA>=0,0.80,0.00,0,STRCAT('2024一季: ',STRCAT(VAR2STR(AYJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(AYJA<0,0.80,0.00,0,STRCAT('2024一季: ',STRCAT(VAR2STR(AYJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BSJJ>=0,0.50,0.05,0,STRCAT('2023四季: ',STRCAT(VAR2STR(BSJJ,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BSJJ<0,0.50,0.05,0,STRCAT('2023四季: ',STRCAT(VAR2STR(BSJJ,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BSJA>=0,0.60,0.05,0,STRCAT('2023三季: ',STRCAT(VAR2STR(BSJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BSJA<0,0.60,0.05,0,STRCAT('2023三季: ',STRCAT(VAR2STR(BSJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BEJA>=0,0.70,0.05,0,STRCAT('2023二季: ',STRCAT(VAR2STR(BEJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BEJA<0,0.70,0.05,0,STRCAT('2023二季: ',STRCAT(VAR2STR(BEJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BYJA>=0,0.80,0.05,0,STRCAT('2023一季: ',STRCAT(VAR2STR(BYJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(BYJA<0,0.80,0.05,0,STRCAT('2023一季: ',STRCAT(VAR2STR(BYJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CSJJ>=0,0.50,0.10,0,STRCAT('2022四季: ',STRCAT(VAR2STR(CSJJ,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CSJJ<0,0.50,0.10,0,STRCAT('2022四季: ',STRCAT(VAR2STR(CSJJ,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CSJA>=0,0.60,0.10,0,STRCAT('2022三季: ',STRCAT(VAR2STR(CSJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CSJA<0,0.60,0.10,0,STRCAT('2022三季: ',STRCAT(VAR2STR(CSJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CEJA>=0,0.70,0.10,0,STRCAT('2022二季: ',STRCAT(VAR2STR(CEJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CEJA<0,0.70,0.10,0,STRCAT('2022二季: ',STRCAT(VAR2STR(CEJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CYJA>=0,0.80,0.10,0,STRCAT('2022一季: ',STRCAT(VAR2STR(CYJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(CYJA<0,0.80,0.10,0,STRCAT('2022一季: ',STRCAT(VAR2STR(CYJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DSJJ>=0,0.50,0.15,0,STRCAT('2021四季: ',STRCAT(VAR2STR(DSJJ,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DSJJ<0,0.50,0.15,0,STRCAT('2021四季: ',STRCAT(VAR2STR(DSJJ,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DSJA>=0,0.60,0.15,0,STRCAT('2021三季: ',STRCAT(VAR2STR(DSJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DSJA<0,0.60,0.15,0,STRCAT('2021三季: ',STRCAT(VAR2STR(DSJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DEJA>=0,0.70,0.15,0,STRCAT('2021二季: ',STRCAT(VAR2STR(DEJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DEJA<0,0.70,0.15,0,STRCAT('2021二季: ',STRCAT(VAR2STR(DEJA,2),'%'))),,COLORGREEN;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DYJA>=0,0.80,0.15,0,STRCAT('2021一季: ',STRCAT(VAR2STR(DYJA,2),'%'))),COLORRED;</div><div class="stock-fc-code-box">DRAWTEXT_FIX(DYJA<0,0.80,0.15,0,STRCAT('2021一季: ',STRCAT(VAR2STR(DYJA,2),'%'))),,COLORGREEN;<br>财富密码:DRAWTEXT_FIX(1,0.99,5,1,'~☆~更多精选指标请访问:995168.cn'),COLORRED; </div><p><br></p><p></p>
</div>
页:
[1]