@degenpump_crypto_pump_signals · Post #504708 · 14.05.2026 г., 05:52
#BAND/USDT Take-Profit target 1 ✅ Profit: 18.008% 📈 Period: 1 hr 44 min ⏰
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #32 · 7 фев.
Скорее всего уже слышали, что складывать строки через + это плохая практика. Падение производительности, и всё такое. Без лишних слов, давайте измерять: from timeit import timeit def t1(): # складываем 10 строк через + из переменной t = 'text' for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t2(): # склеиваем список строк через метод join arr = ['text'] * 10 for _ in range(1000): s = ''.join(arr) def t3(): # складываем через + но не из переменной а непосредственно инлайн объекты for _ in range(1000): s = 'text' + 'text' + 'text' + ... # всего 10 раз Теперь каждую строку склейки запустим по 10М раз >>> timeit(t1, number=10000) 0.21951690399964718 >>> timeit(t2, number=10000) 1.4978306379998685 >>> timeit(t3, number=10000) 0.2213820789993406 Хм, а нам говорили что через "+" это плохо и медленно ))) 😁 Тут стоит учитывать, что речь идёт о склейке множества длинных строк. Давайте изменим условия: def t4(): t = 'text'*100 for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t5(): arr = ['text'*100] * 10 for _ in range(1000): s = ''.join(arr) def t6(): for _ in range(1000): s = 'text'*100 + 'text'*100 + ... # всего 10 раз >>> timeit(t4, number=10000) 12.795130728000004 >>> timeit(t5, number=10000) 2.642637542999182 >>> timeit(t6, number=10000) 0.2184546610005782 Вот, уже другой разговор, сразу видна разница, в среднем в 6 раз. Но погодите, почему последний тест t6() по скорости такой же как и t3()? Ведь строки теперь в 100 раз длиннее! Это вопросы оптимизации кода, какие простые изменения ускоряют или замедляют выполнение программы. Мы столкнулись с примером обхода обращения к переменной. Например, именно так работает директива #define в С++, во время компиляции подставляя значение переменной вместо ссылки на неё. В Python это тоже работает, но часто ли вы сможете встретить такой способ работы со строками? К сожалению, способ почти только теоретический. В целом, тесты показали то, что мы хотели. Делаем выводы самостоятельно. Полный листинг 🌍 #tricks
Пребарај: #band
@degenpump_crypto_pump_signals · Post #504708 · 14.05.2026 г., 05:52
#BAND/USDT Take-Profit target 1 ✅ Profit: 18.008% 📈 Period: 1 hr 44 min ⏰
Hashtags
@CoinSonar · Post #243780 · 17.04.2026 г., 17:07
#BAND | Volume spike (USDT PAIR) 318 times the average volume 110.09K USDT traded in 5 min └Selling vol: 72.65K USDT 🔴 Boost score: 1/10 24h Vol: 99.59K USDT (Binance) Price: 0.238 (-2.3% in 24h)
Hashtags
@CoinSonar · Post #243715 · 17.04.2026 г., 14:41
#BAND | Volume spike (USDT PAIR) 128 times the average volume 133.15K USDT traded in 15 min └Selling vol: 67.98K USDT 🔴 Boost score: 1/10 24h Vol: 99.59K USDT (Binance) Price: 0.245 (-2.3% in 24h)
Hashtags
@CoinSonar · Post #243615 · 17.04.2026 г., 11:26
#BAND | Volume spike (USDT PAIR) 128 times the average volume 132.92K USDT traded in 15 min └Buying vol: 80.65K USDT 🟢 Boost score: 3/10 24h Vol: 99.59K USDT (Binance) Price: 0.257 (-2.3% in 24h)
Hashtags
@CoinSonar · Post #243515 · 17.04.2026 г., 07:47
#BAND | Volume spike (USDT PAIR) 124 times the average volume 129.15K USDT traded in 15 min └Buying vol: 109.53K USDT 🟢 Boost score: 6/10 24h Vol: 99.59K USDT (Binance) Price: 0.246 (-2.3% in 24h)
Hashtags
@proanalysistrader · Post #28431 · 28.01.2025 г., 14:17
#BAND/USDT analysis : #BAND is in a downtrend. The price has broken down and retested the previous support levels. It is expected to resume its bearish direction from the current level and test lower levels. TF : 2H Entry : $1.168 Target : $1.068 SL : $1.238
Hashtags
@proanalysistrader · Post #28341 · 15.12.2024 г., 03:45
#BAND/USDT analysis : #BAND has successfully tested the 200 EMA and has bounced back. Currently, the price is retracing toward a key support zone. It is recommended to wait for the price to retest this support zone before considering a long entry. There is a strong expectation that the price will rally and aim to test previous highs. TF : 4H Entry : $1.756 Target : $2.326 SL : $1.470
Hashtags
@proanalysistrader · Post #28293 · 01.12.2024 г., 09:17
#BAND/USDT analysis : #BAND is in an uptrend, trading above the 200 EMA. The price has recently bounced back from the 200 EMA and a support zone, indicating a continuation of bullish momentum. It is expected that the price will test the previous swing high. TF : 15min Entry : $1.833 Target : $1.990 SL : $1.786
Hashtags
@proanalysistrader · Post #27782 · 02.08.2024 г., 05:32
#BAND/USDT analysis - #BAND is in a downtrend, trading below the 200 EMA. The price has retraced to the previous support, which is now acting as resistance, and is being rejected from there to continue its downward momentum. TF : 15min Entry : $1.332 Target : $1.252 SL : $1.380
Hashtags
@cryptocurreniesbtc · Post #21897 · 24.10.2023 г., 14:29
#BAND/USDT (Futures LONG) 🐋 Entry - CMP 1.4 - 1.35 Stoploss - 1.3 Targets - 1.5 - 1.6 - 1.7 - 1.9 - 2.1 Cross X10 - X50
Hashtags
@coinlegs · Post #9319 · 05.11.2023 г., 06:55
Failure Swing Detected for #BAND🧐 ✅EMA Confluence & Support ✅Trend Line Touch It may drop to the green order block and then rise for the first target.
Hashtags
@bullstar1 · Post #4445 · 22.08.2025 г., 14:55
COIN: $BAND/USDT (5-10x) Direction: LONG 📈 #BAND/USDT Take-Profit Target 5🎯 Profit : 44.12% with 10x Leverage (PREMIUM SIGNAL) Everyone else is just trying to survive… while our VIPs keep hitting big wins! 🔥👇 t.me/BULLSTAR_ADMIN
Hashtags