@thekingfisher_btc · Post #4409 · 21.04.2026 г., 16:32
#GEX🐟 From: @thekingfisher_liqmap_bot $BTC GEX+ is currently slightly positive but watch out for any downside, it could get slippery and dip pretty deep if a down move getsnstarted...
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #401 · 15 дек.
Функция asyncio.wait() это еще один способ вызвать множество асинхронных задач. Она работает в нескольких режимах. 1. Самый простой - ждем завершения всех задач async def main(): tasks = [asyncio.create_task(do_it(i)) for i in range(10)] done, pending = await asyncio.wait( tasks, return_when=asyncio.ALL_COMPLETED ) for task in done: try: print(task.result()) except Exception as e: print(e) Очень похоже на gather, но работает не так. ▫️возвращает не результаты, а два сета с объектами Task у которых можно забрать результат через task.result() если они в списке done ▫️не гарантирует порядок результатов так как оба объекта это set ▫️не выбрасывает исключение когда оно появляется, а сохраняет его в Task. Исключение появится когда попробуете забрать резултьтат. 2. Ждем завершения первой задачи, даже если там ошибка. async def main(): tasks = [asyncio.create_task(do_it(i)) for i in range(3)] done, pending = await asyncio.wait( tasks, return_when=asyncio.FIRST_COMPLETED ) # в done может быть несколько задач! for task in done: try: print(task.result()) except Exception as e: print(f"Fail: {e}") # Оставшиеся задачи в pending, как правило, нужно отменить, иначе они будут продолжать работать for task in pending: task.cancel() В сете done будут таски которые успели завершится, причем как успешно так и нет. 3. До первой ошибки. Тоже самое, но с аргументом FIRST_EXCEPTION done, pending = await asyncio.wait( tasks, return_when=asyncio.FIRST_EXCEPTION ) Функция завершается как только первая задача упадет с ошибкой. Учтите, что в любом случае done вы можете обранужить несколько задач, как с ошибками так и успешные. ↗️ Полный листинг примеров здесь #async
Hashtags
Пребарај: #gex
@thekingfisher_btc · Post #4409 · 21.04.2026 г., 16:32
#GEX🐟 From: @thekingfisher_liqmap_bot $BTC GEX+ is currently slightly positive but watch out for any downside, it could get slippery and dip pretty deep if a down move getsnstarted...
Hashtags
@thekingfisher_btc · Post #4408 · 18.04.2026 г., 17:44
#GEX🐟 From: @thekingfisher_liqmap_bot $BTC options dealers are looking fairly well hedged eight now, but expect slippery upside/downside 🔥 Watch the GEX+ On thekingfisher only 🎣
Hashtags
@thekingfisher_btc · Post #4405 · 14.04.2026 г., 10:15
#GEX🐟 From: @thekingfisher_liqmap_bot Be ready for any downside on $BTC Not saying it WILL happen, but too likely to happen to have a 20x long liquidation price on the table 👀 If you want to long, there's better risk-reward in waiting for local pullbacks
Hashtags
@thekingfisher_btc · Post #4388 · 07.04.2026 г., 11:30
#GEX🐟 From: @thekingfisher_liqmap_bot $ETH options dealers are currently fairly hedged with a neutral market impact, for now Waiting for the gex+ to flip for further positioning 🎣
Hashtags
@thekingfisher_btc · Post #4387 · 05.04.2026 г., 08:47
#GEX🐟 From: @thekingfisher_liqmap_bot $ETH GEX shows negative gamma around 2227. Dealers short convexity here. Fuel for volatility if we push. Monitoring the situation… Explosive upside if we reach it 🔥️️️️️️
Hashtags
@thekingfisher_btc · Post #4371 · 25.03.2026 г., 18:38
#GEX🐟 From: @thekingfisher_liqmap_bot $BTC GEX neutral at 70.9k. Dealers not heavily skewed. Means less hedging pressure if we chop around here. Fuel for volatility if we break.
Hashtags
@thekingfisher_btc · Post #4368 · 20.03.2026 г., 15:17
#GEX🐟 From: @thekingfisher_liqmap_bot Options dealers are saying, we buy $BTC for every $ down We sell for every $ up Conclusion, they'll be a price stabilizing force that's fading liqs territory 🎣
Hashtags
@thekingfisher_btc · Post #4363 · 14.03.2026 г., 01:56
#GEX🐟 From: @thekingfisher_liqmap_bot $ETH dealer delta negative around 2091. Suggests dealers are short gamma there. Fuel for volatility if that level triggers. Could see a snap.
Hashtags
@thekingfisher_btc · Post #4352 · 08.03.2026 г., 13:10
#GEX🐟 From: @thekingfisher_liqmap_bot Be careful of potentially slippery downside on $BTC
Hashtags
@thekingfisher_btc · Post #4346 · 04.03.2026 г., 09:32
#GEX🐟 From: @thekingfisher_liqmap_bot $BTC Dealer short gamma exposure is notable. Any sustained move could get amplified quickly. Fuel for volatility.
Hashtags
@thekingfisher_btc · Post #4344 · 03.03.2026 г., 10:27
#GEX🐟 From: @thekingfisher_liqmap_bot $ETH GEX+ showing positive numbers right now Increased volatility would certainly lead to more negative numbers, leading to further volatility Hawkes process when you got us… For now, tempered volaility, keep an eye on the gex+ 🔥️️️️
Hashtags
@thekingfisher_btc · Post #4335 · 20.02.2026 г., 10:08
#GEX🐟 From: @thekingfisher_liqmap_bot $ETH option dealers fairly hedged and neutral right now, a first in a while We’re watching carefuly for their next move 👀️️️️️️
Hashtags