Цена биткоина рискует упасть ещё сильнее, поскольку корреляция с Nasdaq становится односторонней: Wintermute

cryptonews.ruОпубліковано о 2025-08-12Востаннє оновлено о 2025-11-13

Биткоин демонстрирует признаки усталости, несмотря на то, что торгуется выше психологического уровня в 100 000 долларов.

Согласно отчёту маркет-мейкера Wintermute от 13 ноября, крупнейшая в мире криптовалюта сильнее реагирует на снижение индекса Nasdaq-100, чем на его рост. Это медвежий тренд, который указывает на усталость инвесторов, а не на эйфорию.

Биткоин отражает проблемы Nasdaq, а не его успехи

Wintermute отмечает, что корреляция биткоина с Nasdaq остаётся высокой и составляет около 0,8, но реакция биткоина на изменения фондового индекса изменилась. Когда акции падают, биткоин, как правило, падает сильнее. Когда акции растут, реакция биткоина сдержанная.

Эта закономерность, известная как «отрицательное искажение производительности», в последний раз наблюдалась во время медвежьего рынка 2022 года. Она часто указывает на истощение ресурсов на дне рынка, а не на силу на его вершинах. В отчёте выделены две основные причины такого сдвига.

Вам также может понравиться: Прогноз цены биткоина: затишье перед прорывом в $200 000?

Во-первых, институциональный и розничный капитал оттокнули от криптовалют, поскольку внимание инвесторов переключилось на акции технологических компаний с высокой капитализацией. Во-вторых, ликвидность криптовалют снизилась из-за замедления выпуска стейблкоинов, сокращения притока средств в биржевые фонды и недостаточной глубины рынка.

Когда акции падают в цене, эти факторы усиливают нисходящие движения, делая биткоин более чувствительным к негативным новостям, чем к позитивным.

Несмотря на это, биткоин показал себя лучше, чем ожидалось. Он упал менее чем на 20 % по сравнению с пиковым значением, что свидетельствует о сохраняющейся уверенности в долгосрочной устойчивости актива, несмотря на сдержанные настроения.

Технический прогноз цены биткоина

Биткоин торгуется по цене 103 615 долларов США при умеренной активности покупателей. Цифровой актив находится ниже средней линии полос Боллинджера, что указывает на осторожные настроения на рынке. Большинство скользящих средних указывают на небольшой медвежий уклон, но индекс относительной силы, близкий к 43, показывает нейтральный импульс.

Цена биткоина рискует упасть ещё сильнее, поскольку корреляция с Nasdaq становится односторонней: Wintermute — 1
Дневной график биткоина. Источник: crypto.news

Индикаторы импульса дают неоднозначные сигналы. Хотя MACD указывает на давление со стороны продавцов, индикатор Momentum (10) подает сигнал на покупку, что указывает на возможность кратковременного отскока в случае стабилизации общего настроения.

Краткосрочное сопротивление находится на уровне 107 000 долларов, обозначенном 20-дневной простой скользящей средней, а поддержка — вблизи нижней полосы Боллинджера на уровне 98 000 долларов. Сильное закрытие выше 107 000 долларов может открыть путь к отметке 110 000 долларов, но если цена не удержится на уровне 100 000 долларов, это может привести к более существенной коррекции.

Пов'язані матеріали

Programmers Around the World Are Giving Money Away to Anthropic for Free, and the Company Finally Can't Stand It Anymore

Anthropic's recent blog post urges developers using Claude Code to stop wasting money on tokens. The core issue is inefficient usage that inflates costs, often unbeknownst to users. The article outlines six key optimization strategies: 1) Use `/clear` after completing a task to prevent irrelevant previous context from bloating future interactions. 2) Set the model and reasoning effort level at the start of a session; changing them mid-conversation invalidates the prompt cache, forcing a full-price recomputation of the entire history. 3) Attach files with `@` instead of typing paths manually to avoid unnecessary tool calls and exploratory file reads that add to the context. 4) Add quiet flags to noisy commands (e.g., in `CLAUDE.md`) to minimize lengthy output that fills the context window. 5) Use `/compact` before a break while the cache is still hot, as it costs only one-tenth of compressing after the cache expires. 6) Offload large-output tasks to sub-agents, which run in isolated contexts and only return conclusions, keeping the main conversation lean. The cost structure is explained: output tokens are 5x more expensive than input tokens due to serial "decoding." Pricing depends on the model (Opus, Sonnet, Haiku) and reasoning effort level. The most powerful cost-saving tool is the **prompt cache**, which allows reusing previously computed prefixes at 10% of the input cost. However, the cache is fragile and invalidated by switching models, changing effort levels, toggling Fast mode, using `/compact`, session timeout, or resuming old sessions. A critical problem is **context bloat (O(n²) growth)**, where each interaction accumulates files read and command outputs, making every subsequent round more expensive. Strategies to combat this include using `@` for files, quiet flags for commands, employing sub-agents, and using `/clear` or `/compact`. The `/rewind` command is also noted for trimming recent off-track turns without breaking the cache. The post frames efficient token management as a new essential skill for developers in the AI era, crucial for maximizing productivity within a budget.

