This indicator combines a traditional Keltner Channel overlay with an oscillator, providing a comprehensive view of price action, trend, and momentum. The core of this indicator is its advanced ATR calculation, which uses statistical methods to provide a more robust measure of volatility. Starting with the overlay component, the center line is created using a...
Library "Spectrum" This library includes spectrum analysis tools such as the Fast Fourier Transform (FFT). method toComplex(data, polar) Creates an array of complex type objects from a float type array. Namespace types: array Parameters: data (array) : The float type array of input data. polar (bool) : Initialization coordinates;...
FREQUENCY & VOLUME PROFILE ⚪ OVERVIEW The Frequency and Volume Profile indicator plots a frequency or volume profile based on the visible bars on the chart, providing insights into price levels with significant trading activity. ⚪ USAGE ● Market Structure Analysis: Identify key price levels where significant trading activity occurred, which can act as...
-Tool to measure price legs in terms of both time and price; gives an idea of frequency of market movements and their typical extent and duration. -Written for backtesting: seeing times of day where setups are most likely to unfold dynamically; getting an idea of typical and minimum sizes of small/large legs. -Two sets of editable lookback numbers to measure both...
Library "FunctionPatternFrequency" Counts the word or integer number pattern frequency on a array. reference: rosettacode.org count(pattern) counts the number a pattern is repeated. Parameters: pattern : : array : array with patterns to be counted. Returns: array : list of unique patterns. array : list of counters per...
Due to popular demand, I'm pusblishing Fourier Extrapolator of Price w/ Projection Forecast.. As stated in it's twin indicator, this one is also multi-harmonic (or multi-tone) trigonometric model of a price series xi, i=1..n, is given by: xi = m + Sum( a*Cos(w*i) + b*Sin(w*i), h=1..H ) Where: xi - past price at i-th bar, total n past prices; m - bias; ...
Fourier Extrapolator of Price is a multi-harmonic (or multi-tone) trigonometric model of a price series xi, i=1..n, is given by: xi = m + Sum( a *Cos(w *i) + b *Sin(w *i), h=1..H ) Where: xi - past price at i-th bar, total n past prices; m - bias; a and b - scaling coefficients of harmonics; w - frequency of a harmonic; h - harmonic number; H -...
Library "FunctionBestFitFrequency" TODO: add library description here array_moving_average(sample, length, ommit_initial, fillna) Moving Average values for selected data. Parameters: sample : float array, sample data values. length : int, length to smooth the data. ommit_initial : bool, default=true, ommit values at the start of the data under the...
Experimental: displays the frequency of candle types. reference: its a exploration of this topic: www.elitetrader.com
This indicator reads the charts as frequency because the charts are just waves after all. This is an excellent tool for finding "Booms" and detecting dumps. Booms are found when all the frequencies pull under the red 20 line. Dumps are detected when all the lines drag themselves along the 20 line as seen is screenshots below. Below is another 2 examples of a...
This tool uses Fourier transform to decompose the input time series into its periodic constituents and seasonalities , in other words, its frequency components . It also can reconstruct the time-domain data while using only the frequency components within a user-defined range (band-pass filtering). Thereby, this tool can reveal the cyclical characteristics of...
This indicator simulates the physics of a particle attracted by a distance-dependent force towards the evolving value of the series it's applied to. Its parameters include: The mass of the particle The exponent of the force function f=d^x A "medium damping factor" (viscosity of the universe) Compression/extension damping factors (for simulating...
In digital signal processing knowing how a system interact with the frequency content of an input signal is extremely important, the mathematical tool that give you this information is called "frequency response". The frequency response regroup two elements, the amplitude response, and the phase response. The amplitude response tells you how the system modify the...
This is an experimental study designed to attenuate higher frequency oscillations in price and volatility with minimal lag. In this study, a single pole low pass filter is used. The low pass filter's cutoff period is determined either by a fixed user input, or by using an Instantaneous Frequency Measurement (IFM) algorithm. Most radar warning, electronic...
The last of Ehlers Instantaneous Frequency Measurement methods. This is a more robust version of this script. I wrote it as a function, so you can simply copy and paste it into any script to add an adaptive period setting capability. Cheers, DasanC
◊ Introduction This script makes use of a sliding matrix, to search the highest/lowest point in the slider, it then counts the amount of times it was high/low, giving the distance from a previous high/low. Every High/low are granted values, being a lower value for shorted periods, and a larger value for Longer periods. This reveals the different period lengths...
Should I FOMO?? (number of revisited candles in a timeframe) ============================================================= idea: hecate I fomo way too much so i have created this little indicator to show me how many times (PERCENT) a candle is revisited in a period P with the idea that i should not panic and maybe just wait patiently for a better price. Just set...
Function to derive the frequency a range is visited over time. returns value (0 to 1) percent multiplier