Qubx 0.6.57__cp312-cp312-manylinux_2_39_x86_64.whl → 0.6.58__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.

@@ -86,7 +86,7 @@ class MarketManager(IMarketManager):
86
86
  _time = pd.Timestamp(self._time_provider.time())
87
87
  _timedelta = pd.Timedelta(timeframe)
88
88
  _last_bar_time = ohlc.index[-1]
89
- if _last_bar_time + _timedelta >= _time:
89
+ if _last_bar_time + _timedelta > _time:
90
90
  ohlc = ohlc.iloc[:-1]
91
91
 
92
92
  if length:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: Qubx
3
- Version: 0.6.57
3
+ Version: 0.6.58
4
4
  Summary: Qubx - Quantitative Trading Framework
5
5
  Author: Dmitry Marienko
6
6
  Author-email: dmitry.marienko@xlydian.com
@@ -48,16 +48,16 @@ qubx/core/loggers.py,sha256=85Xgt1-Hh-2gAlJez3TxTHr32KSWYNqNhmbeWZwhw0o,13340
48
48
  qubx/core/lookups.py,sha256=2UmODxDeDQqi-xHOvjm2_GckC4piKI3x4ZEf5vny8YI,18275
49
49
  qubx/core/metrics.py,sha256=74xIecCvlxVXl0gy0JvgjJ2X5gg-RMmVZw9hQikkHE0,60269
50
50
  qubx/core/mixins/__init__.py,sha256=AMCLvfNuIb1kkQl3bhCj9jIOEl2eKcVPJeyLgrkB-rk,329
51
- qubx/core/mixins/market.py,sha256=MH7A2jZFEClrfeioio1lPgYBbxVZCL1Af-b-DSFvSM4,4567
51
+ qubx/core/mixins/market.py,sha256=f0PJTK5Y9nQkV2XWxytixFG1Oc6ihYVwlxIMraTnmms,4566
52
52
  qubx/core/mixins/processing.py,sha256=pgzDCrB9A6SvsWaZ1Op-M22yvcWy6Y8L1IIef6rwpGM,30655
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=tsMpBriLHwK9lAVYvIrO94EIx8_ETSXUlzxN_sDOsL8,9838
56
- qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=CtCikl3YWB60CW205Dm9MwlVtjgcB5zuj5sXZ0PEpyo,978280
56
+ qubx/core/series.cpython-312-x86_64-linux-gnu.so,sha256=2Rl4BZuMQsCEGBBIAPdMjY4zP1QOCPgSOhiB-kmBOrU,978280
57
57
  qubx/core/series.pxd,sha256=jBdMwgO8J4Zrue0e_xQ5RlqTXqihpzQNu6V3ckZvvpY,3978
58
58
  qubx/core/series.pyi,sha256=RaHm_oHHiWiNUMJqVfx5FXAXniGLsHxUFOUpacn7GC0,4604
59
59
  qubx/core/series.pyx,sha256=ZQPp1-Kp2lX22n04gaBWak9mW139e-uc8bhsbZMohgs,46507
60
- qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=Sg9UQCj4hovrE6dWSuTEbss5s82m19b9ScA6ECE7tQ4,86568
60
+ qubx/core/utils.cpython-312-x86_64-linux-gnu.so,sha256=wZg_Vn3YxLQ-_kZjAOMBPwpd3Dv1GWPC9yXlB1xwMmE,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
@@ -129,7 +129,7 @@ qubx/restorers/signal.py,sha256=0QFoy7OzDkK6AAmJEbbmSsHwmAhjMJYYggVFuLraKjk,1089
129
129
  qubx/restorers/state.py,sha256=dLaVnUwRCNRkUqbYyi0RfZs3Q3AdglkI_qTtQ8GDD5Y,7289
130
130
  qubx/restorers/utils.py,sha256=We2gfqwQKWziUYhuUnjb-xo-5tSlbuHWpPQn0CEMTn0,1155
131
131
  qubx/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
- qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=RxL_qH6tyCoHddeu7BwOmhkmV2aWPWGafq-My49AoX0,654440
132
+ qubx/ta/indicators.cpython-312-x86_64-linux-gnu.so,sha256=it8ZhCVBqU71Y7tLJp0Bri2j8-3hN6CV-2A8OkjgZZ4,654440
133
133
  qubx/ta/indicators.pxd,sha256=Goo0_N0Xnju8XGo3Xs-3pyg2qr_0Nh5C-_26DK8U_IE,4224
134
134
  qubx/ta/indicators.pyi,sha256=19W0uERft49In5bf9jkJHkzJYEyE9gzudN7_DJ5Vdv8,1963
135
135
  qubx/ta/indicators.pyx,sha256=Xgpew46ZxSXsdfSEWYn3A0Q35MLsopB9n7iyCsXTufs,25969
@@ -166,8 +166,8 @@ qubx/utils/runner/factory.py,sha256=eM4-Etcq-FewD2AjH_srFGzP413pm8er95KIZixXRpM,
166
166
  qubx/utils/runner/runner.py,sha256=PnSQ_soWXzjcIYxG5HHUtbZnWSaoeSXr7VxbQWtOsII,31444
167
167
  qubx/utils/time.py,sha256=J0ZFGjzFL5T6GA8RPAel8hKG0sg2LZXeQ5YfDCfcMHA,10055
168
168
  qubx/utils/version.py,sha256=e52fIHyxzCiIuH7svCF6pkHuDlqL64rklqz-2XjWons,5309
169
- qubx-0.6.57.dist-info/LICENSE,sha256=qwMHOSJ2TD0nx6VUJvFhu1ynJdBfNozRMt6tnSul-Ts,35140
170
- qubx-0.6.57.dist-info/METADATA,sha256=udbK6RAZPp6B3-XXug773pK6FZg3PFnYuUFuoYzrbOE,4612
171
- qubx-0.6.57.dist-info/WHEEL,sha256=UckHTmFUCaLKpi4yFY8Dewu0c6XkY-KvEAGzGOnaWo8,110
172
- qubx-0.6.57.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
173
- qubx-0.6.57.dist-info/RECORD,,
169
+ qubx-0.6.58.dist-info/LICENSE,sha256=qwMHOSJ2TD0nx6VUJvFhu1ynJdBfNozRMt6tnSul-Ts,35140
170
+ qubx-0.6.58.dist-info/METADATA,sha256=uy15BxC8rfdCC6fxoJoMwWtGgpa8Z3LfnuZzJXoRZDE,4612
171
+ qubx-0.6.58.dist-info/WHEEL,sha256=UckHTmFUCaLKpi4yFY8Dewu0c6XkY-KvEAGzGOnaWo8,110
172
+ qubx-0.6.58.dist-info/entry_points.txt,sha256=VqilDTe8mVuV9SbR-yVlZJBTjbkHIL2JBgXfQw076HY,47
173
+ qubx-0.6.58.dist-info/RECORD,,
File without changes
File without changes