老指标--JXL金线流

wowo01-04发布在栏目【股票】 已阅0

  HZC:=(2*CLOSE+LOW+HIGH)/4; HZE:=EMA(HZC,2); HZD:=EMA(HZE,2); HD1:=ema(HZC,3);
  
  //18线开花
  a1:=ema(c,5)>ema(c,6) and ema(c,6)>ema(c,7) and ema(c,7)>ema(c,8) and ema(c,8)>ema(c,9)

  and ema(c,9)>ema(c,10) and ema(c,10)>ema(c,11) and ema(c,11)>ema(c,12)
  and ema(c,12)>ema(c,13) and ema(c,13)>ema(c,14) and ema(c,14)>ema(c,15)
  and ema(c,15)>ema(c,20) and ema(c,20)>ema(c,30) and ema(c,30)>ema(c,60) and ema(c,60)>ema(c,90)
  and ema(c,90)>ema(c,120) and ema(c,120)>ema(c,250);
  
  a2:=ema(c,5)>ema(c,6) and ema(c,6)>ema(c,7) and ema(c,7)>ema(c,8) and ema(c,8)>ema(c,9)
  and ema(c,9)>ema(c,10) and ema(c,10)>ema(c,11) and ema(c,11)>ema(c,12)
  and ema(c,12)>ema(c,13) and ema(c,13)>ema(c,14);
  b1:=if(a1,1,2);
  //DD=HD1:=ema(HZC,3);
  PARTLINE(b1=2,EMA(HD1,14)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,15)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,16)),ColorBLUE;
  PARTLINE(b1=2,EMA(HD1,17)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,18)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,19)),ColorBLUE;
  PARTLINE(b1=2,EMA(HD1,20)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,21)),ColorBLUE;PARTLINE(b1=2,EMA(HD1,22)),ColorBLUE;


标签: 老指标JXL金线流