import base64 from code_attribute import global_data_loader from settings.trade_setting import TradeBlockBuyModeManager from third_data.history_k_data_util import HistoryKDatasUtils from utils import tool def test_active_buy(): current_rank = 2 TIME_STR_RANGES = ["10:00:00", "10:30:00", "11:00:00", "13:00:00", "13:30:00", "14:00:00", "14:30:00", "15:00:00"] TIME_INT_RANGES = [int(x.replace(':', '')) for x in TIME_STR_RANGES] MAX_RANKS = [3, 3, 2, 2, 1, 0, 0, 0] now_time_str = "09:36:00".replace(':', '') for i in range(len(TIME_INT_RANGES)): if int(now_time_str) <= TIME_INT_RANGES[i]: if MAX_RANKS[i] > current_rank: return True break return False if __name__ == "__main__": print( base64.b64decode("WwogICAgWwogICAgICAgICLkuK3lrZflpLQiLAogICAgICAgIDIKICAgIF0KXQ==").decode('utf-8'))