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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openfund-maker
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Openfund-maker.
5
5
  Requires-Python: >=3.9,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openfund-maker"
3
- version = "2.0.2"
3
+ version = "2.0.3"
4
4
  description = "Openfund-maker."
5
5
  authors = []
6
6
  readme = "README.md"
@@ -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