Qubx 0.6.61__cp312-cp312-manylinux_2_39_x86_64.whl → 0.6.62__cp312-cp312-manylinux_2_39_x86_64.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.
Potentially problematic release.
This version of Qubx might be problematic. Click here for more details.
- qubx/core/series.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/core/utils.cpython-312-x86_64-linux-gnu.so +0 -0
- qubx/emitters/base.py +1 -1
- qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so +0 -0
- {qubx-0.6.61.dist-info → qubx-0.6.62.dist-info}/METADATA +1 -1
- {qubx-0.6.61.dist-info → qubx-0.6.62.dist-info}/RECORD +9 -9
- {qubx-0.6.61.dist-info → qubx-0.6.62.dist-info}/LICENSE +0 -0
- {qubx-0.6.61.dist-info → qubx-0.6.62.dist-info}/WHEEL +0 -0
- {qubx-0.6.61.dist-info → qubx-0.6.62.dist-info}/entry_points.txt +0 -0
|
Binary file
|
|
Binary file
|
qubx/emitters/base.py
CHANGED
|
@@ -192,7 +192,7 @@ class BaseMetricEmitter(IMetricEmitter):
|
|
|
192
192
|
Args:
|
|
193
193
|
context: The strategy context to get statistics from
|
|
194
194
|
"""
|
|
195
|
-
if context.
|
|
195
|
+
if not context.is_live_or_warmup:
|
|
196
196
|
return
|
|
197
197
|
|
|
198
198
|
# Convert to pandas timestamp for easier time calculations
|
|
Binary file
|
|
@@ -53,11 +53,11 @@ qubx/core/mixins/processing.py,sha256=xFM6HkcucbtwQWKTmTVhxjdwVgKYcInI6fr3hnoDSR
|
|
|
53
53
|
qubx/core/mixins/subscription.py,sha256=V_g9wCPQ8S5SHkU-qOZ84cV5nReAUrV7DoSNAGG0LPY,10372
|
|
54
54
|
qubx/core/mixins/trading.py,sha256=idfRPaqrvkfMxzu9mXr9i_xfqLee-ZAOrERxkxv6Ruo,7256
|
|
55
55
|
qubx/core/mixins/universe.py,sha256=mzZJA7Me6HNFbAMGg1XOpnYCMtcFKHESTiozjaXyKXY,10100
|
|
56
|
-
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
56
|
+
qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=DRIaH5DjiJNU7ZiH68fQE-QqM0e6ujx17bf_Uyl4WZU,982408
|
|
57
57
|
qubx/core/series.pxd,sha256=aI5PG1hbr827xwcnSYgGMF2IBD4GvCRby_i9lrGrJdQ,4026
|
|
58
58
|
qubx/core/series.pyi,sha256=wRb1_HpZC7KSTyWMi7K0BisaKSEro3LVebr8z5XzoDs,4668
|
|
59
59
|
qubx/core/series.pyx,sha256=TpKMCqRrzrT0cj1pASlB7mLLgMLQZwDNC5o-QOxqhRQ,46936
|
|
60
|
-
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
60
|
+
qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=dP51I7PhfJPwlZzOQ7zjEG1Ppm3iJGGPftylTrBfDAM,86568
|
|
61
61
|
qubx/core/utils.pyi,sha256=a-wS13V2p_dM1CnGq40JVulmiAhixTwVwt0ah5By0Hc,348
|
|
62
62
|
qubx/core/utils.pyx,sha256=k5QHfEFvqhqWfCob89ANiJDKNG8gGbOh-O4CVoneZ8M,1696
|
|
63
63
|
qubx/data/__init__.py,sha256=ELZykvpPGWc5rX7QoNyNQwMLgdKMG8MACOByA4pM5hA,549
|
|
@@ -68,7 +68,7 @@ qubx/data/readers.py,sha256=g3hSkyKdMAVziMCgcaZadsukidECaLwHyIEtArSVDSc,66203
|
|
|
68
68
|
qubx/data/registry.py,sha256=45mjy5maBSO6cf-0zfIRRDs8b0VDW7wHSPn43aRjv-o,3883
|
|
69
69
|
qubx/data/tardis.py,sha256=O-zglpusmO6vCY3arSOgH6KUbkfPajSAIQfMKlVmh_E,33878
|
|
70
70
|
qubx/emitters/__init__.py,sha256=11sYi8CHdPlQ5NLR84C2vUnMDkAqNIAmKo_SfqCMj2c,705
|
|
71
|
-
qubx/emitters/base.py,sha256=
|
|
71
|
+
qubx/emitters/base.py,sha256=RPjOib02h4l8ndZ4_Q7_BGTPA2YvITLUWpWlSrg2b6A,7984
|
|
72
72
|
qubx/emitters/composite.py,sha256=8DsPIUtaJ95Oww9QTVVB6LR7Wcb6TJ-c1jIHMGuttz4,2784
|
|
73
73
|
qubx/emitters/csv.py,sha256=lWl6sP0ke0j6kVlEbQsy11vSOHFudYHjWS9iPbq6kmo,3067
|
|
74
74
|
qubx/emitters/indicator.py,sha256=8opNUrkoLLcoTLISCMb7e5mlVZgdH5HduyrBxkA6sg4,7983
|
|
@@ -130,7 +130,7 @@ qubx/restorers/signal.py,sha256=7n7eeRhWGUBPbg179GxFH_ifywcl3pQJbwrcDklw0N0,1460
|
|
|
130
130
|
qubx/restorers/state.py,sha256=I1VIN0ZcOjigc3WMHIYTNJeAAbN9YB21MDcMl04ZWmY,8018
|
|
131
131
|
qubx/restorers/utils.py,sha256=We2gfqwQKWziUYhuUnjb-xo-5tSlbuHWpPQn0CEMTn0,1155
|
|
132
132
|
qubx/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
|
-
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
133
|
+
qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=Qmvnny0Tq_XxjtK7eqJgizdxbZGFaefIqrkLvJpT3UA,662632
|
|
134
134
|
qubx/ta/indicators.pxd,sha256=Goo0_N0Xnju8XGo3Xs-3pyg2qr_0Nh5C-_26DK8U_IE,4224
|
|
135
135
|
qubx/ta/indicators.pyi,sha256=19W0uERft49In5bf9jkJHkzJYEyE9gzudN7_DJ5Vdv8,1963
|
|
136
136
|
qubx/ta/indicators.pyx,sha256=Xgpew46ZxSXsdfSEWYn3A0Q35MLsopB9n7iyCsXTufs,25969
|
|
@@ -167,8 +167,8 @@ qubx/utils/runner/factory.py,sha256=eM4-Etcq-FewD2AjH_srFGzP413pm8er95KIZixXRpM,
|
|
|
167
167
|
qubx/utils/runner/runner.py,sha256=m58a3kEwSs1xfgg_s9FwrQJ3AZV4Lf_VOmKDPQdaWH8,31518
|
|
168
168
|
qubx/utils/time.py,sha256=J0ZFGjzFL5T6GA8RPAel8hKG0sg2LZXeQ5YfDCfcMHA,10055
|
|
169
169
|
qubx/utils/version.py,sha256=e52fIHyxzCiIuH7svCF6pkHuDlqL64rklqz-2XjWons,5309
|
|
170
|
-
qubx-0.6.
|
|
171
|
-
qubx-0.6.
|
|
172
|
-
qubx-0.6.
|
|
173
|
-
qubx-0.6.
|
|
174
|
-
qubx-0.6.
|
|
170
|
+
qubx-0.6.62.dist-info/LICENSE,sha256=qwMHOSJ2TD0nx6VUJvFhu1ynJdBfNozRMt6tnSul-Ts,35140
|
|
171
|
+
qubx-0.6.62.dist-info/METADATA,sha256=bLqkQBXqzXkkcYiAJAc2B4BYKmyBJrbBB6bXxMgoRG8,4612
|
|
172
|
+
qubx-0.6.62.dist-info/WHEEL,sha256=UckHTmFUCaLKpi4yFY8Dewu0c6XkY-KvEAGzGOnaWo8,110
|
|
173
|
+
qubx-0.6.62.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
|
|
174
|
+
qubx-0.6.62.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|