dif:ema(close,short)-ema(close,long);dea:ema(dif,mid);macd:(dif-dea)*2,colorstick;缩短:ref(macd,1)>0 and macd<=0 and macd<ref(macd,1); 不能是将要变绿柱,而是一变绿条件成立,“缩短为1如果是要将要变就显示只用未来函数,这样就没有实际价值了。
高开缩量涨停主图公式源码: sl:=v*ref(v,1);{缩量,0.99可以是你想的任何比例} gk:=o>(1+0.02)*ref(c,1);{高开2个点,可以是你要任何点数} zf:=c>(1+0.095)*ref(c,1);{涨幅9.5,可以是你要任何涨幅} tj:=sl and gk and zf;stickline(tj,o,c,0.8,1),colorff00ff;把以上...