| | |
| | | # if float(total_datas[buy_single_index]["val"]["price"]) >= 3 and cls.volume_rate_info[code][ |
| | | # 0] > 0.3 and sell_info[1] > 2000 * 10000 and int( |
| | | # tool.get_now_time_str().replace(":", "")) < int("100000"): |
| | | if sell_info[1] > 2000 * 10000: |
| | | situation = cls.__MarketSituationManager.get_situation_cache() |
| | | if sell_info[1] > 2000 * 10000 and situation != MarketSituationManager.SITUATION_GOOD: |
| | | # 市场行情好时不打折 |
| | | if code.find('00') == 0: |
| | | # 深圳首次下单打折 |
| | | place_order_count = trade_data_manager.PlaceOrderCountManager().get_place_order_count(code) |