你好,游客 登录 注册 搜索
低点指标公式 的搜索结果
使用说明:从股价下穿5日均线到最低点5日均线上翘,回调不超过N%
ma5:=ma(c,5);ma10:=ma(c,10);ma20:=ma(c,20);
m5up:=ma5>ref(ma5,1) and ref(ma5,1)<=ref(ma5,2);
m5down:=ma5<ref(ma5,1) and ref(ma5,1)>=ref(ma5,2);
t1:=barslast(m5down);//:从5日均线开始向下捌头时算到现在的
http://www.2967.com.cn/n28749c5.aspx
VAR1:=3;
VAR2:=((3 * SMA((((CLOSE - LLV(LOW,27)) / (HHV(HIGH,27) - LLV(LOW,27))) * 100),5,1)) - (2 * SMA(SMA((((CLOSE - LLV(LOW,27)) / (HHV(HIGH,27) - LLV(LOW,27))) * 100),5,1),3,1)));
Âò:IF(CROSS(VAR2,VAR1),100,0);
M
http://www.2967.com.cn/n16779c2.aspx
  • 1/1
  • 1