Library "eHarmonicpatternsLogScale" Library provides functions to scan harmonic patterns both or normal and log scale getSupportedPatterns() get_prz_range(x, a, b, c, patternArray, errorPercent, start_adj, end_adj, logScale) Provides PRZ range based on BCD and XAD ranges Parameters: x : X coordinate value a : A coordinate value b : B...
This indicator uses identical calculation to Ichimoku indicator except performed in log-space. This is helpful for long-term and highly volatile charts.
Just like regular momentum indicator except calculated in log space and with a horizontal line centered at zero for easier analysis
This is similar to regular WaveTrend Oscillator except: - replaces hlc3 input with a weighted log formula for better stability/performance on high volatility charts - zero-centered scaling - SMA crossovers above and below OB/OS thresholds are marked as buy/sell signals
My WaveTrend Oscillator indicator optimized for dark backgrounds. The light mode is available here:
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).
Calculation begins at the beginning of the bar, eliminating incorrect moving average weighting at the very beginning of the ticker you're watching. This is important for new stocks, futures, altcoins, etc. The inputs for the fast/slow alphas are now normal integers, with the calculation (2 / (y + 1)) for alpha added after input. Comes with two moving averages...
I found this awesome script from @quantadelic and edited it to be a bit more legible for regular use, including coloured zones and removing the intercept / slope values as variables, to leave space for the fib levels in the indicator display. I hope you all like it.
RSI calculated for log scale, with divergences labeled, as well as a 1 hour 55 EMA for signal. Original log-space RSI by fskrypt. Divergences taken from JustUncleL, originally from RicardoSantos.
This is a straightforward modification of LazyBear's CCI-coded OBV indicator with the following changes: 1) uses log-hl2 as source, which seems to be a more stable indicator of price change than close 2) adds optional price smoothing
This indicator is basically the standard linear regression but adjusted to be suitable for log scale. You can use 2 different standard deviation values, choose the data source and lookback length. The colors are chosen directly on the main menu. Enjoy!
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
This indicator is identical to regular MACD indicator except it is calculated in log space, which is useful for looking at long-term trends.
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).
Experimental: Uses the Box-Cox Transformer with a deflection on the inversion to create log bands. to be used in log scaled charts.
A combo of 3 MAs for traders who grew accustomed to using Binance MA settings
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 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