2013年12月26日 星期四

盤中漲停後打到盤下,砍不死又帶量攻


if barfreq <> "Tick" then RaiseRuntimeError("請設定頻率為TICK");
variable:BarNumberOfToday(0); if Date <> Date[1] then  BarNumberOfToday=1 else  BarNumberOfToday+=1;{記錄今天的Bar}

if q_DailyUplimit > q_DailyOpen and q_DailyHigh = q_DailyUplimit and{開盤後曾拉上漲停}
   (q_DailyHigh-q_DailyLow)/q_RefPrice > 0.07 and {振幅大於7%}
    Close > close[10]*1.015  and   {快速漲1.5%}
    Close > close[5]   and         {連續漲升}
        timediff(time,time[10],"M")< 3{分鐘} and    {3分鐘內快速拉升}
        summation(Volume,10) >100{}

then ret=1;



沒有留言:

張貼留言