ma10:=ma(close,10);ma20:=ma(close,20);t1:=cross(close,ma20);t2:=low/ma10>=0.98 or low/ma10<=1.02;t3:=barslast(t1)<=5;xg:t2 and t3;注:突破20日均线的时间设为前5天内有突破信号。
神仙大趋势h1:=ema(close,6),colorwhite; h2:=ema(神仙大趋势h1,18),colorgreen; h3:=ema(close,108),coloryellow;cross(神仙大趋势h1,max(h2,h3)) or (神仙大趋势h1>max(h2,h3) and ref(c,1)<ref(c,2) and c>ref(max(c,o),1));
c1:=(ref(vol,4)>2*ref(vol,5));jsls_c:=(c>o and vol<ref(vol,1));c2:=(count(jsls_c,3)=3);c1 and c2;如上的代码,你拷贝到公式编辑器中 ,就可以了。你的问题说得很不清晰。什么叫成倍放量上涨啊?你自己没有量化好,让别人怎么帮你啊?你就舍不得把你自己的想法多费点功夫,表达清晰吗?下次,再这样,...