Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This code is a slightly modified version of Tradingviews' built-in "linear regression" script which can be correctly plotted on logarithmic charts.
Portfolio Metrics **New** 'returns' 'log returns' 'geometric returns' portfolio alpha portfolio beta portfolio,market correlation portfolio standard deviation portfolio variance mean portfolio returns maximum drawdown maximum gain
Calculates Bollinger Bands in log space, which is useful for high-volatility charts and for looking at long-term growth
On charts with medium or low volatility, this indicator behaves identically to standard Moving Average. On highly volatile charts, this indicator is more stable because the calculation is performed in log space. For convenience, the indicator starts from the second candle (much earlier than regular MA).
A comfortable Volume Indicator with the following features: Darker colors indicate positive changes Light colors indicate negative changes There are separate colors for changes above a configurable threshold The threshold can look at percentages changes in either volume (directly) or the volume at log scale. The graph itself is always displayed in...
A study of moving averages that utilizes different tricks I've learned to optimize them. Included is Bollinger Bands, Guppy (GMMA) and Super Guppy. The method used to make it MtF should be more precise and smoother than regular MtF methods that use the security function. For intraday timeframes, each number represents each hour, with 24 equal to 1 day. For daily,...
The main concept for creating this was to completely remove the whipsaw nature of VWAP by introducing lag. References: www.investopedia.com www.investopedia.com www.investopedia.com
This indicator is almost identical to "Bollinger Bands %BB" except its calculations are performed in logspace and it adds an optional EMA line (after LazyBear's idea).
This indicator uses identical calculation to Ichimoku indicator except performed in log-space. This is helpful for long-term and highly volatile charts.
This indicator is in principle similar to Stochastic Oscillator, but contains the following improvements: - advanced Ehlers-based smoothing (typically results in earlier signals than regular EMA smoothing) - graceful degradation when few candles present for improved accuracy in the beginning of the chart - buy/sell signals based on K-D crossover above/below thresholds
Similar to basic EMA Ribbon indicator except uses log-space transformation. Should be better on very long timeframes and for determining beginning of a bull market. The tradeoff is that it is slower than regular EMA near peaks (regular EMA will outperform this indicator when determining when to sell).
Make Williams Alligator usable for looking at weekly and high-volatility crypto charts. The built-in indicator may have some problems with these charts, as in example below:
This indicator is identical to regular MACD indicator except it is calculated in log space, which is useful for looking at long-term trends.
Just like regular momentum indicator except calculated in log space and with a horizontal line centered at zero for easier analysis
This indicator has two features that make it better than standard SMMA for cryptocurrencies: - starts from the very first candle - calculations are performed in log-space which means less sensitivity to extreme volatility common in crypto world
This is the same script as the built-in Ultimate Oscillator except it is calculated in log-space, which may help with some very high-volatility charts (the differences will be usually be very small though).
The idea is help traders to see the patterns and levels from a different point o view. This script create candlestick using the opening, high, low and close price as source on your favorite function. It's very simple to use: Select a function in the drop box list, the number of bars length, check or uncheck the boxes to treat source as logarithm, smooth, and...
For convenience, bundles 3 moving averages at 50, 100, and 200