| | |
| | | from strategy import l1_data_api |
| | | from strategy import data_cache |
| | | from strategy import basic_methods |
| | | from strategy import buying_strategy, selling_strategy, index_market_trend_strategy |
| | | from strategy import buying_strategy, selling_strategy, market_sentiment_analysis |
| | | |
| | | # from low_suction.shared_memory_util import SharedMemoryObj |
| | | |
| | |
| | | if index_market_info is not None: |
| | | # 调用交易策略模块中的涨幅视界策略 |
| | | # 指数行情调用 |
| | | index_market_trend_strategy.instant_trend_strategy(index_market_info) |
| | | market_sentiment_analysis.instant_trend_strategy(index_market_info) |
| | | |
| | | |
| | | # 生成所有个股的开盘价字典 |