九毛八公式指标 请教各位老大,我用的是通达信,如何才能查询到历史量比? 公式模块: drawtext_fix(1,0.1,0,0,'注意:仅在日线周期下查看'),colorred; 历史日量比:if(currbarscount=1 and fromopen<=240,240/fromopen*v/ref(ma(v,5),1),v/ref(ma(v,5),1));