@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 #205 · 22 јан.
Как работает функция reload()? Эта функция нужна для того, чтобы перезагрузить изменившийся код из py-файла без рестарта интерпретатора. Дело в том, что любой импортированный модуль при повторном импорте не будет перечитывать файл. Функция импорта вернёт уже загруженный в память объект модуля. Чтобы обновить код, нужно либо перезапустить всю программу, либо использовать функцию reload() from importlib import reload reload(my_module) 🔸 Функция reload() принимает в качестве аргумента только объект модуля или пакета. Она не может перезагрузить класс или функцию. Только весь файл целиком! 🔸 Перезагрузка пакета перезагрузит только его файл __init__.py, если он есть. Но не вложенные модули. 🔸Она не может перезагрузить ранее не импортированный модуль. 🔸При вызове функция reload() перечитывает и перекомпилирует код в файле, создавая новые объекты. После создания новых объектов перезаписывается ранее созданный неймспейс этого модуля. Это значит, что если где-то этот модуль импортирован через import и обращение к атрибутам происходит через неймспейс (имя) модуля, то такие атрибуты обновятся. Если какие-либо объекты из этого модуля импортированы через from то они будут ссылаться на старые объекты. Напишем простой модуль # mymodule.py x = 1 Теперь импортируем модуль и отдельно переменную х из модуля >>> import mymodule >>> from mymodule import x >>> print(mymodule.x) 1 >>> print(x) 1 Не перезапуская интерпретатор вносим изменения в модуль # mymodule.py x = 2 Делаем перезагрузку модуля и проверяем х ещё раз >>> reload(mymodule) >>> print(mymodule.x) 2 >>> print(x) 1 То же самое будет если присвоить любой объект переменной (даже словарь или список) Повторный импорт обновляет значение >>> from mymodule import x >>> print(x) 2 🔸Созданные инстансы классов не обновятся после перезагрузки модуля. Их придётся пересоздать. #tricks#basic
Пребарај: #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