@degenpump_crypto_pump_signals · Post #504619 · 13.05.2026 г., 04:05
#YGG/USDT Take-Profit target 2 ✅ Profit: 27.7022% 📈 Period: 2 hr 55 min ⏰
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #65 · 8 апр.
Небольшой трик с регулярными выражениями который редко вижу в чужом коде. Допустим, вам нужно распарсить простой текст и вытащить оттуда пары имя+телефон. Вернуть всё это надо в виде списка словарей. Возьмем очень простой пример текста. >>> text = ''' >>> Alex:8999123456 >>> Mike:+799987654 >>> Oleg:+344456789 >>> ''' Соответственно, для выделения нужных элементов будем использовать группы. Получится такой паттерн: (\w+):([\d+]+) Как мы будем формировать словарь из найденных групп? >>> import re >>> results = [] >>> for match in re.finditer(r"(\w+):([\d+]+)", text): >>> results.append({ >>> "name": match.group(1), >>> "phone": match.group(2) >>> }) >>> print(results) [{'name': 'Alex', 'phone': '8999123456'}, ...] Можно немного сократить запись используя zip >>> results = [] >>> for match in re.finditer(r"(\w+):([\d+]+)", text): >>> results.append(dict(zip(['name', 'phone'], match.groups()))) Но есть способ лучше! Это именованные группы в regex. Можно в паттерне указать имя группы и результат сразу забрать в виде словаря. >>> for match in re.finditer(r"(?P<name>\w+):(?P<phone>[\d+]+)", text): >>> results.append(match.groupdict()) То есть всё что я сделал, это добавил в начале группы (внутри сбокочек) такую запись: (?P<group-name>...) Теперь найденная группа имеет имя и можно обратиться к ней как к элементу списка >>> name = match['name'] Либо забрать сразу весь словарь методом groupdict() >>> match.groupdict() #tricks#regex
Пребарај: #ygg
@degenpump_crypto_pump_signals · Post #504619 · 13.05.2026 г., 04:05
#YGG/USDT Take-Profit target 2 ✅ Profit: 27.7022% 📈 Period: 2 hr 55 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #504607 · 13.05.2026 г., 02:46
#YGG/USDT Take-Profit target 1 ✅ Profit: 18.015% 📈 Period: 1 hr 38 min ⏰
Hashtags
@CoinSonar · Post #244042 · 18.04.2026 г., 07:37
#YGG | Volume spike (USDT PAIR) 37 times the average volume 129.23K USDT traded in 15 min └Buying vol: 82.38K USDT 🟢 Boost score: 6/10 24h Vol: 330.65K USDT (Binance) Price: 0.0452 (-2.4% in 24h)
Hashtags
@CoinSonar · Post #243337 · 16.04.2026 г., 21:55
#YGG | Volume spike (USDT PAIR) 37 times the average volume 128.42K USDT traded in 15 min └Buying vol: 79.95K USDT 🟢 Boost score: 3/10 24h Vol: 330.65K USDT (Binance) Price: 0.0426 (-2.4% in 24h)
Hashtags
@binancepumpsignais · Post #51113 · 21.02.2026 г., 17:33
| Coin: #YGG/USDT - Short 20x | Entry Targets: 0.04819 Take-Profit Targets: 1) 0.04723 2) 0.04674 3) 0.04626 4) 0.04578 Binance Pumps®
Hashtags
@proanalysistrader · Post #28505 · 28.02.2025 г., 13:29
#YGG/USDT analysis : #YGG has bounced back from the support zone, indicating potential for upward movement. It is expected to test the swing high resistance level soon. TF : 4H Entry : $0.2173 Target : $0.2340 SL : $0.2083
Hashtags
@proanalysistrader · Post #28315 · 05.12.2024 г., 07:35
#YGG/USDT analysis : #YGG is in an uptrend, trading above the 200 EMA. The price is currently in a corrective phase, retracing back to the 200 EMA. It is expected to test this zone before bouncing back to continue its bullish momentum. Wait for the price to test the zone for a potential long entry. TF : 30min Entry : $0.7619 Target : $0.8660 SL : $0.7136
Hashtags
@proanalysistrader · Post #27988 · 05.10.2024 г., 16:42
#YGG/USDT analysis : #YGG is currently finding support above the support zone. The price is expected to test this zone and sustain its bullish momentum to reach the previous swing high. TF : 4h Entry : $0.4209 Target : $0.5362 SL : $0.3731
Hashtags
@americancryptotrading · Post #27133 · 26.01.2025 г., 17:46
🇺🇸#YGG/USDT has retested the s/rzone on the weekly timeframe🧐 Bullish priority on a bounce🚀 American Crypto©
Hashtags
@cryptocurreniesbtc · Post #22509 · 16.01.2024 г., 13:08
#YGG/USDT (Futures LONG) 🐋 Entry - CMP 0.553 - 0.52 Stoploss - 0.5 Targets - 0.58 - 0.61 - 0.65 - 0.7 - 0.8 Cross X10 - X50
Hashtags
@coinlegs · Post #10073 · 11.03.2024 г., 20:35
#YGG stop loss candle close (1H)
Hashtags
@coinlegs · Post #9728 · 15.01.2024 г., 22:45
#YGG shorted at 0.5744
Hashtags