| | |
| | | return False, f"前排辨识度>=3个({before_special_codes})" |
| | | |
| | | # 判断是净流入前排 |
| | | in_blocks = RealTimeKplMarketData.get_top_market_jingxuan_blocks() |
| | | if block not in in_blocks: # or in_blocks.index(block) >= constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL: |
| | | return False, f"没有在精选净流入前{constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL}" |
| | | # in_blocks = RealTimeKplMarketData.get_top_market_jingxuan_blocks() |
| | | # if block not in in_blocks: # or in_blocks.index(block) >= constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL: |
| | | # return False, f"没有在精选净流入前{constant.RADICAL_BUY_TOP_IN_INDEX_WITH_SPECIAL}" |
| | | |
| | | # if history_index >= 4: |
| | | # # 判断量是否换够 |