bitunix-automated-crypto-trading 3.1.8__py3-none-any.whl → 3.1.9__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.
- bitunix_automated_crypto_trading/SupportResistance.py +2 -2
- {bitunix_automated_crypto_trading-3.1.8.dist-info → bitunix_automated_crypto_trading-3.1.9.dist-info}/METADATA +1 -1
- {bitunix_automated_crypto_trading-3.1.8.dist-info → bitunix_automated_crypto_trading-3.1.9.dist-info}/RECORD +6 -6
- {bitunix_automated_crypto_trading-3.1.8.dist-info → bitunix_automated_crypto_trading-3.1.9.dist-info}/WHEEL +0 -0
- {bitunix_automated_crypto_trading-3.1.8.dist-info → bitunix_automated_crypto_trading-3.1.9.dist-info}/entry_points.txt +0 -0
- {bitunix_automated_crypto_trading-3.1.8.dist-info → bitunix_automated_crypto_trading-3.1.9.dist-info}/top_level.txt +0 -0
@@ -94,13 +94,13 @@ class SupportResistance:
|
|
94
94
|
|
95
95
|
# Find all local peaks and troughs and its highest and lowest values
|
96
96
|
peak_indices_all = self._find_peaks(high_prices)
|
97
|
-
if len(peak_indices_all)
|
97
|
+
if len(peak_indices_all) > 0:
|
98
98
|
highest_peak_index = peak_indices_all[np.argmax(high_prices[peak_indices_all])]
|
99
99
|
highest_peak_value = high_prices[highest_peak_index]
|
100
100
|
resistance_line[highest_peak_index:] = high_prices[highest_peak_index] # Horizontal line from the highest point onwards
|
101
101
|
|
102
102
|
trough_indices_all = self._find_troughs(low_prices)
|
103
|
-
if len(trough_indices_all)
|
103
|
+
if len(trough_indices_all) > 0:
|
104
104
|
lowest_peak_index = trough_indices_all[np.argmin(low_prices[trough_indices_all])]
|
105
105
|
lowest_peak_value = low_prices[lowest_peak_index]
|
106
106
|
support_line[lowest_peak_index:] = low_prices[lowest_peak_index] # Horizontal line from the lowset point onwards
|
@@ -4,15 +4,15 @@ bitunix_automated_crypto_trading/BitunixSignal.py,sha256=hZvu1FKhdHqESIUmDMMlVdn
|
|
4
4
|
bitunix_automated_crypto_trading/BitunixWebSocket.py,sha256=-_7wRAZxJXG63joBq2k3TUC4qd06v7Miki-LGVtNIDk,11234
|
5
5
|
bitunix_automated_crypto_trading/DataFrameHtmlRenderer.py,sha256=Pqdzhh_nfIxFEZH9L_R5QXB8moDPbgeTGT_hmBkHWMg,2899
|
6
6
|
bitunix_automated_crypto_trading/NotificationManager.py,sha256=exs6REABBA1omTeTGuUuECzxs5dGqdyL7oI8WyxS6Xc,798
|
7
|
-
bitunix_automated_crypto_trading/SupportResistance.py,sha256=
|
7
|
+
bitunix_automated_crypto_trading/SupportResistance.py,sha256=x_to4M4OHg0h8o40DXDBa4E_5io-y2Lb5qo2VzFnu_8,5765
|
8
8
|
bitunix_automated_crypto_trading/ThreadManager.py,sha256=Lw5_1EIT0m3AFSv5CIMpnjtA0DnNw2qQ6JtSpT34LyM,2349
|
9
9
|
bitunix_automated_crypto_trading/TickerManager.py,sha256=B9HlgvBLIZ2skBCEojY0M0BS5ZvZR2rw4l25LhuTt1o,42307
|
10
10
|
bitunix_automated_crypto_trading/__init__.py,sha256=1hzk6nX8NnUCr1tsq8oFq1qGCNhNwnwldWE75641Eew,78
|
11
11
|
bitunix_automated_crypto_trading/bitunix.py,sha256=wEzJpa1Gv84tYJK1iV-kQVezbn1TxJuAk-CY7kwKShM,26887
|
12
12
|
bitunix_automated_crypto_trading/config.py,sha256=cdbPFRNbDPw2mxEKL4asffVtfUcq_zM0zTVqY0o3Hg4,5300
|
13
13
|
bitunix_automated_crypto_trading/logger.py,sha256=NHnA5JZdUFkTAhB7i-1iCAwrdf1fxhDuRvJUkbKPi9Y,2923
|
14
|
-
bitunix_automated_crypto_trading-3.1.
|
15
|
-
bitunix_automated_crypto_trading-3.1.
|
16
|
-
bitunix_automated_crypto_trading-3.1.
|
17
|
-
bitunix_automated_crypto_trading-3.1.
|
18
|
-
bitunix_automated_crypto_trading-3.1.
|
14
|
+
bitunix_automated_crypto_trading-3.1.9.dist-info/METADATA,sha256=WKb5fZi1xjoXmcX8IErXwTlpVcfTSMHF7GDqAQVyovw,996
|
15
|
+
bitunix_automated_crypto_trading-3.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
16
|
+
bitunix_automated_crypto_trading-3.1.9.dist-info/entry_points.txt,sha256=UXREYHuSl2XYd_tOtLIq0zg3d1kX3lixX5SpN8yGBw4,82
|
17
|
+
bitunix_automated_crypto_trading-3.1.9.dist-info/top_level.txt,sha256=uyFzHUCOsp8elnG2Ovor6xXcf7dxRxY-C-Txiwix64Q,33
|
18
|
+
bitunix_automated_crypto_trading-3.1.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|