Dogecoin reclaims $0.10 as speculative demand heats up – Can DOGE hold?

ambcryptoPubblicato 2026-02-27Pubblicato ultima volta 2026-02-27

Introduzione

Dogecoin (DOGE) briefly reclaimed the $0.10 level, reaching a high of $0.106 before retracing to $0.099, a 7.43% daily increase. Spot and derivatives volume surged over 72% to $3.36 billion, indicating renewed speculative interest. Open interest also rose, suggesting fresh long positioning. Market data showed a bullish bias among top traders, with elevated long/short ratios on major exchanges. However, momentum indicators like the RSI and RVGI, along with a negative delta in buy/sell volume, point to significant selling pressure. The price action reflects a battle between bulls and bears. Sustained demand could push DOGE toward $0.11, but if selling persists, it may drop to $0.093.

Dogecoin rebounded with the broader crypto market and briefly reclaimed $0.10. The memecoin reached a local high near $0.106 before pulling back.

At press time, DOGE traded at $0.099, up 7.43% on the daily chart. Spot Volume rose 72.42% to $3.36B, reflecting renewed speculative participation.

Derivatives heat up

Futures activity strengthened alongside the price.

CoinGlass data showed Derivatives Volume climbed 72.42% to $3.36B. Open Interest rose 7.05% to $1.05B.

Options Volume surged 89.61%, while Options Open Interest dropped 48.68% to $126.08K.

That move aligned with expanding leveraged exposure.

When Open Interest and Volume rise together, it typically signals fresh positioning rather than position closures. However, direction depends on positioning bias.

Long/Short data showed mild bullish dominance. The 24-hour Long/Short Ratio stood at 1.0182.

On Binance, the Long/Short Ratio read 1.9833. OKX accounts showed 2.63. Binance Top Trader Long/Short reached 2.4364, while Positions stood at 1.6772.

That skew suggested aggressive long exposure among top traders.

Even so, rising leverage alone does not confirm continuation.

Can DOGE hold above $0.1?

Dogecoin [DOGE] jumped above $0.1 and retraced back towards $0.09 as speculative demand slowed while profit takers entered the market.

With the price hike, the memecoin flipped the Relative Strength Index (RSI) bearish threshold level at $0.10343 before the pullback.

This showed that, although buyers entered the market, demand remained insufficient to push DOGE above a bullish threshold.

Additionally, the memecoin’s Relative Vigour Index (RVGI) made a bullish crossover, rising to -0.09. This momentum indicator remained in negative territory despite a bullish move, further validating the presence of sellers in the market.

In fact, after DOGE rebounded, the memecoin’s Sell Volume rose to 256 million compared to 244 million in buy volume.

As a result, the memecoin recorded a negative delta of -12 million, a clear sign of increased selling pressure.

Such market conditions showed a market at a crossroads, with bulls and bears actively fighting for market control. Thus, the next move depends on which side displaces the other.

If the demand recently witnessed holds and turns sustainable, DOGE will flip the bearish threshold again and target $0.11. Setting the ground for a possible jump towards the bullish threshold at $0.14.

However, if sellers continue to exert downside pressure, making demand insignificant, DOGE will drop to the Oversold Rebound level at $0.093.


Final Summary

  • Dogecoin [DOGE] reclaimed $0.10 briefly, hitting $0.106 before retracing to $0.099.
  • Derivatives Volume jumped 72.42% to $3.36B, while Open Interest rose 7.05% to $1.05B.

Domande pertinenti

QWhat was Dogecoin's price at the time of writing and what was its daily percentage increase?

AAt press time, DOGE traded at $0.099, up 7.43% on the daily chart.

QWhat did the simultaneous rise in Open Interest and Volume typically signal for the market?

AWhen Open Interest and Volume rise together, it typically signals fresh positioning rather than position closures.

QWhat key bearish threshold did Dogecoin briefly flip before pulling back?

ADogecoin flipped the Relative Strength Index (RSI) bearish threshold level at $0.10343 before the pullback.

QWhat does a negative delta of -12 million in the order book indicate for DOGE?

AA negative delta of -12 million is a clear sign of increased selling pressure, as sell volume (256M) exceeded buy volume (244M).

QWhat are the two potential price targets mentioned for DOGE depending on market demand?

AIf demand holds, DOGE could target $0.11 and potentially $0.14. If selling pressure continues, it could drop to the Oversold Rebound level at $0.093.

Letture associate

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报12 min fa

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报12 min fa

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit1 h fa

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit1 h fa

Trading

Spot
活动图片