牛股识别主图指标公式
<div class="stock-fc-code-box"><div>
<p><br></p><p><br></p><p><br></p><p><br></p><p>以下是牛股识别主图指标公式</p>
<p>var100:=dma(amount/v/100,v/capital);<br>
筹码线:var100*1.1,colorwhite,linethick2;{1.1}<br>
牛熊线:COST(75),colorblue,linethick2;<br>
持仓线:MA(CLOSE,20) ,coloryellow,linethick0;<br>
STICKLINE(c>0,o,c,8,0), colorblue;<br>
STICKLINE(c>0,h,l,0.8,0) ,colorblue;<br>
a:=close>筹码线 and CLOSE>牛熊线 and CLOSE>持仓线;<br>
b:=close>筹码线 and CLOSE<牛熊线 and CLOSE>持仓线;<br>
STICKLINE(a>0,o,c,8,0) ,coloryellow;<br>
STICKLINE(a>0,h,l,0.8,0), coloryellow;<br>
STICKLINE(b>0,h,l,0.8,0), COLORMAGENTA;<br>
STICKLINE(b>0,o,c,8,0), COLORMAGENTA;<br>
</p>
</div>
</div>
页:
[1]