marsbit1 хв тому

Programmers Around the World Are Giving Money Away to Anthropic for Free, and the Company Finally Can't Stand It Anymore

marsbit1 хв тому

OpenAI Accelerates at a Blazing 16x Speed, GPT-5.6 Multi-Agent V2 Goes Live, 741-Round Monster Conversation Opens in 1 Second

OpenAI has unveiled a pair of major performance and capability upgrades for ChatGPT and its underlying systems, delivering dramatic speed improvements and launching a new multi-agent architecture. The first breakthrough is a massive front-end optimization for handling extremely long conversations. Using a test case of a 741-round "monster" conversation (231MB in size), OpenAI achieved: * Application load speed increased by 94% (from 27.62 seconds down to 1.66 seconds). * Memory growth reduced by 87.8%. * Overall memory usage cut by 41.2%. * Network requests dropped by 98.2% (from 894 to 16). * Session items loaded decreased by 99.6% (from 15,529 to 64). This overhaul means lengthy chat histories and complex, tool-heavy Codex sessions will load significantly faster and with much lower memory overhead. Simultaneously, OpenAI has fully launched the "Multi-Agent v2" system for GPT-5.6. This architecture allows a primary "Agent" to automatically break down complex tasks and delegate subtasks to different specialized models—such as GPT-5.6 Sol (for complex coding), Terra (daily programming), Luna (fastest/cheapest), and Daybreak (cybersecurity)—each with configurable reasoning strength. The goal, as stated by OpenAI president Greg Brockman, is to move "towards saying goodbye to manually picking models." This intelligent distribution allows costly, powerful models to be reserved for only the most complex steps (~20% of a task), dramatically reducing inference costs and accelerating ChatGPT's evolution from a chat tool into an automated workflow platform. Together, these updates tackle the twin user pain points of "waiting" (slow load times) and "choosing" (manual model selection), paving the way for a seamless, high-performance AI assistant capable of managing extensive, automated tasks.

marsbit2 хв тому

OpenAI Accelerates at a Blazing 16x Speed, GPT-5.6 Multi-Agent V2 Goes Live, 741-Round Monster Conversation Opens in 1 Second

marsbit2 хв тому

Morgan Stanley Research Report Analysis: The Absence of Long-Term Agreements for Traditional Memory May Not Be Bad; DDR4 and SLC NAND Are in the Strongest Price Increase Cycle

Morgan Stanley's report on August 14, 2026, highlights a strong price upcycle in traditional memory chips, arguing that the absence of Long-Term Agreements (LTAs) is advantageous. The report focuses on three products where fundamentals are improving due to a widening supply-demand gap and increased pricing power: DDR4, SLC NAND, and NOR Flash. For DDR4, price hikes are forecasted at 50% in Q3 2026 and over 10% in Q4, driven by broad demand and accelerated supply exit. The lack of LTAs allows vendors to fully capture spot price gains. SLC NAND is identified as the highest-conviction call, with prices expected to surge over 50% in both Q3 and Q4 2026, supported by severe capacity constraints and demand migration from MLC. Supply tightness is projected to last into 2027. NOR Flash prices are also expected to rise further in Q4 2026, with momentum potentially extending into H1 2027, supported by industrial, automotive, and AI server demand. Morgan Stanley has raised earnings estimates for several companies, with AP Memory as the top pick, followed by GigaDevice, Macronix, Winbond, Powerchip, and Nanya Tech. The core thesis is that without LTAs, traditional memory suppliers have greater pricing flexibility to benefit from the current upcycle, which for DDR4 will last through H2 2026, and for SLC NAND and NOR Flash, potentially into H1 2027.

marsbit21 хв тому

Morgan Stanley Research Report Analysis: The Absence of Long-Term Agreements for Traditional Memory May Not Be Bad; DDR4 and SLC NAND Are in the Strongest Price Increase Cycle

marsbit21 хв тому

Торгівля

Спот
活动图片