May 1, 2026

Capitalizations Index – B ∞/21M

Bitcoin Greed At Resistance, Top Near?

Bitcoin greed at resistance, top near?

Bitcoin Greed At Resistance, Top Near?

Bitcoin greed at resistance, top near?

bitcoin is at resistance on the Fear and Greed index.

There are many indicators which point to bitcoin being overbought right now. There are also moving averages that will be applying downward pressure.

On top of that, there are many examples and charts comparing 2015 to 2019, and a pivot at this level would be both expected and healthy as we gear up for the next bull run.

However, for the purpose of this chart, I wanted to cut through all the clutter and focus only on price movement as it relates to the Crypto Fear and Greed index.

You can see the chart for the index here… BITCOIN FEAR AND GREED

On this chart, the green vertical lines represent a high of fear…the red vertical lines represent a high of greed. To be more clear, the green lines are numbered on both charts to easily see the rotations.

It is said that 90% of traders lose money, so these levels are helpful in judging sentiment, and when emotions are at an extreme one way or the other, it is often a signal to look to go against the crowd. Look to Buy when there is fear, Sell when there is greed.

This is not just trading, but life in general. Remember that a stock or crypto chart is literally only a story about human sentiment and emotion. Nothing is ever 100% predictable 100% of the time, but there is a reason that similar patterns emerge over many different markets, and it is because the same human emotion is being displayed in the different markets.

To the present time, and the present chart, the Crypto Greed is at a resistance. It would sure make sense for a pivot here at the $5,300 level and see the next high in fear bring bitcoin under $4,400.

Does it have to happen? Of course not. Nothing is 100% as was stated earlier. However, chances are fairly high that the top is near, and it would be risky to go long when most humans are being greedy. Hope this was of use to you.

I got the data from alternative.me/crypto and originally got it from Steve at Crypto Crew Youtube Channel.

If I don’t check in before then, have a Blessed Resurrection and Easter season.

-Travis
JMJ – UIOGD

Published at Mon, 08 Apr 2019 06:52:53 +0000

Previous Article

Ethereum Price Analysis: Is ETH Carving a Path to $200?

Next Article

Ethereum Leads Crypto Markets to New 2019 High of $185 Billion

You might be interested in …

わかるPlasma MVP – Junki Yuasa –

わかるPlasma MVP – Junki Yuasa – こんにちは!この記事はEthereum初心者がPlasma MVPを通じてPlasmaを理解するためのものです。Ethereumについて最低限の知識がある方ならわかる内容になっていると思います。 はじめに Plasmaはスケーラブルなアプリケーションを構築するためのスマートコントラクト実行フレームワークです。「Plasma」という単一のプロジェクトはありません。Plasmaは概念であり、Plasma MVPやPlasma Chamberはその概念にそって設計されたものです。 Plasmaを理解するのにとてもいい記事があります。 なぜPlasmaが必要か ブロックチェーンでは単純な支払いを処理するために1秒間で数千トランザクションを処理することが求められています。しかし、現在Ethereumでは最大で毎秒20~30のトランザクションしか処理できません。これは「スケーラビリティ」問題と呼ばれます。 開発者たちはこの問題を解決するために様々な角度から取り組んでいます。ブロックチェーン自体をアップグレードすることでよりチェーンをスケーラブルにしようとする取り組みである「レイヤー1」スケーリングと元のブロックチェーンは変更せず新しいレイヤーを追加する「レイヤー2」スケーリングがあります。 「レイヤー2」スケーリングにおいてAからBへの送金を考えましょう。Aはアセットを元のチェーンにロックし、その資金を2番目のチェーンに「作成」します。そして2番目のチェーン上でAからBへのアセットの移動を行います。Bが資金を取り出す時はサイドチェーンのアセットを「破壊」して元のチェーンのロックを解除します。それが「サイドチェーン」の考え方です。 サイドチェーンで処理をすることで高速かつ低い手数料が実現できます。その一方、サイドチェーンでそれらのアセットを作成することを「合意」しなければならないのでそこにはコンセンサスアルゴリズムが必要になります。このコンセンサスアルゴリズムが正しく機能すれば資産は安全ですが、失敗すると資産は奪われてしまいます。 そこでPlasmaの登場です。Plasmaチェーンはコンセンサスアルゴリズムが正しく機能しなくても資産の安全性を保証します。なぜ安全性を保証できるのかを単純なUTXOベースのPlasmaチェーン用の設計であるPlasma MVPの仕組みにそってみていきましょう。 Plasma MVPの仕組み デポジット まずユーザーがEthreumのスマートコントラクトにETHを入金すると、単一のトランザクションのみを含むブロックがPlasmaチェーン上に作成されます。このトランザクションは、預金額と等しい価値で預金者のための新しいアウトプットを作成します。これで取引の準備は完了です。 トランザクションの作成 ユーザーは作成されたアウトプットを使って新しいアウトプットを作ることで、Plasmaチェーンで取引ができます。ユーザーはトランザクションを作る際に署名を行います。この取引はその後オペレーターと呼ばれる人に送信されます。オペレータは十分なトランザクションを受け取ると、このブロックのマークルルートをEthreumチェーンに送信します。マークルルートがなんなのかは以下でみていきます。 マークルルート マークルルートを理解するためにブロックチェーンにおいて使用されるマークルツリーというデータ構造を知っておく必要があります。マークルツリーを使用するとハッシュ関数を用いてたくさんのデータセットを一定のデータ長に要約できます。これがマークルルートです。それに加えて特定のデータがセットに含まれていることを証明できます。 全てのトランザクションはマークルツリーの形で構成されており、オペレーターはこのマークルツリーのマークルルートをEthereumチェーンに送信します。マークルルートのみをルートチェーンに記録するので効率的です。 Exitを始める ユーザーはPlasmaチェーンから資金を回収したい時はEthereumチェーンでExitトランザクションを送信します。MVPでは資金はUTXOとして示されるので資金の出口は特定のアウトプットを示す必要があります。アウトプットの所有者しか取り出せないようにするためユーザーはマークルツリーにおけるトランザクションの証明とともに資金の出口を送信します。コントラクトはこのトランザクションがブロックに含まれていることとアウトプットが持ち主のものであることの確認をします。 Challenge期間 上のことを確認してもユーザーはすでに使用されているアウトプットを引き出すということができてしまいます。アウトプットが未使用であることを確認するためにChallenge期間を設けます。それはアウトプットが使われていることを証明することで異議申し立てをできる期間です。 Exitの優先度 ここでオペレーターが無効なトランザクションを作成して引き出しをすることなどができてしまいます。 […]