Рыночная капитализация криптовалют, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Биткоин
USD/RUB, EUR/RUB, EUR/USD, USD/JPY, USD/CNY, Индекс доллара США
Сбербанк, Газпром, Банк ВТБ, ЛУКОЙЛ, АЛРОСА ПАО АО, ПАО НК РОСНЕФТЬ
Индекс МосБиржи, Индекс РТС, S&P 500, Dow 30 (DJI), Nikkei 225, FTSE 100
Нефть Brent, Нефть WTI, Золото, Серебро, Природный газ, Биткоин
Государственные облигации США, 10 лет, Евробонд, Государственные облигации Германии, 10 лет, Государственные облигации Японии, 10 лет, Государственные облигации Великобритании, 10 лет, Государственные облигации Индии, 10 лет
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...
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...
**You must enable bar colors in the options for the script if you wish to see them** This indicator is very useful for spotting trends / tops / bottoms. This is the ultimate altcoin pump spotting tool. Use on higher timeframes for greatest accuracy. If altcoin is newish (ZEC for example), try 4h rather than 1D or 3D. Green = Uptrend Red = Downtrend Gray =...
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...
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...
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!
The anomalous volume indicator, could help in detecting pumps and dumps. Open Source.
Bars of largest range (volatility) * see moments of strongest price action immediately * colored & upDown by candle color * amplifier: you see only the bull runs, and subsequent dumps Very nice on the 5 years scale of BITSTAMP:BTCUSD - nothing comparable to 2013 has happened yet. Internals: squared_range = pow(high-low, 2) That is...