First Week Trend [MX]I created this indicator based on one of my ways of analyzing the BTC trend in particular, I noticed that the break of the first weekly candle usually indicates the trend for the rest of the month.
This indicator has a bug in which if you change the timeframe of the indicator it will show erroneous values
If you use the candlestick chart, you will need to pull the visual order of this indicator to the top to overlay the colors of the standard candles, or simply hide the standard candles
the trend colors are bugged in timeframes other than the weekly
special thanks to @xdecow who helped me with the code
////////////////////////////////////////////////////////////////////////
Eu criei esse indicador baseado em uma das minhas formas de analisar a tendência do BTC em específico, eu notei que o rompimento do primeiro candle do semanal costuma indicar a tendência para o resto do mês.
Esse script tem um bug em que se mudar o timeframe do indicador ele irá mostrar valores errados
Se você usa o gráfico de candlesticks, você precisará puxar para o topo a ordem visual desse indicador para sobrepor as cores do candles padrões, ou simplesmente ocultar os candles padrões
as cores da tendencia estão bugados em outros timeframes diferentes do semanal
agradecimentos especiais ao @xdecow que me ajudou no código
Pesquisar nos scripts por "btc股市下跌"
DominanceHi!
A script where you can play with 'Dominance" to make things more clear.
Initially we'll get this,
all available % dominance of BTC/Alts,...:
We can set an EMA on it to smooth things out:
We can filter so we keep want we want to see:
Finally, we can adjust the ratio's, which makes comparisons easier
Do mind, when you do this, don't look at the numbers!
They are changed, only to make it visually easier to see what goes up and down
Also, when doing this it may happen that lines flow in each other
Either way, you can get something like this:
You can see when BTC gets the inflow from ALTS, and USDT, you'll see that BNB recently is getting bigger, more inflow of USDT for some time now, etc...
Have fun!
RSI EMA SMA StratThis script looks at the RSI EMA and RSI SMA crossovers when above a certain price EMA
It was mainly written for swingtrading and only for long positions on a daily timeframe for BTC and ETH. They idea is to have a script that indicates when to convert your BTC /ETC to a stable coin and when to buy in again.
You could try to use it for other positions (short, long, etc..) and other coins but I didn't test these.
When the RSI EMA & SMA hover around 50 for a few days in flat lines and you get a buy signal it may be best to wait a few days longer to see what direction they take.
The default values for RSI EMA , RSI SMA and price EMA gave the best return (start out with an amount of x coins in 2015 and end up with the biggest possible amount of coins today). Again, this was only tested on daily. Feel free to tweak these when using other timeframes or other coins
Hull Moving Average vs CandleA Hull moving average is applied to the chart with settings for user to change the period of the Hull MA.
And a value of a previous candle is compared to the HMA. If the HMA is above the previous candle value, then the strategy will buy.
If below, it will sell. The default setting for the HMA is 50 and the Candle is D1 (Daily timeframe)
So basically if the HMA value is greater than yesterdays candle open, buy. ( i use open as a price source to avoid repainting)
This example is put onto ETHBTC chart and currency changed from default to BTC and Equity set to 1 BTC and commission set to 0.25%
The ETHBTC chart seems to follow good old moving average more than other pairs.
The strategy can be used on any pair and timeframes.
A good idea for setting the HMA period is:
small timeframe=big period, big timeframe=small period.
range from period=3 to period=200 is about right, for charts from 4H to 1 minute.
This HMA strategy is fairly simple, best to use other sources of information in combination with moving averages.
And strict money management, risk/reward control is very important to any trading strategy.
Not intended as stand alone strategy but has potential for bot use, i will publish a study version soon, for use with alerts and API bots.
HMA & D1 crossoverCan work on Forex if change equity currency and SL and TP etc
This example tuned for ETH/BTC
Enters on HMA (Hull Moving Average) and D1 (Daily Candle) crossovers, Exits basket when profit = TP (Target Profit)
Has Commission and slippage added, test equity at 1 BTC lotsize set too 1% of equity for each order
Bernoulli Process - Binary Entropy FunctionThis indicator is the Bernoulli Process or Wikipedia - Binary Entropy Function . Within Information Theory, Entropy is the measure of available information, here we use a binary variable 0 or 1 (P) and (1-P) (Bernoulli Function/Distribution), and combined with the Shannon Entropy measurement. As you can see below, it produces some wonderful charts and signals, using price, volume, or both summed together. The chart below shows you a couple of options and some critical details on the indicator. The best part about this is the simplicity, all of this information in a couple of lines of code.
Using the indicator:
The longer the Entropy measurement the more information you are capturing, so the analogy is, the shorter the signal, the less information you have available to utilize. You'll run into your Nyquist frequencies below a length of 5. I've found values between 9 and 22 work well to gather enough measurements. You also have an averaging summation that measures the weight or importance of the information over the summation period. This is also used for highlighting when you have an information signal above the 5% level (2 sigma) and then can be adjusted using the Percent Rank Variable. Finally, you can plot the individual signals (Price or Volume) to get another set of measurements to utilize. As can be seen in the chart below, the volume moves before price (but hopefully you already knew that)
At its core, this is taking the Binary Entropy measurement (using a Bernoulli distribution) for price and volume. I've subtracted the volume from the price so that you can use it like a MACD, also for shorter time frames (7, 9, 11) you can get divergences on the histogram. These divergences are primarily due to the weekly nature of the markets (5 days, 10 days is two weeks,...so 9 is measuring the last day of the past two weeks...so 11 is measuring the current day and the past two weeks).
Here are a couple of other examples, assuming you just love BTC, Stocks, or FOREX. I fashioned up a strategy to show the potential of the indicator.
BTC-Strategy
Stock-Strategy (#loveyouNFLX)
FOREX - (for everyone hopped up on 40X leverage)
Noro's RiskChannel StrategyIndicator
The Donchian price channel is used. There are 2 methods available to close the position. The user can choose a method.
Wikipedia: en.wikipedia.org
Strategy #1 (stop-loss type = channel)
Old classic trading strategy, using breakouts of the Donchan price channel.
If the price is above the price channel top line, open the long position (and close the short position)
If the price is below the lower line of the price channel, open the short position (and close the long position)
It is recommended that you all use market stop orders.
Strategy #2 (stop-loss type = center)
This metod is better. This method is recommended.
The central line (red) is the middle of the Donchian price channel. Used to close any positions.
If the price is higher than the price channel top line, open the long position.
If the price is lower than the lower line of the price channel, open the short position.
If the price has crossed the central line of the channel, close any position.
It is recommended that you all use market stop orders.
Risk
There are 2 options. Risk for long positions and risk for short positions. This is the size of the possible loss. Order size depends on the possible loss and is calculated for each position.
For
BTC/USD, BTC/USDT, XBT/USD, ETH/USD, ETH/USD (need USD!)
Timeframes: 1h and length of price channel = 50 bars or 4h and length of price channel = 12
Noro's RiskTurtle StrategyThe idea of this strategy script was taken here:
(PDF-Book, English) bigpicture.typepad.com
Strategy
2 Donchian price channels are being created. Fast and slow. The number of candles for the channels is selected by the user. By default, 20 bars for fast and 50 bars for slow. Blue lines show a slow price channel . And used to enter positions. Using market stop orders. A fast price channel is needed to find out the price for stop-loss. This is the center line of the fast channel. Shown by a red line. The background shows when the positions were opened. Lime background for long positions, and red background for short positions. There is no background if there are no positions.
Risk size
Stop Placement
The Turtles placed their stops based on position risk. No trade could incur more than 2% risk.
Since 1N of price movement represented 1% of Account Equity, the maximum stop
that would allow 2% risk would be 2N of price movement. Turtle stops were set at 2N
below the entry for long positions, and 2N above the entry for short positions.
For
- XBT/USD, BTC /USD, BTC /USDT, ETH/USD, ETH/USDT, etc - need ***/(T)USD(T)
- Timeframes 1h, 2h, 3h, 4h
Noro's SimpleTurtle StrategyThis is a highly simplified version of the Turtle strategy. It is very different from the original Turtle strategy.
Lines
2 Donchian price channels are being created. Fast and slow. The number of candles for the channels is selected by the user. By default, 20 bars for fast and 50 bars for slow. Blue lines show a slow price channel. And used to enter positions. Using market stop orders. A fast price channel is needed to find out the price for stop-loss. This is the center line of the fast channel. Shown by a red line. The background shows when the positions were opened. Lime background for long positions, and red background for short positions. There is no background if there are no positions.
For
- XBT/USD, BTC/USD, BTC/USDT, ETH/USD, ETH/USDT, etc - need ***/(T)USD(T)
- Timeframes 1h, 2h, 3h, 4h
EulerMethod: CryptoCapEN
Shows the cryptocurrency market capitalization balance for the period
Initial data
Bitcoin Capitalization - CRYPTOCAP: BTC
Altcoin Capitalization - CRYPTOCAP: TOTAL2
Money circulates from fiat to bitcoin, from bitcoin to altcoins, from altcoins to fiat
This indicator applies the RSI algorithm to changes in capitalization
The divergence of indices shows an imbalance
Balance level: 0, Maximum: +100, Minimum: -100
(!) Artifacts of indicator readings may occur due to incorrect input data
RU
Показывает баланс капитализации крипторынка за период
Исходные данные
Капитализация Биткоина — CRYPTOCAP:BTC
Капитализация Альткоинов — CRYPTOCAP:TOTAL2
Деньги циркулируют из фиата в биткоин, из биткоина в альткоины, из альткоинов в фиат
В этом индикаторе применяется алгоритм RSI к изменениям капитализации
Расхождения индексов показывают дисбаланс
Балансовый уровень: 0, Максимум: +100, Минимум: -100
(!) Могут возникать артефакты показаний индикатора из-за неправильных исходных данных
Buy the dip in Bull Market by BensonBuy the dip in Bull Market by Benson
This indicators is used for showing buying timing in bull market, buy BTC when the index is below 0.
牛市作多指標 By Benson
在指標下穿零軸時買入 BTC
Noro's Channel Close StrategyFor:
- BTC/USD (or XBT/USD, or BTC/USDT) and ETH/USD (or ETH/USDT)
- timeframe 4h
Strategy
Donchain Channel is used.
If the candle is closed above the top line of the channel, open the long (and close the short)
If the candle has closed below the bottom line of the channel - you must open the short (and close the long)
Reverse trading.
Take-profit and stop-loss are not used
Margin Call MovingAverageThe first edition;
This is a tool to calculate BTC long “Margin Call” price line, you can intuitively adjust the leverage multiple to calculate the current “Margin Call” price line position, you can also adjust the average price to see the average“Margin Call” price;
这是一个计算BTC“爆仓”多头价格线的工具,可以直观地调整杠杆倍数来计算当前“爆仓”价格线位置,也可以调整平均价格来查看平均“爆仓”价格
Number StrategyA simple strategy based on fib ratios and numbers
Best time frames for highest accuracy ( Requires Tradingview Pro )
34 mins for quick scalps
89 mins for weekly Swings
254 mins for monthly swings
-Ability to set alerts for btc and $ singals
-Modify Ema values, Set colour
-Trend following strategy, Needs an active trend for best results
-sideways/choppy action results in bad signals
How to trade:
-----------------
Long if Btc signal appears , preferred if price is trading above the 233 EMA .
You can use the 233 EMA for activating trades during price retest
Short if $ signal appears , preferred if price is trading Below the 233 EMA .
You can use the 233 EMA for activating trades during price retest
VWAPVWMAATRAdapted ATR that i am using in BTC 15M charts. It is an usual ATR-Stop smoothed by a VWAP and a VWMA.
This crazy config i am using only for BTC, but i found others configs with others assets, like brlusd contracts.
You can turn off the barcolor function and change the lenght of the VWAP and VWMA.
Eclub Multi IndicatorThis multi Indicator includes:
3 Moving Averages
2 Exponential Moving Averages
Bollinger Band
Ichimoku
Parabolic SAR
You can change the colors if you want. Go to setting to enable Ichimoku or SAR or disable others.
The color tolerance is by default zero which results in a very sensitive color change. You can change it to decrease the sensitivity. The value should be the last decimal of the price or the last two decimals of price etc.
If you like this indicator donate some BTC to the following address:
BTC address:
18NSD2xdJyYWoC4CSr4xg1hMk2q5cBbr8T
Robot WhiteBox ChannelPrice Channel
The strategy uses the price channel indicator. In the chart, the price channel is displayed in black lines. Offset 1 candle to the right for clarity. The red line is the middle of the price channel.
Trading
You must use market stop orders.
If the price is higher than the top black line, open the long position (and close the short position)
If the price is lower than the lower black line, open the short position (and close the long position)
If the price has returned to the middle of the price channel (red line) - it is necessary to close any position.
You can disable the stop-loss orders. It will be a reverse-trading system.
For
- BTC/USD, XBT/USD, ETH/USD, etc (Do not use ANY/BTC symbols!)
- Timeframes: 1h, 4h, 1d
Range EstimateAs a trader I need to know what are the best ranges to get in or out
So this tool try to help a little bit .
First we have Pivot points (all forms with fib ,traditional etc)
next is percentage channel (uper=upper % from close and Lper=lower % from close) , in btc I use 3% up or low for 1 hour candles as it give me good range of lower and upper bound . This you need to change for different TF or different assets
next we have Bollinger upper and lower (Bup= Bollinger upper and Blow=Bollinger lower) it has also MTF function
last we MA =,20,50,100,200
in total the aim of this indicator is to give fast glance on the numbers that important to you as trader fast with a clean graph so you can add your indicator to it to see better how they work
The info panel you can change the font size, you can change distance by offset
and the position on the graph , you need to adjust with position -in this case since it btc I put number of 8700
let say it ETH then I put a number 5% above the close number
if it XRP = then the same trick , lets say 0.3 etc
Bitcoin Network Value to Transactions [aamonkey]Cryptoassets have been quite turbulent in the past few weeks.
At times like this, it is especially important to look at the fundamental foundations of cryptoassets.
This indicator is based on the Network Value to Transactions , or NVT .
Definition:
NVT = Network Value / Daily Transaction Volume
Because this indicator is pulling the Daily Transaction Volume for BTC it can only be used for BTC and the daily timeframe.
A Simple Bitcoin Stock to Flow ModelThis is just a bit of fun. Stock to flow is a hot topic so I thought I'd mess around. Here is a model that is very closely based on the one available here: digitalik.net . I take no credit for the actual model.
It can be tuned with parameters a and b, but this is the best fit imo.
The model is a bit pointless as Tradingview doesn't let us run scripts on future candles, so no predictions.
The blue line is the actual model and the pink line is a 200 MA.
Run this script on the DAILY chart please ;)
Here's a close up of current action. Interesting maybe ;)
Volumen Consolidado por DIVISAS contra BITCOIN #09/2019Volumen Consolidado de Bitcoin clasificado por divisas. Gracias a este indicador se podrá obtener la dominancia y participación en el mercado de las diferentes divisas o contratos. Actualmente el indicador incluye un aproximado de 40 pares de BTC contra diferentes divisas, en las cuales resaltan:
*USD
*USDT
*USDC
*XBT
*CNY
*KRW
*GBP
*EUR
Este indicador es un criterio utilizado para un indicador que estaré subiendo en proximamente, el cuál sí contará con el volumen total expresado en un solo panel. Es decir, este indicador, solo especifica una parte del indicador general, que será el volumen consolidado total, que este expresará la cantidad total de bitcoins negociados a nivel mundial. El USD es la moneda con la que el "Market Maker", respalda sus fondos para operar el mercado, cosa que sabemos, por lo tanto otras divisas serían solo un metodo de compra para el retailer(cosa que me motivó a la creación del indicador ya que se podría conocer el sentimiento y reacción de los mismos en lo que ocurre en el mercado).
Recordemos que el principal problema de los análisis que toman en cuenta el precio y volumen en bitcoin es que tradingview te da a conocer solo el "volumen del exchange", por lo tanto no obtienes una cifra exacta de los bitcoins comprados y/o vendidos en todos los sitios en los que se negocia, lo que dificulta tener una percepción objetiva de lo que sucede en el mercado, ya que te guiarías por el volumen que te da el exchange dónde operas y no el que es real.
Sin nada más que decir, espero que tome en cuenta este recurso para sus análisis, que será esencial para aquellos que operan con precio y volumen.
Si quiere realizar alguna colaboración y/o donación por mí obra, será muy bien bienvenida y agradecida:
BTC: 1TqvNSQs39pr2mLeDo3swcrkYvkK1YQAN
LTC: LKYYkJQHBvnEaJSatp53pg8C7iKp9Jp45B
ETH: 0x6e0902a16a0a0d6379cd8600c455a7ab335278cc
Hedging CryptocurrencyПри написании скрипта автор мотивировался статьей о хэджировании криптовалют . Для работы с данным скрипом необходима установить дневной таймфрейм.
Скрипт " Hedging Cryptocurrency ", по своей сути, является стохастическим осциллятором данных спрэда между ценой (годичной давности) на BTC и равноценным количестве выбранного альткоина. Стоит сразу заметить, что для корректного использования данного скрипта необходима выбирать инструмент вида XXX/USD (где XXX - выбранный альткоин, а USD - стабильный альткоин, привязанный к доллару). В настройках можно включать/выключать сигналы на покупку (зеленые точки) и продажу (красные точки) альткоина. Закрывать сделку можно, когда осциллятор перешагнет нулевую отметку. ВАЖНО, что для хэджирования криптовалют, при открытии сделки на альткоин, необходимо также открыть сделку и на BTC, но уже в обратном направлении. Кроме всего перечисленного сам осциллятор имеет градацию зеленых и красных оттенков, которые говорят об условной перекупленности и перепроданности соответственно. Добавлю, что индикатор чаще ошибается при низкой корреляции между инструментами, поэтому в такие моменты он начинает сигнализировать черными крестиками. В этих ситуациях скрипт не гарантирует ту точность, которую может предложить :-)
Само собой данный индикатор только инструмент, а его сигналы не являются абсолютно верными, поэтому с большим удовольствием почитаю в комментариях ваши предложения по его усовершенствованию.
ETH World Volume (Multi-Exchange) [v2019-07-20]This is a fork of but applied to Ethereum instead of BTC