openfund-maker 2.1.11__py3-none-any.whl → 2.1.12__py3-none-any.whl
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.
- maker/BestFVGStrategyMaker.py +1 -1
- {openfund_maker-2.1.11.dist-info → openfund_maker-2.1.12.dist-info}/METADATA +1 -1
- {openfund_maker-2.1.11.dist-info → openfund_maker-2.1.12.dist-info}/RECORD +5 -5
- {openfund_maker-2.1.11.dist-info → openfund_maker-2.1.12.dist-info}/WHEEL +0 -0
- {openfund_maker-2.1.11.dist-info → openfund_maker-2.1.12.dist-info}/entry_points.txt +0 -0
maker/BestFVGStrategyMaker.py
CHANGED
@@ -112,7 +112,7 @@ class BestFVGStrategyMaker(SMCStrategyMaker):
|
|
112
112
|
# 20250417 优化: 最新的HTF_entry_struct结构要满足,才能下单。
|
113
113
|
if htf_entry_struct not in htf_struct_label :
|
114
114
|
# 如果是反转结构判断一下方向是否一致,不一致重置缓存。
|
115
|
-
if "CHoCH" in htf_struct_label and htf_last_CHoCH["side"] != htf_side:
|
115
|
+
if "CHoCH" in htf_struct_label and htf_last_CHoCH and htf_last_CHoCH["side"] != htf_side:
|
116
116
|
self.htf_last_CHoCH[symbol] = {}
|
117
117
|
self.logger.debug(f"{symbol} : {htf} is {htf_struct_label}, 未形成有效的 {htf_entry_struct} struct,不下单。")
|
118
118
|
return
|
@@ -1,4 +1,4 @@
|
|
1
|
-
maker/BestFVGStrategyMaker.py,sha256=
|
1
|
+
maker/BestFVGStrategyMaker.py,sha256=oQk3o87AbL86fKWZiKykUJHLgFcfFYYbHl2NreCTKhQ,11701
|
2
2
|
maker/MACDStrategyMaker.py,sha256=iS5HO04piKHFJxUI2e5QmicxzGeK-V1aphJSr2n_4Ac,12651
|
3
3
|
maker/SMCStrategyMaker.py,sha256=ThXxa-mfbxNavqok86fUg-HstMdVrBVS75TeCJCt2Ck,35087
|
4
4
|
maker/ThreeLineStrategyMaker.py,sha256=ArjnHlGECiD3cCFXxO0Ex5scR2agwoxZY-4mKukyKc4,30402
|
@@ -10,7 +10,7 @@ maker/main_m.py,sha256=0PzDTnuBrxfpy5WDfsIHKAzZ_7pkuvuqqeWik0vpWio,15522
|
|
10
10
|
maker/okxapi.py,sha256=_9G0U_o0ZC8NxaT6PqpiLgxBm9gPobC9PsFHZE1c5w0,553
|
11
11
|
maker/zhen.py.bak,sha256=HNkrQbJts8G9umE9chEFsc0cLQApcM9KOVNMYPpkBXM,10918
|
12
12
|
maker/zhen_2.py,sha256=4IaHVtTCMSlrLGSTZrWpW2q-f7HZsUNRkW_-5QgWv24,10509
|
13
|
-
openfund_maker-2.1.
|
14
|
-
openfund_maker-2.1.
|
15
|
-
openfund_maker-2.1.
|
16
|
-
openfund_maker-2.1.
|
13
|
+
openfund_maker-2.1.12.dist-info/METADATA,sha256=FjmIQVq8KXxMzFunIUSKx8lhzVM2f3tz7V1J5bEuYqY,1954
|
14
|
+
openfund_maker-2.1.12.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
15
|
+
openfund_maker-2.1.12.dist-info/entry_points.txt,sha256=gKMytICEKcMRFQDFkHZLnIpID7UQFoTIM_xcpiiV6Ns,50
|
16
|
+
openfund_maker-2.1.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|