The "Fear/Greed Zone Reversals " indicator is a custom technical analysis tool designed for TradingView, aimed at identifying potential reversal points in the market based on sentiment zones characterized by fear and greed. This indicator utilizes a combination of moving averages, standard deviations, and price action to detect when the market transitions from...
This is my own Twist on Larry Connors Simple Tradingideas. It Combines the RSI, Averaging In and the Lowest Bars in a Single System. The current Configuration is designed for the Daily Timeframe. Feel free to play with the Parameters and keep in mind that Larry Intended to buy fear and sell the greed! The Rules are the following: ---Buy--- Buy, if the lowest...
The Levels Of Greed indicator is based on the same idea as the Levels Of Fear one and was suggested by several traders in the comment section. It helps analyze price advances to find the best levels for closing a long position in an asset after a quick surge or longer up-trend. In finance, volatility is a term that describes the degree of variation of an asset...
The Levels Of Greed indicator is based on the same idea as the Levels Of Fear one and was suggested by several traders in the comment section. It helps analyze price advances to find the best levels for closing a long position in an asset after a quick surge or longer up-trend. In finance, volatility is a term that describes the degree of variation of an asset...
This script uses all of the sub-components of my 'Fear and Greed Index' which can be used on intraday timeframes. Most of the components of this script are based on the popular fear and greed index website and are briefly described in the code comments. Several of the subcomponents have been recalculated to use RSIs instead of being compared to moving averages,...
This colours the candlesticks based on my 'Fear and Greed Index'. All calculations are explained in the code. The index is mainly based upon the components of the popular fear and greed index website. I've annotated the components in the code for you to look at. If you're interested, you can replace the final variable 'Total' (within the 'barcolor' function at...
I couldn't find one based on the original, so I made my own, it's not quite identical, but it does the job. Red = greed Green = fear I updated a lot of the subcomponents and fixed a bug. I've reduced the smoothing to 1, it was previously 5 if you prefer smoother signals. Also added a McClellan oscillator. I've commented out the plotting of individual...
BINANCE:BTCUSDTPERP Hello The crypto index, which is currently only for Bitcoin, captures bearish and bullish trends by gauging investor sentiment for the coin. As the name suggests, the market trend is identified based on two emotions – fear and greed. This configurations are set for 1D BTC charts This is simple script, based on cheatcountry script Enjoy ;)
A simple grid long strategy. The first entry into the transaction is carried out according to the "double bottom" pattern, then when the average entry price decreases by a certain percentage, the position is completed. Dobor is always carried out for the same amount of funds. Take profit with an increase in the average entry price for a given volume
This script allows you to determine the leverage required to enter one position based on the set entry price, the price of the expected take profit, stop loss and risk per transaction. It also allows you to schedule this transaction for 5 possible transactions, with different shoulders and a martingale coefficient for each subsequent gain at the same risk,...
A more simplified view of a Fear & Greed index. This script has been made public because it uses Trading Psychology - Fear & Greed Index by DGT as the basis/inspiration for it. I've re-imagined the visuals in order to display F&G data differently to the more traditional versions of the indicator floating around, as well as adapting it's calculations and...
"Be fearful when others are greedy, and greedy when others are fearful" - Warren Buffett. Greedzone is a contrarian indicator that gives us an indication when greed begins to take over in the market. Traders should be prepared for increased volatility and good trading opportunities. The Greedzone is visualized with green candlesticks above the price. HOW TO...
The Fear And Greed Indicator is a very popular indicator on the Bloomberg platform and since I didn't have actual source code to work with, this is a very close approximation of that indicator. Let me know if you spot any discrepancies with the original and I will do my best to fix them. For buy and sell signals it is pretty straightforward. Just buy when the...
This is an attempt to mimic the CNN Money "Fear & Greed Index": money.cnn.com It's far from perfect, because the exact numbers can be a bit far off. Still, the highs and lows are quite on target. Alas, CNN does not give away too much information on how the index is calculated. Feedback is most welcome.