The Periodic Linear Regressions (PLR) indicator calculates linear regressions periodically (similar to the VWAP indicator) based on a user-set period (anchor). This allows for estimating underlying trends in the price, as well as providing potential supports/resistances. 🔶 USAGE The Periodic Linear Regressions indicator calculates a linear regression...
The Periodic Activity Tracker tool periodically tracks the cumulative buy and sell volume in a user-defined period and draws the corresponding matching bars and volume delta for each period. Users can select a predefined aggregation period from the following options: Hourly, Daily, Weekly, and Monthly. 🔶 USAGE This tool provides a simple and clear way...
The Volume Forecasting indicator provides a forecast of volume by capturing and extrapolating periodic fluctuations. Historical forecasts are also provided to compare the method against volume at time t . This script will not work on tickers that do not have volume data. 🔶 SETTINGS Median Memory: Number of days used to compute the median and first/third...
Introduction If you rescale a sine wave to the price you will need to correlate it with it in order to show good results, today i present a different method that does not involve correlation to "morph" a sine wave to the price in order to provide forecast's and highlight market periodic patterns. Parameters length control the period of the sine wave, ...
The Self Referencing Stochastic Oscillator The stochastic oscillator bring values in range of (0,100). This process is called Feature scaling or Unity-Based Normalization When a function use recursion you can highlights cycles or create smoother results depending on various factors, this is the goal of a recursive stochastic. For example : k =...