Best buy or sell 四大買賣點

class grs.BestFourPoint(data)

四大買點組合

Parameters:data (grs.Stock) – 個股資料
best_buy_1()

量大收紅

Return type:bool
best_buy_2()

量縮價不跌

Return type:bool
best_buy_3()

三日均價由下往上

Return type:bool
best_buy_4()

三日均價大於六日均價

Return type:bool
best_four_point()

判斷買點或賣點

Return type:tuple
Returns:(bool, str)
best_four_point_to_buy()

判斷是否為四大買點

Return type:str or False
best_four_point_to_sell()

判斷是否為四大賣點

Return type:str or False
best_sell_1()

量大收黑

Return type:bool
best_sell_2()

量縮價跌

Return type:bool
best_sell_3()

三日均價由上往下

Return type:bool
best_sell_4()

三日均價小於六日均價

Return type:bool
bias_ratio(positive_or_negative=False)

判斷乖離

Parameters:positive_or_negative (bool) – 正乖離 為 True,負乖離 為 False
check_mins_bias_ratio()

負乖離扣至最大

check_plus_bias_ratio()

正乖離扣至最大