Linear Regression calculation based on pine script v4 – indicator MetaTrader 5

ScreenshotLinreg
Linear regression curve A line that best fits the prices specified over a user-defined time period. It is calculated using the least squares method. The result of this function is calculated using the formula: linreg = intercept + slope * (length – 1 – offset), where length is the y argument, offset is the z

Volume Profile – indicator MetaTrader 5

sample screenshot
What is Volume Profile? The volume profile tool, also known as horizontal volume, illustrates transaction volume at each price within a specific time range using a horizontal histogram chart. Longer bars indicate higher transaction volume at that price, while shorter bars represent lower transaction activity. The calculations in this indicator are executed in a simple

pivots calculation based on pine script v4 – indicator MetaTrader 5

MT5 Pivots
For MQL4 version please click here. pine script v4 function I/O : pivothigh(source, leftbars, rightbars) → series[float] pivotlow(source, leftbars, rightbars) → series[float] This indicator includes two simple functions to calculate the pivotshigh and pivotslow functions based on pine script. The functions can be used as copy and paste snippet in conversion projects from tradingview platform. Note: The

wd.Multi_ClockPrice lite! – indicator MetaTrader 5

wd.Multi_ClockPrice lite! - indicator for MetaTrader 5
The MT5 custom indicator, named “wd.Multi_ClockPrice lite!”, is the lite version of “wd.Multi_ClockPrice”.   “wd.Multi_ClockPrice lite!” is designed to provide a visual representation of the MT5 terminal server time and bid price on the chart. It contains basic features for displaying clock and price information. The clock display using OnTimer() event function, updates the server

wd.Range_BB – indicator MetaTrader 5

wd.Range_BB - indicator for MetaTrader 5
The MT5 custom indicator, named ‘wd.Range_BB,’ is designed to display Bollinger Bands with customized colors and line styles on the chart and calculate the range bandwidth. The range bandwidth is the difference in pips between the upper and lower Bollinger Bands. Here’s how the indicator works:   Bollinger Bands Settings: These parameters allow users to