ln(close/20 sma) adjusted for time (BTC)(This indicator was designed for the BTC index chart)
Designed for Bitcoin. Plots the log of the close/20W SMA with a linear offset m*t, where m is the gradient I've chosen and t is the candle index. Anything above 1 is a mania phase/market cycle top. If it peaks around 0.92 and rolls over, it could be a local/market cycle top.
This will obviously not work at all in the long term as Bitcoin will not continue following the trend line on the log plot (you can even see it start to deviate in the Jan-Feb 2021 peaks where the indicator went to 1.15).
It identifies the 2011, 2013 (both of them), 2017 tops as being just above 1. It also identifies the 2019 local peak and 2021 market cycle top at ~0.94.
Feel free to change the gradient or even add a function to curve the straight line eventually. I made this for fun, feel free to use it as you wish.
"bitcoin"に関するスクリプトを検索
CDC_BTC Rainbow RoadThis is a simple script intended for use with Bitcoin only.
Inspired by Lyn Alden's 2 years SMA channels
I decided to make one for myself just for fun but ended up adding a few more lines of code
the bands show Fibonacci levels in and outside of the channels.
The base line uses a 730 day simple moving average.
Each zones can be considered as a general guidelines for accumulation / distribution of wealth in Bitcoin.
Cryptogrithm's Secret Momentum and Volatility IndicatorThis indicator is hard-coded for Bitcoin, but you may try it on other asset classes/coins. I have not updated this indicator in over 3 years, but it seems to still work very well for Bitcoin.
This indicator is NOT for beginners and is directed towards intermediate/advanced traders with a sensibility to agree/disagree with what this indicator is signalling (common sense).
This indicator was developed back in 2018 and I has not been maintained since, which is the reason why I am releasing it. (It still works great though! At the time of this writing of May 2022).
How to use:
Terms:
PA (Price Action): Literally the candlestick formations on your chart (and the trend formation). If you don't know how to read and understand price action, I will make a fast-track video/guide on this later (but in the meanwhile, you need to begin by learning Order-Flow Analysis, please google it first before asking).
CG Level (Cryptogrithm Level/Yellow Line): PA level above = bullish, PA level below = bearish
CG Bands (Cryptogrithm Bands): This is similar to how bollingers work, you can use this the same was as bollinger bands. The only difference is that the CG bands are more strict with the upper and lower levels as it uses different calculations to hug the price tighter allowing it to be more reactive to drastic price changes (earlier signals for oversold/overbought).
CG Upper Band (Red Upper Line): Above this upper bound line means overbought.
CG Middle Band (Light Blue Line): If PA trades above this line, the current PA trend is bullish continuing in the uptrend. If PA trades below this line, the current PA trend is bearish continuing in the downtrend. This band should only be used for short-term trends.
CG Lower Band (Green Lower Line): Below this lower bound line means oversold.
What the CG Level (yellow line) tells you:
PA is trading above CG Level = Bullish
PA is trading below CG Level = Bearish
Distance between CG Level and price = Momentum
What this means is that the further away the price is from the CG Level, the greater the momentum of the current PA trend. An increasing gap between the CG Level and PA indicates the price's strength (momentum) towards the current upward/downward trend. Basically when the PA and CG Level diverge, it means that the momentum is increasing in the current trend and when they converge, the current trend is losing momentum and the direction of the PA trend may flip towards the other direction (momentum flip).
PA+CG Level Momentum:
To use the CG Level as a momentum indicator, you need to pay attention to how the price and the CG level are moving away/closer from each other:
PA + CG Level Diverges = Momentum Increasing
PA + CG Level Converges = Momentum Decreasing
Examples (kind of common sense, but just for clarity):
Case 1: Bullish Divergence (Bullish): The PA is ABOVE and trending AWAY above from the CG Level = very bullish, this means that momentum is increasing towards the upside and larger moves will come (increasing gap between the price and CG Level)
Case 2: Bearish Convergence (Bearish): - The PA is ABOVE the CG Level and trending TOWARDS the CG Level = bearish, there is a possibility that the upward trend is ending. Look to start closing off long positions until case 1 (divergence) occurs again.
Case 3: Neutral - The PA is trading on the CG Level (no clear divergence or convergence between the PA and CG Level) = Indicates a back and forth (tug of war) between bears and bulls. Beware of choppy price patterns as the trend is undecisive until either supply/liquidity is dried out and a winner between bull/bear is chosen. This is a no trade zone, but do as you wish.
Case 4: Bearish Divergence (Bearish): The PA is BELOW and trending AWAY BELOW from the CG Level = very bearish, this means that momentum is increasing towards the downside and larger downward moves will come (increasing gap between the price and CG Level).
Case 5: Bullish Convergence (Bullish): - The PA is BELOW the CG Level and trending TOWARDS the CG Level = bullish, there is a possibility that the downward trend is ending and a trend flip is occuring. Look to start closing off short positions until case 4 (divergence) occurs again.
CG Bands + CG Level: You can use the CG bands instead of the PA candles to get a cleaner interpretation of reading the momentum. I won't go into detail as this is pretty self-explanatory. It is the same explanation as PA+CG Level Momentum, but you are replacing the PA candles with the CG Bands for interpretation. So instead of the PA converging/diverging from the CG Level, the Upper and Lower Bound levels are converging/diverging from the CG level instead.
Convergence: CG Level (yellow line) trades inside the CG bands
Divergence: CG Level (yellow line) trades outside the CG bands
Bullish/Bearish depends on whether the CG Band is trading below or above the CG level. If CG Band is above the CG Level, this is bullish. If CG Band is below the CG level, this is bearish.
Crosses (PA or CG Band crosses with CG level): This typically indicates volatility is incoming.
There are MANY MANY MANY other ways to use this indicator that is not explained here and even other undiscovered methods. Use some common sense as to how this indicator works (it is a momentum indicator and volatility predictor). You can get pretty creative and apply your own methods / knowledge to it and look for patterns that occur. Feel free to comment and share what you came up with!
Universal logarithmic growth curves, with support and resistanceLogarithmic regression is used to model data where growth or decay accelerates rapidly at first and then slows over time. This model is for the long term series data (such as 10 years time span).
The user can consider entering the market when the price below 25% or 5% confidence and consider take profit when the price goes above 75% or 95% confidence line.
This script is:
- Designed to be usable in all tickers. (not only for bitcoin now!)
- Logarithmic regression and shows support-resistance level
- Shape of lines are all linear adjustable
- Height difference of levels and zones are customizable
- Support and resistance levels are highlighted
Input panel:
- Steps of drawing: Won't change it unless there are display problems.
- Resistance, support, other level color: self-explanatory.
- Stdev multipliers: A constant variable to adjust regression boundaries.
- Fib level N: Base on the relative position of top line and base line. If you don't want all fib levels, you might set all fib levels = 0.5.
- Linear lift up: vertically lift up the whole set of lines. By linear multiplication.
- Curvature constant: It is the base value of the exponential transform before converting it back to the chart and plotting it. A bigger base value will make a more upward curvy line.
FAQ:
Q: How to use it?
A: Click "Fx" in your chart then search this script to get it into your chart. Then right click the price axis, then select "Logarithmic" scale to show the curves probably.
Q: Why release this script?
A: - This script is intended to to fix the current issues of bitcoins growth curve script, and to provide a better version of the logarithmic curve, which is not only for bitcoin , but for all kinds of tickers.
- In the public library there is a hardcoded logarithmic growth curve by @quantadelic . But unfortunately that curve was hardcoded by his manual inputs, which makes the curve stop updating its value since 2019 the date he publish that code. Many users of that script love using it but they realize it was stop updating, many users out there based on @quantadelic version of "bitcoin logarithmic growth curves" and they tried their best to update the coordinates with their own hardcode input values. Eventually, a lot of redundant hardcoded "Bitcoin growth curve" scripts was born in the public library. Which is not a good thing.
Q: What about looking at the regression result with a log scale price axis?
A: You can use this script that I published in a year ago. This script display the result in a log scale price axis.
My 1st indicator- Log(price/20w sma)you may comment out outputs and change variable req for using in different timeframes because its suitable for only 20w sma and bitcoin only for understanding when to buy long term and sell too
i recommend zooming out and making a trend line from tops back from 2013 in bitcoin-index chart
pair it up with rsi and bam you have a very powerful indicator for bitcoin buys for long term
This indicator gnerally provides confluence and i got the idea from , honourable, Benjamin Cowen's Youtube channel to make it
Its not as colourful as his becoz as u see the name its my first indicator but i hope i improve myself :)
Kimchi Premium Indicator with Selectable SymbolsThis indicator is the Korea Premium, also known as “Kimchi Premium” indicator, which shows how expensive and cheap the bitcoin price of the bitcoin exchange in Korea as compared to the bitcoin price traded in dollars or tether. Previously, the Kimchi premium indicator in TradingView does not have the recently added Upbit BTCKRW market, and it is not possible to select markets. In addition to the recently added Upbit BTCKRW market, this indicator is convenient because you can select all markets offered by TradingView. Therefore, not only bitcoin but also altcoin kimchi premium can be plotted.
▶ Usefulness and Originality
- Users can choose from various BTCKRW and BTCUSD markets.
- Users can plot altcoin Kimchi Premium in addition to Bitcoin.
_____________________________________________________________
이 지표는 달러 혹은 테더로 거래되고 있는 비트코인 가격 대비 한국에 있는 비트코인 거래소의 비트코인 원화 가격이 얼마나 비싸고 싼 지를 나타내는 코리아 프리미엄, 일명 "김치 프리미엄" 지표입니다. 이전에 트레이딩뷰에 있는 김치 프리미엄 지표는 최근에 추가된 업비트 BTCKRW 시장이 없을 뿐만 아니라 마켓을 선택할 수가 없습니다. 이 지표는 최근에 추가된 업비트 BTCKRW 마켓과 더불어 트레이딩뷰에서 제공하는 모든 마켓을 선택할 수 있어 편리합니다. 따라서 비트코인 뿐 만 아니라 알트코인의 김치 프리미엄도 plot할 수가 있습니다.
▶ 유용성과 독창성
- 사용자가 다양한 BTCKRW 및 BTCUSD 마켓을 선택할 수 있음
- 사용자가 비트코인 외에 알트코인 김치프리미엄도 plot 할 수 있음
[Bitnalysis] Altcoin Season IndicatorThe Altcoin Season Indicator compares performance of Bitcoin with the performance of the top altcoins over a specified period. The indicator weights the results, giving greater weight to the first specified altcoins. By default, the larger market cap altcoins, such as ETH, BNB, ADA, etc., are included first and therefore given greater weight in the algorithm. To remove the weighting from the formula and consider the performance of all listed altcoins equally, set the weighting setting to "0".
The output shows to what extent altcoins are outperforming Bitcoin; the higher the number, the more altcoins are outperforming Bitcoin. This indicator helps traders predict when "altcoin season" is about to begin or end.
HashCryptoCap for BitcoinThe HashCryptoCap Script is specifically designed for Bitcoin. It works by combining Bitcoin's Hash Rate, Cryptocap and price using the following formula : hashrate / bitcoin crypto Cap * price
...to calculate if the present bitcoin price is overbought / oversold by combining these three onchain and price factors.
Aggregated Futures BasisCONCEPT
An indicator that shows you the futures basis, which is the premium that classic futures contracts are trading at compared to the spot market.
By default its settings are for bitcoin quarterly contracts (closest expiration date), although there's a lot of customizing possible.
You could also use this indicator for other coins but then you'll have to change the inputs.
I'll manually update the contracts when they get close to expiration, but you could do this yourself as well (just in case I disappear for some reason and don't update it anymore).
For more info on what the futures basis is exactly check out this short educational post (click chart):
FEATURES
As previously mentioned, the default settings are for bitcoin.
The index used is the Bitmex BXBT index. It's a dynamic and volume weighted spot index which is perfect to get an average price of the spot market.
If you want to look at the ethereum futures basis for example then I suggest using the BETH Bitmex index, same concept as the BXBT chart but for ETH.
The futures used are quarterly contracts of the most prominent exchanges in crypto.
There's also an option to add an average plot (or only show the average: use the selection box) which calculates the average premium of all the futures contracts selected (you can also choose to exclude certain contracts).
The standard settings show you the premium in percentage terms, but there's also an options to show the annualized premium.
If I don't update the indicator when the contracts expire you'll have to fill in the tickers of the next quarterlies and you'll also have to change the expiration date to make sure this annualized premium still works.
There's a "zero line" you can add which is useful for when the futures get close to backwardation.
And you can set up bullish and bearish signals of your choosing. By default it shows a bull signal when the premium goes below zero and a bear signal when the premium goes above 10 (if you put it on annualized you'll want to change this threshold).
TRADING
The futures basis can be very useful to gauge market sentiment.
It can give you a better idea of how aggressive market participants are by looking at how much the futures are going up or down relatively to spot.
Divergences also often have an impact.
If you want access to this indicator send me a private message so we can discuss it.
Cheers.
BEAM_BAND_wozdux.2021_1[wozdux]The indicator, which tracks the cycles of Bitcoin.
The corridor between the upper and lower levels is marked by the fibonacci levels. Additional fibonacci levels become support or resistance levels as the price moves.
Top level-determines the width of the channel.
Bottom level-defines the main bottom line.
The number of bars is the value of the bitcoin cycle. This is an empirical selected value. for other amount of cryptocoins, it is necessary to pick apart.
The formula for calculating this indicator is taken from the article THE BEAM INDICATOR. In addition, I extended this indicator with fibonacci levels in order to segment the price movement between the levels of the BAEM channel.
///////////////////////////////////////////
Индикатор, отслеживающий циклы Биткоина. Коридор между верхним и нижним уровнем размечен уровнями фибоначчи.
Дополнительные уровни фибоначчи становятся уровнями поддержки или сопротивления в процессе движения цены.
Уровень верха - определяет ширину канала.
Уровень низа - определяет основную нижнюю линию.
Цикл количество баров - это величина цикла биткоина. Это эмпирическая подобранная величина, для других криптомонет её нужно подбирать отдельно.
Формула для вычисления данного индикатора взята из статьи THE BEAM INDICATOR. Кроме того, я расширила этот индикатор уровнями фибоначчи для того, чтобы сегменты движения цены между уровнями канала BAEM.
Mayer MultipleThe script implements a custom version of the Mayer multiple and it may be useful for analyzing the price of Bitcoin in a historical context.
Note n.1: Mayer multiple does not tell whether to buy, sell or hold, but highlights the best long-term area when the bitcoin price is below a threshold value (2.4).
Note n.2: the threshold value (2.4) has been determined in the past by simulations performed.
The script user may decide whether to use the shown graph or another graph for the calculation of the Mayer multiple.
The script is very easy to use and it is possible to change the following parameters:
the period of SMA (default value is 200)
the threshold (default value 2.4)
Show or not the sell area
Use or not the shown graph to calculate the Mayer multiple (default value is true)
name of exchange to use for calculation of the Mayer multiple (default value is BNC)
name of chart to use for calculation of the Mayer multiple (default value is BLX)
Micro Strategy PremiumSince the decision to buy 38,250 Bitcoin under their new treasury policy. Micro Strategy has become an easy and tax efficient way for many investors to gain an exposure to Bitcoin.
This script displays:
- Micro Strategy premium vs price of BTCUSD (CME)
- Micro Strategy premium vs price of BTCUSD (CME) minus Nasdaq 100 (QQQ ETF). A straightforward method to detach Micro Strategy’s share price from the overall performance of the US tech sector. This could potentially give you a more accurate premium.
- Micro Strategy’s 38,250 BTC as a percentage of their Market Cap
This script also acknowledges that Micro Strategy should be renamed “Macro Strategy” and that Michael Saylor is a living legend.
Multi Time Frame Buy&Sell V4.0 [ALERTSETUP]Hi guys,this indicator Developed for Intraday and multi Time Frame Trading. Note: Invite only Script.Request to me Access permission to test this.
*** THIS IS STUDY VERSION ***
Time Frame : can use for 15 min / 30 min / 1h / 4h time
15 min configuration is best result for bitcoin and ethereum .
This can be used : Crypto Currency/ Bitcoins / ethereum ,Forex,currencies ,Index ,Commodity Gold / silver , Oil Market and in Equity / Futures
ETHUSDT Futures 15min
BTCUSDT Futures 15min:
GOLD /USD FOREX 15min:
HOW IT WORKS:
this indicator analyze EMA&SMA support and resistance then combine with pivot point and fibo levels is used to calculate the signals.and finally show entry label on
chart with target point and stop loss
HOW TO USE:
Creating a signal is as simple as adding the indicator called to your chart(buy or sell)label and background color change ( green=buy / red = sell)
green line is target and black line is stop loss.
in top of setting page you can see noise filter option . that can change it to get better result and reduce noise. in setting can set 3 target level and stoploss
NOT:all information show to info panel in chart.
strategy tester : enabled .All you can test this in live market in any segment.
NOT: can to change noise filter in setting setup until to get best result.
Choose any Date Month Year to Current Date and check the results below in the Strategy Tester.
REPAINT/NO REPAINT : No Repaint ,entery labal(buy or sell) and Background Color wont change. In the current candle position wait for the candle to close to see the
stability.
"Set alert": Select "Once per bar close" for your alert options.
There are 5 alerts:
- BUY
- SELL
- BUY OR SELL (for free TV users)
- take profit
- stop loss
To Get access - Send me a private chat message in tradingview.com to get access.Or request in comment section below.
Review and Feedback.Thank you!
Any issues report to me to Fix.Thank you!
Use the link below to obtain access to this indicator:
TBT ForecasterThe TBT Forecaster is a visual representation of the "weather forecast" for the crypto market, mainly Bitcoin and ALT coins.
Purpose:
The reason behind creating this indicator is to help give crypto traders a sense of what to expect in crypto currency markets. In general, crypto markets (ALT coins) are extremely dependent on the price action and sentiment of Bitcoin. By knowing what to expect for both BTC and ALT markets, crypto traders will have an edge on other traders by:
knowing when it's a good time to run BTC or stable coin pairs for bots on 3Commas
knowing when the ALT market is in a Bullish or Bearish mood
knowing if we're in a true ALT season or not
knowing if they should be focusing more on active trading on the BTC or stable coin market
Time Frame:
The TBT Forecaster can be viewed on any time frame, but it was originally designed to work off of the 6-hour time frame. Note that faster (higher) time frames can make the tool somewhat unreliable since faster (higher) time frames are subject to more sudden, volatile movements compared to the 6-hour or Daily time frames. To help users of the TBT Forecaster keep a healthy perspective, the indicator can be set to "same as symbol" (the indicator will adapt to any time frame you use) or "6 hours" (the original and intended time frame).
Metrics:
The two lines of the indicator represent Bitcoin (top) and ALT coins (below). The TBO Forecaster uses information derived from the price of Bitcoin, Bitcoin price volatility, moving averages, ATR (Average True Range), Bitcoin Dominance, and the ALT coin indexes (TOTAL2 and OTHERS). All of these metrics are combined and weighted into a system that quantifies the market sentiment for BTC and ALTs.
Sentiment:
The TBT Forecaster shows a gradient of market sentiment, from Bearish to Bullish. These market sentiment labels consist of a variety of different metrics that have to do with volume, price action, and several indices. The full gradient of sentiment is:
Bearish
Weak Bearish (ALT line only)
Neutral
Weak Bullish
Bullish
Realistic Expectations:
Note that it is impossible and unrealistic for the ALTs line to represent every single ALT coin/token/chart/symbol on every exchange. In my experience, there are always good charts to trade no matter what Bitcoin is doing. However, if we as traders know that ALTs are Bearish, then we can focus our efforts on trading Bitcoin (or just staying out of the ALT market until conditions change).
Use the link below to obtain access to this indicator
L1 Bitcoin Whale Pump DetectorLevel: 1
Background
One of the biggest differences between cryptocurrency and traditional financial markets is that cryptocurrency is based on blockchain technology. Individual investors can discover the direction of the flow of large funds through on-chain transfers. These large funds are often referred to as Whale. Whale can have a significant impact on the price movements of cryptocurrencies, especially Bitcoin. Therefore, how to monitor Whale trends is of great significance both in terms of fundamentals and technical aspects.
Function
L1 Bitcoin Whale Pump Detector script This is a simple technical indicator that judges whether Whale is involved in the relationship between price increase and trading volume. Its purpose is not to accurately judge Whale behavior, but to provide a starting point for more Pine lovers to develop more advanced Whale monitoring programs.
Key Signal
pumpcond1 use price information alone with 7% as a threshold
pumpcond2 use both price and volume infomation.
Pros and Cons
Pros:
1. Detect Whale pump in large time frame.
2. Not a mature and accurate buy and sell script but provide alerts of Whale movements.
3. When it resonante with Buy signal, it has higher confidence level.
Cons:
1. Only detect Whale Pump, not Whale Dump is realized.
2. Only provide large fund information, not an accurate trading signal generator.
Remarks
You can use this to confirm blockchain large fund transfer activities. E.g. Large amount of USDT flows into large exchanges.
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
[2020 Updated]Bitcoin Logarithmic Growth CurvesCredit goes to the original writer of the script, Quantadelic, who generously allowed anyone to copy/edit. I adjusted the value of the bottom/top intercept and slope to better fit the March 2020 coronavirus dip.
Use Bitstamp BTCUSD for better reading.
[astropark] AltwalkerDear Followers,
since today you can enjoy Altwalker , a new Swing and Scalping Strategy based on a simple trend following theory , mainly designed for Cryptocurrencies, Altcoins and of course Bitcoin.
It works also on all timeframes, but it's suggested to use it on higher ones: 1D - 12h - 6h - 4h , not suggested to use it below 1h-30m.
Based on Moving Average, Altwalker dynamically identifies market resistance and support, so in which trend a cryptocurrency is during time:
green trendline and background means bullish trend , in fact it start with a "buy" signal
red trendline and background means bearish trend , in fact it start with a "sell" signal
if a series of buy and sell appears (this may happen especially in lower timeframes), this mean price is in consolidation or distribution phase, so be prepared for a new trending phase coming soon, always remembering that taking profits is awesome and managing your risk by defining you position size and having a stoploss is a must in trading
Altwalker integrates also 2 special tools besides the trend highlighter:
MoneyFlow Signals , which appear as Red and Green tiny Triangles , highlight when money are starting flowing in (green - bullish sing) or out (red - bearish sign)
Overbought and Oversold RSI Signals , which appear both as darker background (the darker the color, the more the price is in overbought/oversold) and green "ob"-"tp" / red "os"-"tp" labels (they optionally pop up only on a configurable stronger overbought/oversold condition)
You can edit many options in order to
enable/disable showing buy/sell signals
enable/disable showing trendline
enable/disable showing trend as background
enable/disable showing moneyflow signals
edit moneyflow period of analysis (I suggest a number between 70 and 100 in general)
enable/disable showing rsi signals
edit rsi length, overbought and oversold levels
The user who wants to use this strategy, especially via an automated bot, must always set a stoploss (example 150$ from entry on bitcoin) or use a proper risk management strategy .
This is not the "Holy Grail", so use it with caution. It's highly suggested to use a proper money management .
This script will let you set all notifications you may need in order to be alerted on each triggered signals.
Here there are some examples how Altwalker works and results you can get following its buy/sell trend suggestions.
LINKUSDT 1D
BNBUSDT 1D
ATOMUSDT 1D
XTZUSDT 1D
ETHBTC 6h
XBTUSD 1D
XLMUSDT 1h
VETBTC 6h
LTCBTC 6h
Here there are some examples how MoneyFlow signals give you a nice insight on near future trend - "Follow The Money" .
ETHUSD 1D
ETHBTC 1D
This is a premium indicator , so send me a private message in order to get access to this script.
BTC Co-Relation v1Calculate Pearson-correlation-coefficient of selected cryptocurrency with Bitcoin average price of 10 different exchanges.
This is helpful in scalping(at least for me), by using this we can find co-relation between a cryptocurrency and Bitcoin .
Here we are using Bitcoin average price of 10 different exchanges.
It is an oscillator with minimum value -1 and maximum value +1.
👉-1 means current selected cryptocurrency price is completely out of relation with Bitcoin price, means Bitcoin price increasing and it's price decreasing or Bitcoin price decreasing and it's price increasing in selected time-frame.
👉+1 means current selected cryptocurrency price is completely in co-relation with Bitcoin price, means Bitcoin price increasing and it's price also increasing or Bitcoin price decreasing and it's price also decreasing in selected time-frame.
Happy trading 👍.
[e2] Bitcoin Halving Key & AvwapThis indicator shows a Key Level Support & Resistance level and VWAP that reset on your choice of the Bitcoin's halving date.
Optional Key Calculation Mode:
- Start with first (2012) or second (2016) halving date.
- Start with first and reset on the second (Halving to halving mode)
- Start with every next halving simultaneously (Halving + halving mode)
Labels show the Market Capitalization, total minted Bitcoins and Bitcoin's close price on the halving's date.
A maximum of 5 bands calculated using a factor of the anchored VWAP's standard deviation can be displayed.
Note
- The script is designed for Bitcoin markets only.
- Estimated 3rd halving, script will be updated when next halving occurs.
Blockchain Fundamentals - Golden Ratio Multiplier GRMBlockchain Fundamentals - Golden Ratio Multiplier GRM
Intro
This strategy was put forth by Phillip Swift (a.k.a PositiveCrypto) as guidelines for bitcoins market cycles.
Description
The new insight comes when we multiply the 350 day moving average (which we will refer to as the 350DMA) by specific numbers. Those mathematically important numbers are:
-The Golden Ratio = 1.61803398875
-Fibonacci Sequence = 1, 1, 2, 3, 5, 8, 13, 21…
Using those three moving average lines (350DMA x 1.6, x2, x3) has allowed us to pick out almost every single intra-cycle price high in Bitcoin’s history.
The next numbers in the Fibonacci sequence are 5, 8, 13, and 21.
Remarkably, when we use these multiples of the 350 day moving average, they pick out each of Bitcoin’s market cycle tops going all the way back to the first price bubble in 2011.
Additions
I added the ability to select from a few types of moving averages and to change the base MA length. This will allow you to experiment and find your own potential correlations.
I also added the bottom most (yellow) line you can see which is the base MA minus the 0.618. This has been a great market bottom level for calling capitulation.
I also added in the ability to plot additional fibonacci and gann numbers.
I Also added some trade state logic when to long/short though its not perfect by any means but a work in progress.
👍 We hope you enjoyed this indicator and find it useful! We post free crypto analysis, strategies and indicators regularly. This is our 75th script on Tradingview!
🔗Blockchain Fundamentals - Marketcap Multiple by Cryptorhythms🔗Blockchain Fundamentals - Marketcap Multiple by Cryptorhythms
Intro
A brand new original indicator to judge long term bitcoin accumulation and distribution zones. Created by myself - theheirophant.
I love the way the indicator MVRV (market value to realized value) works, but there's no way to replicate it on tradingview as it uses outside data not available in the TV ecosystem. Then while looking at various marketcap alternatives, and idea was plain in front of my face!
Looking at marketcap + top cap + average cap creates a bounded area of price as seen here
Description
So I created an oscillator that shows marketcap's relation to top cap as the upper bound, and average cap as the lower bound. It then is rescaled from 0.25 to 10.
It should be viewed on a logrithmic scale and only works on the daily timeframe. You can enable/disable bar coloration and background highlighting from options.
It can be interpreted as times to accumulate and distribute on a long term basis. It would work well for trading spot markets.
The line at 0.75 acts as a sentiment indicator (above it is bullish, below it is bearish).
👍 Enjoying this indicator or find it useful? Please give me a like and follow (dont forget twitter also)! I post crypto analysis, price action strategies and free indicators regularly.
💬 Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat. We make timely posts about the market, news, and strategy everyday. Our community isn't open only to subscribers - everyone is welcome to join. (check my sig)
Multi-Exchange Volume (30 Tickers) by kurtsmock + BV + rVolauthor: kurtsmock
Fully Customizable ticker set. Up to 30 Tickers. Bitcoin set as default.
-- IMPORTANT NOTE: --
30 Exchanges are a lot. It can take a while to load. You can fully customize this indicator to your liking. Here's how:
1. Load indicator
2. Open Settings
3. Uncheck the switch box for exchanges you want unincluded
4. At the bottom of the settings menu click "Defaults" and hit "Save as Default"
5. To turn them all back on, hit "Reset Settings" in that same "Defaults" menu and click "Save as Default" again.
Also, you don't have to use this with Bitcoin. This works with any asset, just change the ticker in the settings.
There's a lot going on with this indicator so the following is descriptions and instructions to help you better understand what's going on here. Thanks!
Goal:
- To provide a mechanism for assets on multiple exchanges to have their volume evaluated together
Edge:
- Having better and more complete volume information
Notes:
- The Default Exchanges for this indicator are highest volume bitcoin exchanges, but may contain "fake volume"
- Indicator is set for Bitcoin by default. However, you can change the tickers to reflect any asset you want
////// rVol //////
Goal:
- To understand how much volume is being executed relative to the same candle on previous days/periods
Edge:
- Higher rVol implies higher volatility and market interest.
- High rVol = higher than average volume . Markets move on volume so higher than average volume indicates increased market activity/volatility
- rVol is an indirect measure of active or anticipated volatility
Definitions:
- rVol: The volume of a period compared to the Average Volume of that same period in past sessions
- Important to note it does NOT add up the last 10 (default) candles, but rather the last 10 candles at session intervals.
- Example:
-- On a Tuesday, 1h chart it will add up the last ten Tuesday, 9:00 am candles, not including the current, active candle.
-- It then averages those lookback candles.
-- It then plots the percentage relationship between the most recent candle and the average of the lookback candles
-- Avg Vol of Lookback candles = 5000,
-- Volume of most recent candle = 4000: Output = rVol = 80:
-- Volume of most recent candle was 80% of the average volume in the 9 am time period of the last ten Tuesdays in the 9 am, 1h period
Notes:
- rVol does not add current candle volume into lookback sum. So, you set lookback to be: (not including the current day)
- rVol is on a switch. So, if you want to see rVol instead of volume, hit the switch in the settings
- If you want to see both, load 2 instances of the indicator.
////// Better-er Volume //////
Goal:
To Identify:
- When a candle closes at the highest volume * range relative to the lookback period and close > open
- When a candle closes at the highest volume * range relative to the lookback period and close < open
- When a candle closes at the highest volume / price relative to the lookback period
Edge:
- Identifies beginnings of price expansion, climax of price expansion, breakouts, pivots, and take profit points on the volume chart
Notes:
- Based generally on Barry Taylor's "Better Volume" indicator and ideas from Pascal Willain's book "Value in Time."
- Better-er Volume rules are applied to both Total Volume or rVol.
-- When rVol is displayed Better-er Volume is applied to rVol
-- When Total Volume is displayed Better-er Volume is applied to Total Volume
// Plot Key: //
Green Triangle Up = Often marks the beginning and/or end of price expansion to the upside
Red Triangle Up = Often marks the beginning and/or end of price expansion to the downside
Yellow Square = High Volume but Tight Range. Implies a Battle of Bulls and Bears. High Liquidity area. Provided Liquidity is not enough to move price. Thick Limit Order Book.
Purple Triangle Up or Down = Implies high market participation. Typically at the end of expansion when very significant s/r is hit
category: volume Volatility
tags: Volume rVol relativevolume Bitcoin cryptocurrency bettervolume
Many More Volume Indicators Coming Out Soon!
Main Indicators @ MadnessCryptoInspired by veteran contributors of tradingview
Indicators list:
1. Main indicators: Moving average collection, Ichimoku, Bollinger Bands, fibonanci, simplize candlestick price action...
2. Price Action indicators: Candlesticks of (almost) any kinds. Harmonic Patterns: ABCD, Alt Bat, Butterfly, Crab, Wolf Wave, Head and Shoulders, Triangle...
3. Advanced indicators: top/bot finder, breakout detector, unpopular indicators
4. Signal & backtest tools: focus on two main factors: percent profitable & profit factor
Cheers,
Madness Crypto
-----------------------------------------------------------
Incase if those's scripts are useful, you can buy me a coffee
ETH & ERC20 tokens: 0xA2F57Cc46A5268F16A0224a81EDe7154218Ce890
Bitcoin: 1PTSbWK6snVSULBXhfx5TD9pJkkYCDe4PC
Binance & BEP2 tokens: bnb1tlxgpnguzq0w3w6myhd0t3d2j9wqd2pzpkudpc