在线检测未来函数

看到历史量比

来源:Internet,编辑:股旁网,2012-07-06

编写条件:

请教各位老大,我用的是通达信,如何才能查询到历史量比?

编写方法:

 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));
 

相关文章