polars-ta 0.4.5__py3-none-any.whl → 0.4.6__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.
- polars_ta/_version.py +1 -1
- polars_ta/prefix/tdx.py +55 -0
- polars_ta/tdx/__init__.py +2 -0
- polars_ta/tdx/pattern_feature.py +236 -0
- polars_ta/tdx/reference.py +6 -0
- polars_ta/tdx/trend_feature.py +449 -0
- polars_ta/wq/arithmetic.py +450 -20
- polars_ta/wq/cross_sectional.py +10 -0
- polars_ta/wq/time_series.py +36 -3
- {polars_ta-0.4.5.dist-info → polars_ta-0.4.6.dist-info}/METADATA +2 -2
- {polars_ta-0.4.5.dist-info → polars_ta-0.4.6.dist-info}/RECORD +14 -12
- {polars_ta-0.4.5.dist-info → polars_ta-0.4.6.dist-info}/WHEEL +1 -1
- {polars_ta-0.4.5.dist-info → polars_ta-0.4.6.dist-info}/LICENSE +0 -0
- {polars_ta-0.4.5.dist-info → polars_ta-0.4.6.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
polars_ta/__init__.py,sha256=UfRKvBoFTFhGlL9fNsarlPs0_FV6kxM1vfWvJD5YBe8,53
|
2
|
-
polars_ta/_version.py,sha256=
|
2
|
+
polars_ta/_version.py,sha256=bbBpXE_PBbo_SaI807mDML0QJywD0_ufCDPgAMlDHaE,22
|
3
3
|
polars_ta/noise.py,sha256=LJHubBqnWlU3Bz84z07N1JB-b-hAMW2rgBF1BT4m0FE,1471
|
4
4
|
polars_ta/candles/__init__.py,sha256=AW68IuFC0gD4_OyjwLP3p22WSzSIYqlSrsS9fW_15xw,141
|
5
5
|
polars_ta/candles/cdl1.py,sha256=RnRu1QzpqEt5y0-1hlfZRUvza1no-Gj4x_dx2QWxr5A,3130
|
@@ -13,7 +13,7 @@ polars_ta/prefix/cdl.py,sha256=DS5GACM3biJmzunlUCkiQrZy-ltzQP0vFmCKkfGxS5E,40
|
|
13
13
|
polars_ta/prefix/reports.py,sha256=B2QgdfX6RbZu9ytgaINv3Aq-ZAh_m3cr2pgbpFyL35A,40
|
14
14
|
polars_ta/prefix/ta.py,sha256=qIb3oRmexNZ6LTQ35V194QTLqj8UgzjaYl5ASwqN5pc,4167
|
15
15
|
polars_ta/prefix/talib.py,sha256=6JsrkgDIUsR2bIA7jVywxgWwxiiFuzsCPvbDeAt4qBA,9392
|
16
|
-
polars_ta/prefix/tdx.py,sha256
|
16
|
+
polars_ta/prefix/tdx.py,sha256=EttaExzqoA3Y3lD-YKA32-5GfJ6jgKjt-nRuoeuK0wQ,11429
|
17
17
|
polars_ta/prefix/wq.py,sha256=PpSLQQ3vD0Mf3Tiz_AFSi--q8p7CkLg9CHh_ayMfoYo,35
|
18
18
|
polars_ta/reports/__init__.py,sha256=KEATtWxhdaO6XScHYN2XE4WkYbYpQvDOEyXgyc2z22g,45
|
19
19
|
polars_ta/reports/cicc.py,sha256=ZpNzHo5h855Xo9IeKeOzlUjjwE5tR8opb11UoJVxGkg,707
|
@@ -27,7 +27,7 @@ polars_ta/ta/transform.py,sha256=c4s5l6khVqIer50g6oScdZ1EEPWYANeKm64AkBkPrtY,178
|
|
27
27
|
polars_ta/ta/volatility.py,sha256=yQDKLxos521y3RzywOcE0hTj3qIG_2mfqpARpdxQ1KU,836
|
28
28
|
polars_ta/ta/volume.py,sha256=fPd9Po30kFu-cSmYoRQP4_Ypi9oSWROj650-mjwlfwM,739
|
29
29
|
polars_ta/talib/__init__.py,sha256=bdNWsIrLlaOU2DVZWiFVBoQEBWtz-BJ1_4hAR5fa1H0,71818
|
30
|
-
polars_ta/tdx/__init__.py,sha256=
|
30
|
+
polars_ta/tdx/__init__.py,sha256=HBVPri6GwiEsFx4op0ZxDa3Yk4MbnPZgth5xJhtnxiA,662
|
31
31
|
polars_ta/tdx/_chip.py,sha256=2eCe-y_0DcBivVjQHXlFwAiY410-hH-KKPrsUcRJcyk,3832
|
32
32
|
polars_ta/tdx/_nb.py,sha256=IV3XrgSYPoR4jnOOT8p7jJWGtnoRrHLw5-fnIOfmMvA,2192
|
33
33
|
polars_ta/tdx/_slow.py,sha256=N3ePWFLhzFeB3k-nJ15TUAdIy9Ixq3WsULgW-zWe18Q,413
|
@@ -38,10 +38,12 @@ polars_ta/tdx/logical.py,sha256=gLs670q0zXy4M3Lm197ucZcDdnKcxfouaP7iOs4B2d0,3394
|
|
38
38
|
polars_ta/tdx/moving_average.py,sha256=Btx3i0BLs5GuN38xA4XJBNg1FCCu5a7Sk2q4BP4vhX4,352
|
39
39
|
polars_ta/tdx/over_bought_over_sold.py,sha256=zB5W10TZBpKrMdzZlH9jmiVqLhrkcXdNI0OdUOjSTiQ,2305
|
40
40
|
polars_ta/tdx/pattern.py,sha256=jB0a5Ro0SQ25R5B_mkQWl9Hz7aB9n-DUns1OSxPeHxI,1636
|
41
|
+
polars_ta/tdx/pattern_feature.py,sha256=D3_nyntC2UnvYL3smBYbADoxyh1oGkpWAI4E6Uqh8ZM,8746
|
41
42
|
polars_ta/tdx/pressure_support.py,sha256=Lk_6nXImyWLuloP4rBwarp5LEVZjgr6_5ekxIksZPr8,1085
|
42
|
-
polars_ta/tdx/reference.py,sha256=
|
43
|
+
polars_ta/tdx/reference.py,sha256=5F6ezUyjUobTXwd7dniOmDoDJsw3uo5HzaHSS9-R0CI,6298
|
43
44
|
polars_ta/tdx/statistic.py,sha256=jdNLx3nV-uN4LrHRGxUUMhNOnlu8MOozjIHvshgMNPg,2588
|
44
45
|
polars_ta/tdx/trend.py,sha256=n5HDHhb1Qak39DJjMFx27hFTYSttbNFeXJD7saRiTMo,3008
|
46
|
+
polars_ta/tdx/trend_feature.py,sha256=uNc4Z46Kyd7Prl0Ftl2ljSAXztTzQtbO28p7gy8iMvM,9086
|
45
47
|
polars_ta/tdx/volume.py,sha256=juYM4Qlx2BX5okRCSwuf-6kRUETqDF7MVWUbYIzc4ww,901
|
46
48
|
polars_ta/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
49
|
polars_ta/utils/helper.py,sha256=rqxBhmA-RhpHd1-qxdYi7OEZloQpPxR30Kz8fJ_hLic,6254
|
@@ -52,15 +54,15 @@ polars_ta/utils/wrapper.py,sha256=jbR-ZQdzBf5iWvtnJ1HsN9HdepmDbU7fUj4w8Bt2BkU,34
|
|
52
54
|
polars_ta/wq/__init__.py,sha256=C3YYJc997XCUI7H_afGT_mj2m4UdHMcql4sboCVvrXU,327
|
53
55
|
polars_ta/wq/_nb.py,sha256=cYEUlEvLQJCjt5_o_1qnWrJ2eWMamwUedOsLwYTq_Oo,9470
|
54
56
|
polars_ta/wq/_slow.py,sha256=MfWg9FYX8NGNLWN4ezI_awf3pPTqhSq_zo0LOS4nCzw,937
|
55
|
-
polars_ta/wq/arithmetic.py,sha256=
|
56
|
-
polars_ta/wq/cross_sectional.py,sha256=
|
57
|
+
polars_ta/wq/arithmetic.py,sha256=rLKfp1Kvu_BFJKH7t7zp0jkfVHRn_HjkDUC0d-Jq9q8,23445
|
58
|
+
polars_ta/wq/cross_sectional.py,sha256=mHLwuXu9m4ladb6cUJVnH4OofliBSkpzmIZu6TtBoe4,13697
|
57
59
|
polars_ta/wq/logical.py,sha256=5lttGwQi9oHml7soqmxEwgIVVLpeWO7JSXmQ3-TUqlU,2261
|
58
60
|
polars_ta/wq/preprocess.py,sha256=xbESoAtsbQgXJMhnLzg4r5o2H9uwPyHfySg5skk_DUg,4188
|
59
|
-
polars_ta/wq/time_series.py,sha256=
|
61
|
+
polars_ta/wq/time_series.py,sha256=L74rqAUyZS6rI3S3R9aIwrKosGFFHWxP3BESNJ67ak8,27093
|
60
62
|
polars_ta/wq/transformational.py,sha256=ktluqo-lcxWysFL3huNypId0EFR1wn1PmyBGO180UQo,7194
|
61
63
|
polars_ta/wq/vector.py,sha256=Qs-mHC2YsiWXoyMuXZZPzd5W5w_HL1ZgDCj9wRAnqmQ,1902
|
62
|
-
polars_ta-0.4.
|
63
|
-
polars_ta-0.4.
|
64
|
-
polars_ta-0.4.
|
65
|
-
polars_ta-0.4.
|
66
|
-
polars_ta-0.4.
|
64
|
+
polars_ta-0.4.6.dist-info/LICENSE,sha256=nREFtfwxWCCYD-ZA1jMzhhxMyTz-wGWFlnkpgg0DCtQ,1062
|
65
|
+
polars_ta-0.4.6.dist-info/METADATA,sha256=fGq4fKlaXhEFSNeLl4rne1t56Xasvyw3Vbbnagn38yg,10711
|
66
|
+
polars_ta-0.4.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
67
|
+
polars_ta-0.4.6.dist-info/top_level.txt,sha256=eat2IhP79-dIGA4DAFOz1o-95--UDqfjeIgmU9TBsDQ,10
|
68
|
+
polars_ta-0.4.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|