融資大減,股價自高點己跌超過三成,昨天大跌,今天下殺有量
if barfreq<> "D" then
raiseruntimeerror("請設定頻率為日線");
融資斷頭開盤價必大跌,這點要處理
if
Close > Low *1.02 and Close > Open and {現價從低點反彈2%且漲過開盤價}
Volume > Volume[1]*0.6 and {下影線有出量}
Trueall(
GetField("融資增減張數")[1]<0,10)
and {融資連減10天}
Low = Lowest(Low,30) and Low < Highest(high,30)*0.7 {今日低價是近期低價,且離高點30%}
then ret=1;
沒有留言:
張貼留言