| | |
| | | threshold_money = threshold_money_origin |
| | | # 目标手数 |
| | | threshold_num = round(threshold_money / (limit_up_price * 100)) |
| | | bigger_threshold_num = round(5000 / (limit_up_price)) |
| | | |
| | | # buy_single_time_seconds = L2DataUtil.get_time_as_second(total_datas[buy_single_index]["val"]["time"]) |
| | | |
| | |
| | | # threshold_num = round(threshold_money / (limit_up_price * 100)) |
| | | # 涨停买 |
| | | elif L2DataUtil.is_limit_up_price_buy(_val): |
| | | if _val['num'] < bigger_threshold_num: |
| | | continue |
| | | if l2_data_util.is_big_money(_val): |
| | | max_buy_num_set.add(i) |
| | | trigger_buy = True |