This script displays the percentage of movement of all candles on the chart, as well as identifying abnormal movements to which you can attach alerts. An abnormal movement is considered a rise or fall that exceeds the parameter set in the settings (by default, 1% per 1 bar). Added a function to display the volume on abnormal candlesticks.
🔥 Cryptos Pump Hunter captured high volatility symbols in real-time, Up to 40 symbols can be monitored at same time. Help you find the most profitable symbol with excellent visualization. 🔥 Indicator Design logic 🎯 The core pump/dump logic is quite simple 1. calc past bars highest and lowest High price, get movement by this formula " movement = (highest...
This indicator is based on Smart Money MCDX (Pine editor @v4) Indicator built for cryptocurrencies. Best for day trading. The coin seems overbought but still pump? Check this indicator This indicator help you see when institutional buyer enter/exit trade and is a good combination with RSI + Stochastic RSI . This indicator focus on buying activity by big...
John Ehler's MESA Stochastic uses super smoothing to give solid signals. This indicator uses the same rules as every other Stochastic indicator so it would be worth looking into if you are not already familiar with reading a Stochastic. There are 4 different lengths displayed to give traders an edge on reading the market. This is a great tool to analyze waves and...
This indicator reads the charts as frequency because the charts are just waves after all. This is an excellent tool for finding "Booms" and detecting dumps. Booms are found when all the frequencies pull under the red 20 line. Dumps are detected when all the lines drag themselves along the 20 line as seen is screenshots below. Below is another 2 examples of a...
Volume can be a very useful tool if used correctly. Relative volume is designed to filter out the noise and highlight anomalies assisting traders in tracking institutional movements. This tool can be used to identify stop loss hunters and organized dumps. It uses a variety of moving averages to hide usual activity and features an LSMA line to show trend. Trend...
This indicator displays volume as a pump wave. Can be useful for chart analysis and easy detection of anomalies/trends.
Every "boom" begins with a pullback... This indicator will help traders find bottoms and perfect entries into a pump. It combines two indicators, Dr. John Ehlers Early Onset Trend (EOT) and the infamous Stochastic RSI. The indicator features a built in dump and dip detector which usually picks up signals a few candles before it happens. The blue wave (EOT) shows...
This script uses the built in Technical Ratings indicator but interprets the data visually. It plots the results for "total", "MA" and "other" as pump waves. It uses MA to plot a trend line (can be turned off in settings) . Candles are colored to the rating strength and a percentage number was added to the results. For more informations on the Technical Ratings...
Dump Detecter uses Stochastic RSI to detect dumps/downtrends. Can be used as an exit trigger for long bots or an entry trigger for short bots. Change settings to lower timeframe for scalping. Pump signals can be turned on with tickbox. Default Settings are not the usual Stochastic RSI setup and have been tuned to bitcoin 3hr chart: Timeframe = 3hrs smoothK =...
This is using an EMA and RSI with slightly modified settings to give good entry and exit points while looking at Bitcoin. I use this on a 4-hour chart and with other indicators to find good positions to enter a trade or exit if things are turning red. If you click on the EMA line it will color the bars of the chart based on if they are above or below the EMA -...
Fibodex Trap indicator this indicator designed by the Fibodex team you will receive dump and bump singles buy using this indicator also, you will receive buy and sell signals indeed by using our indicator you won't need many technical analyses The accuracy of the indicator with the correct settings is estimated to be more than 70% also, we are trying to improve...
Level: 1 Background The Arnaud Legoux Moving Average (ALMA) indicator was recently added to the family of moving averages. It was developed in 2009 by Arnaud Legous and Dimitrios Kouzis Loukas. Since then, this indicator has gained huge popularity among traders. ALMA works like any moving average work. However, the calculation of the ALMA is more perfect...
My very first indicator in Pine Script with two alert conditions for trading bots. It's 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. Pump Alerts 🚀 attempts to "detect moments of abnormal and accelerating increase in volume" AKA...
The anomalous volume indicator, could help in detecting pumps and dumps. Open Source.
this is just a study to investigate the pumps and dumps that have been happened in a crypto market and it should not be used as an indicator. this is also my very first Pine Script that I've written and I am sure it is not perfect. actually I am curious to know when (I mean the exact time of the day) most pumps and dumps happen as a self investigation. the...
Here is a script to know when big dumps, and pumps, are happening. Meant for crypto (I know that's what most people are interested in - it's a mistake) and small caps. Might work for other things have not checked. With some random small cap:
Just a simple script that tweaks the original Volume one. The purpose is creating a threshold which we'll use to put an alert on. This way, we can be notified whether Volume pumps. Useful for spotting breakouts, breakdowns and pumps. Threshold is simply a coeff * ma(volume,period). Coeff is editable as well. Hope this helps!