@degenpump_crypto_pump_signals · Post #504601 · 13.05.2026 г., 01:29
#RLC/USDT Take-Profit target 1 ✅ Profit: 21.8365% 📈 Period: 2 hr 29 min ⏰
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #rlc
@degenpump_crypto_pump_signals · Post #504601 · 13.05.2026 г., 01:29
#RLC/USDT Take-Profit target 1 ✅ Profit: 21.8365% 📈 Period: 2 hr 29 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #504313 · 10.05.2026 г., 16:30
#RLC/USDT Take-Profit target 2 ✅ Profit: 31.5204% 📈 Period: 13 hr 17 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #504207 · 10.05.2026 г., 05:30
#RLC/USDT Take-Profit target 1 ✅ Profit: 21.6316% 📈 Period: 2 hr 17 min ⏰
Hashtags
@CoinSonar · Post #244187 · 18.04.2026 г., 12:52
#RLC | Volume spike (USDT PAIR) 144 times the average volume 108.20K USDT traded in 5 min └Buying vol: 75.18K USDT 🟢 Boost score: 5/10 24h Vol: 215.86K USDT (Binance) Price: 0.465 (-2.6% in 24h)
Hashtags
@cryptobull_360 · Post #49425 · 20.04.2026 г., 14:59
#RLC is attempting to break above the horizontal supply zone of an ascending triangle pattern. The Ichimoku Cloud is acting as a support, indicating underlying strength. A strong candle close above the breakout level would confirm the move and could trigger a bullish rally.
Hashtags
@proanalysistrader · Post #28344 · 16.12.2024 г., 14:00
#RLC/USDT analysis : At present, #RLC is experiencing a retracement towards a significant support zone. It is advisable to wait for the price to retest this support level before contemplating a long position. It is expected that the price will rebound and strive to reach previous highs. TF : 4H Entry : $2.287 Target : $3.000 SL : $2.070
Hashtags
@proanalysistrader · Post #27840 · 14.08.2024 г., 15:11
#RLC/USDT analysis : #RLC is currently in a correction phase and is soon expected to continue its downtrend with an impulsive bearish move. It will test its previous swing low. Enter on the break of the $1.384 level. TF : 2H Entry : $1.384 Target : $1.165 SL : $1.495
Hashtags
@americancryptotrading · Post #27458 · 03.12.2025 г., 10:29
🇺🇸#RLC/USDT is maintaining its position above the lowerborder of the fallingwedge formation on the weekly timeframe👨💻 If we bounce, more upside is likely📈 American Crypto©
Hashtags
@americancryptotrading · Post #27245 · 11.05.2025 г., 10:58
🇺🇸#RLC/USDT is climbing above the descending triangle pattern on the daily timeframe🧐 Time to pump🚀 American Crypto©
Hashtags
@shark_grp · Post #20418 · 06.05.2026 г., 09:25
#RLC/USDT Take-Profit target 2 ✅ Profit: 176.7321% 📈 Period: 1 day 12 hr ⏰
Hashtags
@shark_grp · Post #20388 · 05.05.2026 г., 21:18
#RLC/USDT Take-Profit target 1 ✅ Profit: 101.377% 📈 Period: 22 hr 6 min ⏰
Hashtags
@greencrypto_signals1 · Post #14066 · 06.05.2026 г., 09:24
#RLC/USDT Take-Profit target 2 ✅ Profit: 176.7321% 📈 Period: 1 day 12 hr ⏰
Hashtags