Hello! This script retrieves most of the available Bitcoin data published by Quandl; the script utilizes the new request.security_lower_tf() function. Included statistics, True price Volume Difficulty My Wallet # Of Users Average Block Size api.blockchain size Median Transaction Confirmation Time Miners' Revenue Hash Rate Cost Per Transaction Cost...
Hello traders It's been a while We're back in a bear market so I have a bit more time to publish new Pine scripts for the TradingView community Special thanks to @fikira for his Multiple Orders script () and to @carnagecain for allowing me to publish this script we worked together on I got widely inspired by @fikira's script for that one This script is for...
XBT Average Electricity Cost Cambridge Bitcoin Electricity Consumption Index (CBECI) - Bitcoin's global electricity consumption in TwH. Note: Uses MONTHLY averages of raw data from CBECI. TV script run-time is too slow with Daily/Weekly data here. This requires manual updating once a month for ongoing accuracy. Source
This indicator shows the distance between the current price and the Moving Average price. Key Features: Show the distance between price and Moving Average (Read Distance Calculation for more information) Show Historic Highs and Lows Show Highest High and Lowest Low Show current Highest High, current Lowest Low and current distance Key...
xel_arjona Licensing: This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International Copyright (c) 2021 ( CC BY-NC-SA 4.0) Copyright's & Mentions: The Gamma Functions & Beta Probability Density Functions C# implementations by the Math.NET Numerics, part of the Math.NET Project. The Regularized Incomplete (Left) Beta Function C#...
This is a modified Hash Ribbons indicator. You can get the original indicator for free at this link: Differences from the original indicator 1) This is overlay version 2) Pointers appear under candlesticks, which is more visual 3) PineScript v5.0 was used
This indicator displays a table with statistics showing the outcomes of gap ups or downs based on your threshold (i.e. does the day end in green or red?). This can be useful for trading, where you're using relevant ETFs & see that they've gapped up/down, & can assume based on statistics that the ETF will end in green/red depending on which has the higher...
I have developed a script that uses the Aroon indicator, volume, Macd, momentum, and Puel Manuel. Every time you load a script, you have already preset inputs in the comments of the close. Suppose you want to find new ones. You use PM inputs to determine where the bottom and top are, so you do not sell there. You use volatility swaps to determine how volume is...
For my own trading use, mainly a collection of some existing indicators, I spent some time integrating them, which includes harmonic signals, TD signals, Vegas channels and some order flow trading tools, again I didn't invent these indicators, I just did an integration job. Many thanks to @HeWhoMustNotBeNamed, @makuchaku for the open source scripts and libs!
Displays all time high/low/mean prices and average cost with lines; and the price changes relative to the average cost in percentages. This does not calculate average cost. This is just a fast way of viewing the current situation of one's portfolio. Parities invested in and average costs for them have to be manually entered in the settings or by editing the...
Future Preview Calculate real-time future order profit with open price, leverage and commission fee. Simple and straight forward. If you need any additional feature, please leave a comment below. I am glad to help. Usage: When adding Future Preview to chart, it will ask order open time and open price on the chart by clicking with left mouse on the desired...
Indicator that shows the imbalance between bearish and bullish candles for a given period.
This indicator calculates the area under a pre specified length of candles (Interval Integral) When the area go high and the start dropping it will be an indication the we were in a correction and it's about to end.
This indicator summarized 4 main stablecoin marketcap (USDT, USDC , BUSD, DAI). It is given that most of the transactions of cryptocurrencies are traded by stablecoins, and USDT, USDC , BUSD and DAI shared 90%+ of the stablecoins market capacity. Therefore, by summarizing these 4 main stablecoins total market capacity, can reflect the overall demand power. When...
Apply various simple statistical measures to series of full candle ranges over user input length (in bars). Choose between AVERAGE, MEDIAN, MODE, BIGGEST. All calculations derive from the high-low range of a candle. Default length = 260, the number of daily candles in a year. MODE is calculated from pip ranges rounded to reasonable increments (to nearest 10pips...
Library "AdxCalcHourly" getBars() getBars: Returns the number of bars to use in the historical lookback period Returns: simple int directionDown() directionDown: Calculates the direction down for bar_index Returns: series float directionUp() directionUp: Calculates the direction up for bar_index Returns: series float ...
This script compute the average price swing per bar (between High and low) It does not include gaps between bars in the calcul