🔵 Introduction Technical analysis is a fundamental tool in financial markets, helping traders identify key areas on price charts to make informed trading decisions. The ICT (Inner Circle Trader) style, developed by Michael Huddleston, is one of the most advanced methods in this field. It enables traders to precisely identify and exploit critical zones such as...
Library "Waves" Methods for elliot wave detection method delete(this) deletes the subwave drawing Namespace types: Subwave Parameters: this (Subwave) : Subwave object to be deleted Returns: deleted subwave object method delete(this) deletes the wave drawing and the corresponding subwaves Namespace types: Wave Parameters: this...
Library "PubLibTrend" trend, multi-part trend, double trend and multi-part double trend conditions for indicator and strategy development rlut() return line uptrend condition Returns: bool dt() downtrend condition Returns: bool ut() uptrend condition Returns: bool rldt() return line downtrend condition Returns: bool dtop()...
Library "DynamicRSI" The "DynamicRSI" library provides a method to calculate a Dynamic Relative Strength Index (RSI) that adjusts its sensitivity based on market volatility. By combining short and long RSI periods with a weighted average influenced by the market's volatility, this library allows users to obtain a more responsive RSI tailored to changing...
Library "PubLibSwing" swing high and swing low conditions, prices, bar indices and range ratios for indicator and strategy development sh() swing high condition Returns: bool sl() swing low condition Returns: bool shbi(occ) swing high bar index, condition occurrence n Parameters: occ (simple int) Returns: int slbi(occ) swing...
Library "PubLibCandleTrend" candle trend, multi-part candle trend, multi-part green/red candle trend, double candle trend and multi-part double candle trend conditions for indicator and strategy development chh() candle higher high condition Returns: bool chl() candle higher low condition Returns: bool clh() candle lower high...
Library "PubLibPattern" pattern conditions for indicator and strategy development bear_5_0(ab_low_tol, ab_up_tol, bc_low_tol, bc_up_tol, cd_low_tol, cd_up_tol) bearish 5-0 harmonic pattern condition Parameters: ab_low_tol (float) ab_up_tol (float) bc_low_tol (float) bc_up_tol (float) cd_low_tol (float) cd_up_tol (float)...
Library "MarkovChains" Markov Chains library by @metacamaleo. Created in 09/08/2024. This library provides tools to calculate and visualize Markov Chain-based transition matrices and probabilities. This library supports two primary algorithms: a rolling window Markov Chain and a conditional Markov Chain (which operates based on specified conditions). The...
Library "CandlestickepatternsClase3" TODO: add library description here bullish_engulfing() bearish_engulfing()
Library "CandleAnalysis" A collection of frequently used candle analysis functions in my scripts. isBullish(barsBack) Checks if a specific bar is bullish. Parameters: barsBack (int) : (int) The number of bars to look back. The default is 0 (current bar). Returns: True if the bar is bullish, otherwise returns false. isBearish(barsBack) Checks...
Library "MarcosLibrary" A colection of frequently used functions in my scripts. bullFibRet(priceLow, priceHigh, fibLevel) Calculates a bullish fibonacci retracement value. Parameters: priceLow (float) : (float) The lowest price point. priceHigh (float) : (float) The highest price point. fibLevel (float) : (float) The fibonacci level to...
Library "VandelayIndicatorLib" Art Vandelay's Indicator library STC_VIL(EEEEEE, BBBB, BBBBB) Schaff Trend Cycle Calculations Parameters: EEEEEE (int) : = Slengt, BBBB = FALenght, BBBBB = SLOLenght BBBB (simple int) BBBBB (simple int) Returns: Long : mAAAAA > mAAAAA - Short : mAAAAA < mAAAAA stc(source, fast, slow, cycle, d1, d2)...
Library "Cinnamon_BearIndicatorsMALibrary" This is a personal Library of the NON built-in PineScript Moving Average function used to code indicators ma_dema(source, length) Double Exponential Moving Average (DEMA) Parameters: source (simple float) length (simple int) Returns: A double level of smoothing helps to follow price movements more...
Library "Autofibo" fibonacci(up, down, calculate, log, color1, color2, plot) Creates an array with fibbonaci levels and plots lines. Parameters: up (float) down (float) calculate (bool) log (bool) color1 (color) color2 (color) plot (bool) Returns: --> var float tupple. fibonacciExtension(up, down,...
Library "VolumeSpreadAnalysis" A library for Volume Spread Analysis (VSA). spread(_barIndex) Calculates the spread of a bar. Parameters: _barIndex (int) : (int) The index of the bar. Returns: (float) The spread of the bar. volume(_barIndex) Retrieves the volume of a bar. Parameters: _barIndex (int) : (int) The index of the...
Library "ImrLibrary" TODO: add library description here STG(Length) TODO: add function description here Parameters: Length (int) Returns: TODO: add what function returns ISI(Length) Parameters: Length (simple int)