Library "lib_session_gaps" simple lib to calculate the gaps between sessions time_gap() calculates the time gap between this and previous session (in case of irregular end of previous session, considering extended sessions) Returns: the time gap between this and previous session in ms (time - time_close ) bar_gap() calculates the bars missing...
Inspired and based on ismailcarlik's Trend Lines, Supports and Resistances. Additions include an overall upgrade to Pinescript v5, changes in the way resistance and support levels are calculated, improved visual queues, and additional customization options. This indicator is meticulously crafted to provide traders with visual tools for identifying trend lines,...
Library "lib_colors" offset_mono(original, offset, transparency) get offset color Parameters: original (simple color) : original color offset (float) : offset for new color transparency (float) : transparency for new color Returns: offset color
█ OVERVIEW This indicator is a divergence finder, designed to be overlayed on top of any oscillator. By utilizing an Exponential Moving Average, rather than built-in pivot functions, this allows for insignificant pivots of the oscillator to be filtered out. Additionally, by sampling more than just the previous oscillator pivot, this allows for divergences to be...
Library "intersect" Find Line Intersection X/Y coordinates. Simple to use, will find intersection if it exists on the segments if the line segments do not cross on segment, an 'na' value will be returned if you plot new items with the output coords, they still plot. avoid this by setting a na(x) condition before plotting new items get(l1, l2, (...
This script is made to identify Elliot Waves by setting a zigzag line as principal source, it identifies patterns with the most common rules, in the chart you will see a number in each wave detected, a wave could have the characteristics to be two different waves so it will be plotted the options that could be, To identify which one is most trustable I suggest to...
Dump Detecter uses Stochastic RSI to detect dumps/downtrends. Can be used as an exit trigger for long bots or an entry trigger for short bots. Change settings to lower timeframe for scalping. Pump signals can be turned on with tickbox. Default Settings are not the usual Stochastic RSI setup and have been tuned to bitcoin 3hr chart: Timeframe = 3hrs smoothK =...
This is the Lord Pepe. Howdy. Basic buy/sell indicator to accumulate along a downtrend and release your stack during the uptrend and oversold levels of the stochastic. The buys should be used to stack, and sells indicate levels of profit taking, they do not signal a long term reversal, only < 25% of stack should be released on "OB" signals. OB - overbought...
Make this version of the famous WaveTrend indicator has the following characteristics: - WaveTrend direction detection - Customizable overbought and oversold level (set by default just like the original version) - Possibility to modify the length of the channel (set by default same as the original version) - Possibility of modifying mobile period (set by default...
This is a script to help the beginners locate the candle patterns. It has a nice code that can be used in other scripts too. Easy to use with separated functions, simple patterns and complex patterns detections. I have done some updates at the Candlestick Patterns Identified script by @repo32. Was a good start of my ideia. Tks for sharing repo. It will be...
Trend Detection Index indicator script. This indicator was originally developed by M.H. Pee (Stocks & Commodities V. 19:10 (54-61): Trend Detection Index).
This is a revised version of the original "Price Divergence Detector by RicardoSantos". Description: Price Divergence detection for various methods : RSI, MACD, STOCH, VOLUME, ACC-DIST, FISHER, CCI, BB %B and Ehlers IdealRSI. Both Hidden and Regular Divergences are detected. Mofidifications: Revision 3.0 by JustUncleL Added option to disable/enable...
Update: added Fisher Transform to the list of oscillators.
Price Overlay for Multiple Method Choice Divergence Detection:
As described here: update: added divergence detection.
EXPERIMENTAL: Accumulation and Distribution Divergence detection.
EXPERIMENTAL: MACD Divergence detection. looks like macd is more prone for missing the extremes in price then the rsi due to lag.