Stock Strength Index by zdmreThe basic idea behind indicators is "to buy the strong one and to sell the weak one". This indicator yield entry and exit signals for stock trading.
You can view the STRENGTH INDEX for the symbol you want in this indicator.
Formula
(X - ((RMA(t-1) * (n-1)) + X(t)) / n) / X * 100
n = The length of the Moving Average (defval = 200)
X = Price
t = Timeframe
#DYOR
Stocksignals
VIX Reversal Scalper by Trend Friend - Stocks OnlyVIX REVERSAL SCALPER BY TREND FRIEND - STOCKS ONLY
This indicator is built for scalping, but can be used for swing trades by adjusting the signal settings to a higher number.
This indicator is meant for stocks with a lot of price action and volatility, so for best results, use it on charts that move similar to the S&P 500 or other similar charts.
This indicator uses real time data from the stock market overall, so it should only be used on stocks and will only give a few signals during after hours. It does work ok for crypto, but will not give signals when the US stock market is closed.
**HOW TO USE**
When the VIX Volatility Index trend changes direction, it will give a bull or bear signal on the chart depending on which way the VIX is now trending. Follow these when price is near support/resistance or fibonacci levels.
For more signals with earlier entries, go into settings and reduce the number. 10-100 is best for scalping. For less signals with later entries, change the number to a higher value. Use 100-500 for swing trades. Can go higher for long swing trades.
***MARKETS***
This indicator should only be used on the US stock markets as signals are given based on the VIX volatility index which measures volatility of the US Stock Markets.
***TIMEFRAMES***
This indicator works on all time frames.
**NOTE**
Repainting does happen but it is seldom. If I get enough requests to remove repainting I will, but since it is built for early entries, preventing it from repainting will make the signals show up later than normal.
Due to various factors, this indicator might not give exit signals every time it should, so be sure to watch the price action for entries/exits and don't rely solely on this indicator.
**INVERSE CHARTS**
If you are using this on an inverse ETF and the signals are showing backwards, please comment with what chart it is and I will configure the indicator to give the correct signals. I have included over 50 inverse ETFs into the code to show the correct signals on inverse charts, but I'm sure there are some that I have missed so feel free to let me know and I will update the script with the requested tickers.
***TIPS***
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are our Auto Fibonacci, Directional Movement Index, Volume Profile, Auto Support And Resistance and Money Flow Index in combination with this Vix Reversal Scalper. They all have real time Bullish and Bearish labels as well so you can immediately understand each indicator's trend.
Dump AlertsNYSE:BRK.B
By popular demand: An inverted version of my first indicator Pump Alerts in Pine Script with two alert conditions for trading bots and automated stock trading setups.
It's originally based on "Pump Catcher" by @joepegler
I modified some parts, hopefully improved the usability and enabled alerts, so you can use it to trigger bots like 3commas via webhooks or stock brokers partnering with TradingView.
Dump Alerts 📉 attempts to detect moments of abnormal and accelerating increase in volume concurrent with falling prices AKA "dumps". Small and big dumps.
I recommend trying different timeframes and tinkering with the lookback period as well as both threshold values.
Other than that it's pretty self-explanatory and beginner-friendly.
Free and Open Source. Let me know how you use it!
Buffett Indicator [Bitcoin Machine]This is the Warren Buffett Indicator, the total market cap relative to the US gross domestic product (GDP). It is also called "Market Cap to GDP Indicator". For the market cap typically the Wilshire 5000 total market cap is used, which is representing the value of all stocks traded in the United States. Tradingview just provides the Wilshire W4500. We can calculate the W5000 by adding the S&P500 to the W4500.
Market Cap to GDP is a long-term valuation indicator and as pointed by Warren Buffett, the indicator is “probably the best single measure of where valuations stand at any given moment.” It used as a broad way of assessing whether the country’s stock market is overvalued or undervalued, compared to a historical average.
Remark: The Wilshire W4500 and the S&P500 are indices and denoted in "index points" (not USD). The Original Buffett Indicator is using market cap in US-Dollar. So the right scale of the indicator is different to the original one.
Candlesticks ANN for Stock Markets TF : 1WHello, this script consists of training candlesticks with Artificial Neural Networks (ANN).
In addition to the first series, candlesticks' bodies and wicks were also introduced as training inputs.
The inputs are individually trained to find the relationship between the subsequent historical value of all candlestick values 1.(High,Low,Close,Open)
The outputs are adapted to the current values with a simple forecast code.
Once the OHLC value is found, the exponential moving averages of 5 and 20 periods are used.
Reminder : OHLC = (Open + High + Close + Low ) / 4
First version :
Script is designed for S&P 500 Indices,Funds,ETFs, especially S&P 500 Stocks,and for all liquid Stocks all around the World.
NOTE: This script is only suitable for 1W time-frame for Stocks.
The average training error rates are less than 5 per thousand for each candlestick variable. (Average Error < 0.005 )
I've just finished it and haven't tested it in detail.
So let's use it carefully as a supporter.
Best regards !