bbstrader 0.3.3__py3-none-any.whl → 0.3.5__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.
Potentially problematic release.
This version of bbstrader might be problematic. Click here for more details.
- bbstrader/__init__.py +1 -1
- bbstrader/__main__.py +10 -2
- bbstrader/apps/__init__.py +0 -0
- bbstrader/apps/_copier.py +664 -0
- bbstrader/btengine/strategy.py +163 -90
- bbstrader/compat.py +18 -10
- bbstrader/config.py +0 -16
- bbstrader/core/scripts.py +4 -3
- bbstrader/core/utils.py +5 -3
- bbstrader/metatrader/account.py +169 -29
- bbstrader/metatrader/analysis.py +7 -5
- bbstrader/metatrader/copier.py +61 -14
- bbstrader/metatrader/scripts.py +15 -2
- bbstrader/metatrader/trade.py +28 -24
- bbstrader/metatrader/utils.py +64 -0
- bbstrader/models/factors.py +17 -13
- bbstrader/models/ml.py +104 -54
- bbstrader/trading/execution.py +9 -8
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/METADATA +25 -28
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/RECORD +24 -22
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/WHEEL +0 -0
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/entry_points.txt +0 -0
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/licenses/LICENSE +0 -0
- {bbstrader-0.3.3.dist-info → bbstrader-0.3.5.dist-info}/top_level.txt +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bbstrader
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Simplified Investment & Trading Toolkit
|
|
5
5
|
Home-page: https://github.com/bbalouki/bbstrader
|
|
6
6
|
Download-URL: https://pypi.org/project/bbstrader/
|
|
7
7
|
Author: Bertin Balouki SIMYELI
|
|
8
8
|
Author-email: <bertin@bbstrader.com>
|
|
9
9
|
Maintainer: Bertin Balouki SIMYELI
|
|
10
|
-
License:
|
|
10
|
+
License: MIT
|
|
11
11
|
Project-URL: Documentation, https://bbstrader.readthedocs.io/en/latest/
|
|
12
12
|
Project-URL: Source Code, https://github.com/bbalouki/bbstrader
|
|
13
13
|
Keywords: Finance,Toolkit,Financial,Analysis,Fundamental,Quantitative,Database,Equities,Currencies,Economics,ETFs,Funds,Indices,Moneymarkets,Commodities,Futures,CFDs,Derivatives,Trading,Investing,Portfolio,Optimization,Performance
|
|
@@ -15,50 +15,47 @@ Classifier: Development Status :: 5 - Production/Stable
|
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
16
16
|
Classifier: Intended Audience :: Financial and Insurance Industry
|
|
17
17
|
Classifier: Topic :: Office/Business :: Financial :: Investment
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
20
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
19
|
Classifier: Operating System :: Microsoft :: Windows
|
|
22
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
23
21
|
Classifier: Operating System :: MacOS
|
|
24
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
25
22
|
Description-Content-Type: text/markdown
|
|
26
23
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist: alphalens-reloaded>=0.4.
|
|
28
|
-
Requires-Dist: beautifulsoup4>=4.13.
|
|
24
|
+
Requires-Dist: alphalens-reloaded>=0.4.6
|
|
25
|
+
Requires-Dist: beautifulsoup4>=4.13.5
|
|
29
26
|
Requires-Dist: colorama>=0.4.6
|
|
30
|
-
Requires-Dist: CurrencyConverter>=0.18.
|
|
31
|
-
Requires-Dist: dash>=2.
|
|
27
|
+
Requires-Dist: CurrencyConverter>=0.18.9
|
|
28
|
+
Requires-Dist: dash>=3.2.0
|
|
32
29
|
Requires-Dist: eodhd>=1.0.32
|
|
33
|
-
Requires-Dist:
|
|
30
|
+
Requires-Dist: exchange_calendars>=4.11.1
|
|
34
31
|
Requires-Dist: filterpy>=1.4.5
|
|
35
|
-
Requires-Dist: financetoolkit>=
|
|
36
|
-
Requires-Dist: ipython>=
|
|
37
|
-
Requires-Dist: lightgbm>=4.
|
|
32
|
+
Requires-Dist: financetoolkit>=2.0.4
|
|
33
|
+
Requires-Dist: ipython>=9.5.0
|
|
34
|
+
Requires-Dist: lightgbm>=4.6.0
|
|
38
35
|
Requires-Dist: nltk>=3.9.1
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: numpy
|
|
41
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: notify_py>=0.3.43
|
|
37
|
+
Requires-Dist: numpy>=2.2.6
|
|
38
|
+
Requires-Dist: pandas-ta>=0.4.67b0
|
|
42
39
|
Requires-Dist: praw>=7.8.1
|
|
43
|
-
Requires-Dist: pyfiglet>=1.0.
|
|
44
|
-
Requires-Dist: pykalman>=0.10.
|
|
40
|
+
Requires-Dist: pyfiglet>=1.0.4
|
|
41
|
+
Requires-Dist: pykalman>=0.10.2
|
|
45
42
|
Requires-Dist: pyportfolioopt>=1.5.6
|
|
46
|
-
Requires-Dist: python-dotenv>=1.
|
|
47
|
-
Requires-Dist: python-telegram-bot>=
|
|
43
|
+
Requires-Dist: python-dotenv>=1.1.1
|
|
44
|
+
Requires-Dist: python-telegram-bot>=22.3
|
|
48
45
|
Requires-Dist: PyYAML>=6.0.2
|
|
49
|
-
Requires-Dist: QuantStats>=0.0.
|
|
50
|
-
Requires-Dist: scikit-learn>=1.
|
|
46
|
+
Requires-Dist: QuantStats>=0.0.77
|
|
47
|
+
Requires-Dist: scikit-learn>=1.7.2
|
|
51
48
|
Requires-Dist: seaborn>=0.13.2
|
|
52
|
-
Requires-Dist: spacy>=3.8.
|
|
53
|
-
Requires-Dist: statsmodels>=0.14.
|
|
49
|
+
Requires-Dist: spacy>=3.8.7
|
|
50
|
+
Requires-Dist: statsmodels>=0.14.5
|
|
54
51
|
Requires-Dist: sumy>=0.11.0
|
|
55
52
|
Requires-Dist: tables>=3.10.2
|
|
56
53
|
Requires-Dist: tabulate>=0.9.0
|
|
57
54
|
Requires-Dist: textblob>=0.19.0
|
|
58
55
|
Requires-Dist: tqdm>=4.67.1
|
|
59
|
-
Requires-Dist: tweepy>=4.
|
|
56
|
+
Requires-Dist: tweepy>=4.16.0
|
|
60
57
|
Requires-Dist: vaderSentiment>=3.3.2
|
|
61
|
-
Requires-Dist: yfinance>=0.2.
|
|
58
|
+
Requires-Dist: yfinance>=0.2.65
|
|
62
59
|
Provides-Extra: mt5
|
|
63
60
|
Requires-Dist: MetaTrader5; extra == "mt5"
|
|
64
61
|
Dynamic: author
|
|
@@ -84,7 +81,7 @@ Dynamic: summary
|
|
|
84
81
|
[](https://pypi.org/project/bbstrader/)
|
|
85
82
|
[](https://pepy.tech/projects/bbstrader)
|
|
86
83
|
[](https://www.codefactor.io/repository/github/bbalouki/bbstrader)
|
|
87
|
-
[](https://www.linkedin.com/in/bertin-balouki-
|
|
84
|
+
[](https://www.linkedin.com/in/bertin-balouki-s-15b17a1a6)
|
|
88
85
|
[](https://paypal.me/bertinbalouki?country.x=SN&locale.x=en_US)
|
|
89
86
|
|
|
90
87
|
[Dcoumentation](https://bbstrader.readthedocs.io/en/latest/index.html)
|
|
@@ -164,7 +161,7 @@ To begin using `bbstrader`, please ensure your system meets the following prereq
|
|
|
164
161
|
* **MetaTrader 5 (MT5)**:
|
|
165
162
|
* The MetaTrader 5 platform must be installed on your system (primarily for Windows users needing live trading or direct MT5 interaction).
|
|
166
163
|
* An active trading account with a MetaTrader 5 broker. `bbstrader` currently supports:
|
|
167
|
-
* [Admirals Group AS](https://
|
|
164
|
+
* [Admirals Group AS](https://one.justmarkets.link/a/tufvj0xugm/registration/trader) (for Stocks, ETFs, Indices, Commodities, Futures, Forex)
|
|
168
165
|
* [Just Global Markets Ltd.](https://one.justmarkets.link/a/tufvj0xugm/registration/trader) (for Stocks, Crypto, Indices, Commodities, Forex)
|
|
169
166
|
* [FTMO](https://trader.ftmo.com/?affiliates=JGmeuQqepAZLMcdOEQRp) (Proprietary Firm)
|
|
170
167
|
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
bbstrader/__init__.py,sha256
|
|
2
|
-
bbstrader/__main__.py,sha256=
|
|
3
|
-
bbstrader/compat.py,sha256=
|
|
4
|
-
bbstrader/config.py,sha256=
|
|
1
|
+
bbstrader/__init__.py,sha256=-5f30lprSg-ufbPbmj1J3P63elB--NPXo9_G_QuhWF0,581
|
|
2
|
+
bbstrader/__main__.py,sha256=RjUIJWaD2_Od8ZMSLL8dzc2ZuCkkzlvNaE7-LIu3RGU,2488
|
|
3
|
+
bbstrader/compat.py,sha256=bHTPTalffQNVv7MNRPaimJ4d9rQEwQFLSovHlUbxNgA,647
|
|
4
|
+
bbstrader/config.py,sha256=Q8xi6laFo-R-NNGotbHOgy8GLLuwvH6MaoiLhfTbYok,3548
|
|
5
5
|
bbstrader/tseries.py,sha256=SM_LTQHJ3ZXVkVJyZ51CefUDzJDl2TkJqBKMp_uM8s4,43833
|
|
6
|
+
bbstrader/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
bbstrader/apps/_copier.py,sha256=z6GhLSmFjHc_oh7pYRTflH42Xmpe3Z7B2fUyedzDQPo,25387
|
|
6
8
|
bbstrader/btengine/__init__.py,sha256=y1btjaEfhWsH8vuE7mBRpP9Tu-Azt9REhuVYsPCAfBU,2955
|
|
7
9
|
bbstrader/btengine/backtest.py,sha256=o3eoCVzpjykDx-9VgkxK6DKZdGDAuLVeeWLCa2U_zeY,14652
|
|
8
10
|
bbstrader/btengine/data.py,sha256=WcBLtabboZkQdtOQS3SjbiJD9BcWc75sdhZ2voQ_lUw,27061
|
|
@@ -11,37 +13,37 @@ bbstrader/btengine/execution.py,sha256=4MytWjcKg8J_w14P43emHqsvKOElkQTfhVYNakU6e
|
|
|
11
13
|
bbstrader/btengine/performance.py,sha256=1ecWrTzHBQbk4ORvbTEKxwCzlL1brcXOEUwgbnjAwx4,12470
|
|
12
14
|
bbstrader/btengine/portfolio.py,sha256=z98M65HQeCyma8gMZkAxspxBA9jtIhzxMyJUHPPj34c,16128
|
|
13
15
|
bbstrader/btengine/scripts.py,sha256=8o66dq4Ex4DsH4s8xvJqUOFjLzZJSnbBvvNBzohtzoE,4837
|
|
14
|
-
bbstrader/btengine/strategy.py,sha256=
|
|
16
|
+
bbstrader/btengine/strategy.py,sha256=hDghr5sXNitWlWXXvgl8Vj-QHWaIuVlx54LUXAbQrHQ,36725
|
|
15
17
|
bbstrader/core/__init__.py,sha256=GIFzFSStPfE0XM2j7mDeZZQeMTh_AwPsDOQXwMVJLgw,97
|
|
16
18
|
bbstrader/core/data.py,sha256=5-ByClb-E3-iqDz8CBJ4om9wBIA7DmUWezu4A-tv5ys,25095
|
|
17
|
-
bbstrader/core/scripts.py,sha256=
|
|
18
|
-
bbstrader/core/utils.py,sha256=
|
|
19
|
+
bbstrader/core/scripts.py,sha256=7lNddfX7WaZfiE5dENEfzv3XrAPrwoE9FYSaTie3cwM,5524
|
|
20
|
+
bbstrader/core/utils.py,sha256=tHXQimmmlYZHktNnYNKn_wVq6v-85pI7DXF6xlJV7ps,2780
|
|
19
21
|
bbstrader/ibkr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
22
|
bbstrader/ibkr/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
23
|
bbstrader/metatrader/__init__.py,sha256=A5Ye9tpc2sp9Xk5qjKw-EfYsoRcZtAt8nqvC3tCtZs8,333
|
|
22
|
-
bbstrader/metatrader/account.py,sha256=
|
|
23
|
-
bbstrader/metatrader/analysis.py,sha256=
|
|
24
|
-
bbstrader/metatrader/copier.py,sha256=
|
|
24
|
+
bbstrader/metatrader/account.py,sha256=Ur0vKz_puUP9jmdJUpvdQq6W5ue0RfnhkL0JLPBQkOE,65200
|
|
25
|
+
bbstrader/metatrader/analysis.py,sha256=ywETmG3qxZ7ms_DCjR1GcQoUrQ0es5-n-CPDYKBAm8Q,3614
|
|
26
|
+
bbstrader/metatrader/copier.py,sha256=RxXm_NKpaad4sMT1kuJNjeJcbP368asXLaAVqmoRfmE,55553
|
|
25
27
|
bbstrader/metatrader/rates.py,sha256=w9mr6FB6E1zLcHCDtDGt-oMnw6sakIU6Qe3455KDsSg,20782
|
|
26
28
|
bbstrader/metatrader/risk.py,sha256=NhW8qtSg350Z6H9oLcDqOU_erqd_7Y7F5FwpfPN5Qso,27262
|
|
27
|
-
bbstrader/metatrader/scripts.py,sha256=
|
|
28
|
-
bbstrader/metatrader/trade.py,sha256=
|
|
29
|
-
bbstrader/metatrader/utils.py,sha256=
|
|
29
|
+
bbstrader/metatrader/scripts.py,sha256=8meq6_zz6jPSibNgtYtaO8Ba-uJZOoLkpqYUIjidk-U,4010
|
|
30
|
+
bbstrader/metatrader/trade.py,sha256=X6DNpPrHL0xQUAblJsCxmpSNWlFw8otEM1pWpgYTydE,81041
|
|
31
|
+
bbstrader/metatrader/utils.py,sha256=PnFZ8EuBSZgsYlvwZDOxj4vUTtt-hUYnnwFBmu7gxxw,20738
|
|
30
32
|
bbstrader/models/__init__.py,sha256=B-bn2h_SCK6gRAs2li6dDVnvV8jDT5suZimldk5xxcw,497
|
|
31
|
-
bbstrader/models/factors.py,sha256=
|
|
32
|
-
bbstrader/models/ml.py,sha256=
|
|
33
|
+
bbstrader/models/factors.py,sha256=J7yxtDr1sCTw1AI59kluF89e2b9HkpEXfFyIcfPHUCQ,13008
|
|
34
|
+
bbstrader/models/ml.py,sha256=NVN9zxRRDJn2S8KSgGBkiSHvdFjsDiaNsW2Y6rs51Io,50314
|
|
33
35
|
bbstrader/models/nlp.py,sha256=hcvz9d_8j1cIC1h3oqa1DBjExRIEd6WSiZb95Vr3NPo,32638
|
|
34
36
|
bbstrader/models/optimization.py,sha256=Fa4tdhynMmvKt5KHV9cH1TXmmJVJwU4QWpYkbeVq4aI,6395
|
|
35
37
|
bbstrader/models/portfolio.py,sha256=r-47Zrn2r7iKCHm5YVtwkbBJXAZGM3QYy-rXCWY9-Bg,8079
|
|
36
38
|
bbstrader/models/risk.py,sha256=MKCk53HtGIcivrNzH8Ikm5KMs1rXhFT5zkorUf30PyQ,506
|
|
37
39
|
bbstrader/trading/__init__.py,sha256=ycLyuuxN5SujqtzR9X0Q74UQfK93q2va-GGAXdr-KS8,457
|
|
38
|
-
bbstrader/trading/execution.py,sha256=
|
|
40
|
+
bbstrader/trading/execution.py,sha256=CYt4fageoqcpMFvdRH-jX4hexAGUiG_wE94i1qg7BFM,41479
|
|
39
41
|
bbstrader/trading/scripts.py,sha256=Tf5q33WqqygjpIv43_8nA82VZ3GM0qgb4Ggo3fHJ_wg,5744
|
|
40
42
|
bbstrader/trading/strategies.py,sha256=RZ6P4SfIyRW72v0OnPnrc4Hv8X00FdxR-_sD23xe_Pg,11756
|
|
41
43
|
bbstrader/trading/utils.py,sha256=57dKF9dcRu04oU2VRqydRrzW39dCW2wlDWhVt-sZdRw,1857
|
|
42
|
-
bbstrader-0.3.
|
|
43
|
-
bbstrader-0.3.
|
|
44
|
-
bbstrader-0.3.
|
|
45
|
-
bbstrader-0.3.
|
|
46
|
-
bbstrader-0.3.
|
|
47
|
-
bbstrader-0.3.
|
|
44
|
+
bbstrader-0.3.5.dist-info/licenses/LICENSE,sha256=ZwC_RqqGmOPBUiMDKqLyJZ5HBeHq53LpL7TMRzrJY8c,1094
|
|
45
|
+
bbstrader-0.3.5.dist-info/METADATA,sha256=-FeMRpGJTL9HvVnWmNbhLiHlu0kYfb7wqqANfLzVrew,26910
|
|
46
|
+
bbstrader-0.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
47
|
+
bbstrader-0.3.5.dist-info/entry_points.txt,sha256=0yDCbhbgHswOzJnY5wRSM_FjjyMHGvY7lJpSSVh0xtI,54
|
|
48
|
+
bbstrader-0.3.5.dist-info/top_level.txt,sha256=Wwj322jZmxGZ6gD_TdaPiPLjED5ReObm5omerwlmZIg,10
|
|
49
|
+
bbstrader-0.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|