在线检测未来函数

5日均线拐头向上预警

来源:Internet,编辑:股旁网,2013-02-28

编写条件:

5日均线拐头向上做一个预警公式.

编写方法:

a:=ma(c,5);
a>ref(a,1) and ref(a,1)<ref(a,2);

相关文章