openfund-maker 2.0.2__tar.gz → 2.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/PKG-INFO +1 -1
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/pyproject.toml +1 -1
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/BestFVGStrategyMaker.py +2 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/README.md +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/MACDStrategyMaker.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/SMCStrategyMaker.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/ThreeLineStrategyMaker.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/WickReversalStrategyMaker.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/__init__.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/config.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/main.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/main_m.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/okxapi.py +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/zhen.py.bak +0 -0
- {openfund_maker-2.0.2 → openfund_maker-2.0.3}/src/maker/zhen_2.py +0 -0
@@ -55,6 +55,8 @@ class BestFVGStrategyMaker(SMCStrategyMaker):
|
|
55
55
|
self.logger.info(f"{symbol} : 有持仓合约,不进行下单。")
|
56
56
|
if symbol in self.place_order_prices:
|
57
57
|
self.place_order_prices[symbol] = {}
|
58
|
+
if symbol in self.htf_last_CHoCH:
|
59
|
+
self.htf_last_CHoCH[symbol] = {}
|
58
60
|
return
|
59
61
|
|
60
62
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|