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...
█ CALCULATE PSEUDO-RENKO VALUE Calculates and returns the Pseudo-Renko Stabilized value (or close price) based on a given input value, along with the direction of the current Renko brick. This function adapts the traditional Renko brick size dynamically based on the volatility of the input value using a combination of SMA and EMA calculations. The calculated...
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 "bollingerBands" Bollinger bands related functions get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source) Parameters: stdv1 (int) stdv2 (int) stdv3 (int) stdv4 (int) stdv5 (int) stdv6 (int) stdv7 (int) length (simple int) source (float) ...
Library "movingAveragesUtilities" get_movingAverages_data(source, length_fast, length_medium, length_slow) Parameters: source (float) length_fast (simple int) length_medium (simple int) length_slow (simple int)
█ OVERVIEW Contains a type HTFMA used to return data on six moving averages from a higher timeframe. Several types of MA's are supported. █ HOW TO USE Please see instructions in the code (in library description). (Important: first fold all sections of the script: press Cmd + K then Cmd + - (for Windows Ctrl + K then Ctrl + -) █ FULL LIST OF FUNCTIONS AND...
🔵 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...
█ OVERVIEW Contains type and methods for drawing higher-timeframe bands of several types: Bollinger bands Parabolic SAR Supertrend VWAP By copy pasting ready made code sections to your script you can add as many multi-timeframe bands as necessary. █ HOW TO USE Please see instructions in the code. (Important: first fold all sections of the...
Library "gridUtilities" TODO: add library description here get_fibonacciGrid_data(length, trend_direction, plot_grid, plot_labels, bars_to_right, include_levels) : Gets and plots a fibonacci grid. Parameters: length (int) : (int): The direction flag that indicates where the trend is going. trend_direction (string) : (string):...
Library "volumeUtilities" generate_and_plot_volumeProfile(length, valueArea_perc, plot_vp, show_vp_labels, include_vp_levels) : Generate and plot volume profile Parameters: length (int) : (int): Length of the volume profile indicator valueArea_perc (float) : (float): Percentage of the volume that will be in the value area ...
Library "CandlestickepatternsClase3" TODO: add library description here bullish_engulfing() bearish_engulfing()
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 "COMET_Scanner_Library" - A Trader's Edge (ATE)_Library was created to assist in constructing COM Scanners TickerIDs(_string) TickerIDs: You must form this single tickerID input string exactly as described in the scripts info panel (little gray 'i' that is circled at the end of the settings in the settings/input panel that you can hover your cursor...
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 "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 "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...