郎少 发表于 2011-1-19 14:03

p1&nbsp; &nbsp; 1&nbsp; &nbsp; 300&nbsp;&nbsp;5<BR>p2&nbsp; &nbsp; 1&nbsp; &nbsp; 300&nbsp;&nbsp;10<BR>p3&nbsp; &nbsp; 1&nbsp; &nbsp; 300&nbsp; &nbsp;20&nbsp;&nbsp;<BR>p3&nbsp; &nbsp; 1&nbsp; &nbsp;&nbsp;&nbsp;300&nbsp; &nbsp; 30<BR><BR><BR>MA1:MA(CLOSE,P1);<BR>MA2:MA(CLOSE,P2);<BR>MA3:MA(CLOSE,P3);<BR>MA4:MA(CLOSE,P4);<BR>卖出线:=98;<BR>阶段卖:=96;<BR>趋势:=3*SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1)-2*SMA<BR>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;(SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1),3,1);<BR>底部:=10;<BR>买入警戒:stickline(趋势&lt;=10,high,low,0.5,0),linethick2,color00ff00;<BR>stickline(趋势&lt;=10,open,close,5,1),linethick2,color00ff00;<BR>卖出警戒:stickline(趋势&gt;=阶段卖,high,low,0.5,0),coloryellow;<BR>stickline(趋势&gt;=阶段卖,open,close,6,1),linethick2,coloryellow;<BR>DRAWTEXT((CROSS(趋势,底部)),(LOW * 0.96),'买入'),coloryellow;DRAWTEXT((CROSS(趋势,底部)),(LOW * 0.99),'●'),color4440FF;<BR><BR><BR><FONT color=#ff0033 size=3>出现黄色预示股票进入超买区域注意高抛,出现绿色进入炒卖区域准备抄底 ,温馨提示:指标是死的人是活的,要结合大盘趋势灵活操作.<BR></F
页: [1]
查看完整版本: [大智慧] 超买超卖(主图 、 源码)