多头回档买入指标 (源码)

2012-08-24 08:57:00来源:本站整理浏览:164

大智慧多头回档买入指标公式股票软件源码如下:

A1:=ma(close,5);
A2:=ma(close,10);
A3:=ma(close,20);
A4:=ma(close,30);
Count(a1>a2 and a2>a3 and a3>a4,5)=5 and
Close<=a4;

大智慧多头回档买入指标公式

股票公式栏目导航

本类热门

相关公式