@coinlegs · Post #10031 · 29.02.2024 г., 20:43
#WAVES🧐
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #waves
@coinlegs · Post #10031 · 29.02.2024 г., 20:43
#WAVES🧐
Hashtags
@michaelvandepoppeanalyst · Post #4232 · 19.07.2024 г., 09:24
#WAVES Close 1/4 Position✅ Profit: +172% 🚀🚀🚀🚀
Hashtags
@michaelvandepoppeanalyst · Post #3379 · 04.05.2024 г., 12:41
#WAVES Close 1/4 Position✅ Profit: +156% 🚀🚀🚀🚀
Hashtags
@sublimetraders · Post #2135 · 10.12.2023 г., 00:41
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 2 ✅ Profit: 11.7373% 📈 Period: 1 Days 12 Hours 10 Minutes ⏰
Hashtags
@sublimetraders · Post #2130 · 08.12.2023 г., 23:25
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 1 ✅ Profit: 6.6949% 📈 Period: 10 Hours 44 Minutes ⏰
Hashtags
@sublimetraders · Post #2072 · 05.11.2023 г., 10:38
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT All take-profit targets achieved 😎 Profit: 20.5036% 📈 Period: 6 Days 1 Hours 17 Minutes ⏰
Hashtags
@sublimetraders · Post #2071 · 05.11.2023 г., 10:24
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 4 ✅ Profit: 15.5848% 📈 Period: 6 Days 1 Hours 3 Minutes ⏰
Hashtags
@sublimetraders · Post #2067 · 05.11.2023 г., 00:42
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 3 ✅ Profit: 11.565% 📈 Period: 5 Days 15 Hours 21 Minutes ⏰
Hashtags
@sublimetraders · Post #2066 · 05.11.2023 г., 00:30
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 2 ✅ Profit: 8.282% 📈 Period: 5 Days 15 Hours 9 Minutes ⏰
Hashtags
@sublimetraders · Post #2057 · 01.11.2023 г., 21:03
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #WAVES/USDT Take-Profit target 1 ✅ Profit: 5.7079% 📈 Period: 2 Days 11 Hours 43 Minutes ⏰
Hashtags
@signal_bitcoins · Post #1883 · 17.12.2023 г., 07:38
💰#WAVES is trying to break up the triangle pattern on Weekly Time frame,in the case of breakout we will have another good pump💎 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@signal_bitcoins · Post #1468 · 09.09.2023 г., 21:00
💰#WAVES is moving in a descending triangle. It bounced from the horizontal support with a decent volume. Currently, it is facing the MA 50 resistance. MACD crossover is losing bearish momentum and seems like it is going to turn bullish. A solid breakout of the descending triangle would be the bullish confirmation.💎 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags