先前沒量,今天有量且急拉,早盤量就遠超過前幾日均量
if barfreq<> "D" then
raiseruntimeerror("請設定頻率為日線");
if q_Last = q_DailyHigh and {來到今日最高}
Time < 100000 and volume > average(volume,10) and {10點前已出量}
(q_DailyHigh-q_DailyLow)/q_RefPrice > 0.02 {振幅大於2%}
And average(volume[1],10)<1000//小型股沒量,均量不到一千張
沒有留言:
張貼留言