二小技巧,能用就试试看。
破5天线,3天后又重新站上5天线的个股
C/C++ www.gszb.com 股票公式指标网提供 Code复制以下内容到公式管理器
- cross(ref(ma(c,5),3),ref(c,3)) and cross(c,ma(c,5))
今天一阳上穿5,10,30天线个股
C/C++ www.gszb.com 股票公式指标网提供 Code复制以下内容到公式管理器
- cross(c,ma(c,5) and cross(c,ma(c,10)) and cross(c,ma(c,30))
|