最近股友建議我要善心...
我也改行來當老師好囉..
由 2003/09 到 2006/07 的交易日平均統計的數據
將盤中成交量=查表該時間要乘上的倍率
大致上可以推估今日收盤的成交量
當然越早的時間推=誤差會越大
可用excel快速計算...
時間 倍率(轉貼)
9:05 14.99
9:10 9.48
9:15 7.12
9:20 5.83
9:25 4.99
9:30 4.42
9:35 3.99
9:40 3.66
9:45 3.39
9:50 3.18
9:55 2.99
10:00 2.83
10:05 2.70
10:10 2.58
10:15 2.48
10:20 2.39
10:25 2.30
10:30 2.23
10:35 2.15
10:40 2.09
10:45 2.03
10:50 1.97
10:55 1.92
11:00 1.87
11:05 1.83
11:10 1.79
11:15 1.74
11:20 1.71
11:25 1.67
11:30 1.63
11:35 1.60
11:40 1.57
11:45 1.54
11:50 1.51
11:55 1.48
12:00 1.46
12:05 1.43
12:10 1.41
12:15 1.38
12:20 1.36
12:25 1.34
12:30 1.32
12:35 1.30
12:40 1.28
12:45 1.25
12:50 1.23
12:55 1.21
13:00 1.19
13:05 1.17
13:10 1.14
13:15 1.12
13:20 1.09
13:25 1.06
13:30 1.00
************************
我用的hts預估量指標
***********************
VALUE1=Amount
//DRAW5(VALUE1,"成交量")
if LastBarOnChart then
if time>=090000 and time<090100 then
draw100(VALUE1*691.97,"預估成交量")
end if
if time>=090100 and time<090200 then
draw100(VALUE1*32.35,"預估成交量")
end if
if time>=090200 and time<090300 then
draw100(VALUE1*26.41,"預估成交量")
end if
if time>=090300 and time<090400 then
draw100(VALUE1*20.67,"預估成交量")
end if
if time>=090400 and time<090500 then
draw100(VALUE1*17.98,"預估成交量")
end if
if time>=090500 and time<090600 then
draw100(VALUE1*15.15,"預估成交量")
end if
if time>=090600 and time<090700 then
draw100(VALUE1*13.63,"預估成交量")
end if
if time>=090700 and time<090800 then
draw100(VALUE1*12.01,"預估成交量")
end if
if time>=090800 and time<090900 then
draw100(VALUE1*11.12,"預估成交量")
end if
if time>=090900 and time<091000 then
draw100(VALUE1*10.07,"預估成交量")
end if
if time>=091000 and time<091100 then
draw100(VALUE1*9.46,"預估成交量")
end if
if time>=091100 and time<091500 then
draw100(VALUE1*7,"預估成交量")
end if
if time>=091500 and time<092000 then
draw100(VALUE1*5.73,"預估成交量")
end if
if time>=092000 and time<092500 then
draw100(VALUE1*4.9,"預估成交量")
end if
if time>=092500 and time<093000 then
draw100(VALUE1*4.36,"預估成交量")
end if
if time>=093000 and time<093500 then
draw100(VALUE1*3.93,"預估成交量")
end if
if time>=093500 and time<094000 then
draw100(VALUE1*3.61,"預估成交量")
end if
if time>=094000 and time<094500 then
draw100(VALUE1*3.33,"預估成交量")
end if
if time>=094500 and time<095000 then
draw100(VALUE1*3.12,"預估成交量")
end if
if time>=095000 and time<095500 then
draw100(VALUE1*2.94,"預估成交量")
end if
if time>=095500 and time<100000 then
draw100(VALUE1*2.8,"預估成交量")
end if
if time>=100000 and time<100500 then
draw100(VALUE1*2.66,"預估成交量")
end if
if time>=100500 and time<101000 then
draw100(VALUE1*2.55,"預估成交量")
end if
if time>=101000 and time<101500 then
draw100(VALUE1*2.45,"預估成交量")
end if
if time>=101500 and time<102000 then
draw100(VALUE1*2.37,"預估成交量")
end if
if time>=102000 and time<102500 then
draw100(VALUE1*2.29,"預估成交量")
end if
if time>=102500 and time<103000 then
draw100(VALUE1*2.22,"預估成交量")
end if
if time>=103000 and time<103500 then
draw100(VALUE1*2.15,"預估成交量")
end if
if time>=103500 and time<104000 then
draw100(VALUE1*2.09,"預估成交量")
end if
if time>=104000 and time<104500 then
draw100(VALUE1*2.03,"預估成交量")
end if
if time>=104500 and time<105000 then
draw100(VALUE1*1.98,"預估成交量")
end if
if time>=105000 and time<105500 then
draw100(VALUE1*1.92,"預估成交量")
end if
if time>=105500 and time<110000 then
draw100(VALUE1*1.87,"預估成交量")
end if
if time>=110000 and time<110500 then
draw100(VALUE1*1.82,"預估成交量")
end if
if time>=110500 and time<111000 then
draw100(VALUE1*1.77,"預估成交量")
end if
if time>=111000 and time<111500 then
draw100(VALUE1*1.73,"預估成交量")
end if
if time>=111500 and time<112000 then
draw100(VALUE1*1.69,"預估成交量")
end if
if time>=112000 and time<112500 then
draw100(VALUE1*1.65,"預估成交量")
end if
if time>=112500 and time<113000 then
draw100(VALUE1*1.61,"預估成交量")
end if
if time>=113000 and time<113500 then
draw100(VALUE1*1.58,"預估成交量")
end if
if time>=113500 and time<114000 then
draw100(VALUE1*1.56,"預估成交量")
end if
if time>=114000 and time<114500 then
draw100(VALUE1*1.52,"預估成交量")
end if
if time>=114500 and time<115000 then
draw100(VALUE1*1.50,"預估成交量")
end if
if time>=115000 and time<115500 then
draw100(VALUE1*1.47,"預估成交量")
end if
if time>=115500 and time<120000 then
draw100(VALUE1*1.44,"預估成交量")
end if
if time>=120000 and time<120500 then
draw100(VALUE1*1.41,"預估成交量")
end if
if time>=120500 and time<121000 then
draw100(VALUE1*1.39,"預估成交量")
end if
if time>=121000 and time<121500 then
draw100(VALUE1*1.37,"預估成交量")
end if
if time>=121500 and time<122000 then
draw100(VALUE1*1.35,"預估成交量")
end if
if time>=122000 and time<122500 then
draw100(VALUE1*1.33,"預估成交量")
end if
if time>=122500 and time<123000 then
draw100(VALUE1*1.31,"預估成交量")
end if
if time>=123000 and time<123500 then
draw100(VALUE1*1.29,"預估成交量")
end if
if time>=123500 and time<124000 then
draw100(VALUE1*1.27,"預估成交量")
end if
if time>=124000 and time<124500 then
draw100(VALUE1*1.25,"預估成交量")
end if
if time>=124500 and time<125000 then
draw100(VALUE1*1.23,"預估成交量")
end if
if time>=125000 and time<125500 then
draw100(VALUE1*1.21,"預估成交量")
end if
if time>=125500 and time<130000 then
draw100(VALUE1*1.19,"預估成交量")
end if
if time>=130000 and time<130500 then
draw100(VALUE1*1.16,"預估成交量")
end if
if time>=130500 and time<131000 then
draw100(VALUE1*1.14,"預估成交量")
end if
if time>=131000 and time<131500 then
draw100(VALUE1*1.11,"預估成交量")
end if
if time>=131500 and time<132000 then
draw100(VALUE1*1.09,"預估成交量")
end if
if time>=132000 and time<132500 then
draw100(VALUE1*1.05,"預估成交量")
end if
if time>=132500 and time<134000 then
draw100(VALUE1*1.0,"預估成交量")
end if
end if |