九毛八公式指标 公式模块: 想从主图可见k线底部开始计算第N天的收盘价,并以求的结果画直线。如图所示,600789K线底部是6.59,第13天收盘价格为7.93,以此画横线,第34天的收盘价9.07,以此画横线,天数可以自行设置,请老师出手帮忙 解答如下: input:n(10,-1000,1000); ll:=SYSPARAM(5); xl:=datacount-barslast(l=ll); xlh:=xl[datacount]; th:=SYSPARAM(3)-xlh; DRAWSL(barpos=xlh+n-1,c,0,th,3); drawnumber(barpos=xlh+n-1 and c>=o,c,c,2) pxup50 ; drawnumber(barpos=xlh+n-1 and c<o,c,c,2) pxdn50 ; vertline(l=ll);