Vốn hóa thị trường Tiền điện tử, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
CÔNG TY CỔ PHẦN FPT, TẬP ĐOÀN VINGROUP - CÔNG TY CỔ PHẦN, CÔNG TY CỔ PHẦN TẬP ĐOÀN HÒA PHÁT, CÔNG TY CỔ PHẦN SỮA VIỆT NAM, NGÂN HÀNG TMCP NGOẠI THƯƠNG VIỆT NAM, CÔNG TY CỔ PHẦN VÀNG BẠC ĐÁ QUÝ PHÚ NHUẬN
VIETNAM INDEX, VIETNAM 30, Dow 30, Chỉ số S&P 500, Nasdaq Composite, Chỉ số DAX
Mỹ 10 năm, Euro Bund, Đức 10 năm, Nhật 10 năm, UK 10Y, Ấn Độ 10 năm
//Every spread & central tendency measure in 1 script with comfortable visualization, including scrips's status line. Spread measures: - Standard deviation (for most cases); - Average deviation (if there are extreme values); - GstDev - Geometric Standard Deviation (exclusively for Geometric Mean); - HstDev - Harmonic Deviation (exclusively for Harmonic...
The new array feature is extremely powerful, as it will allow pinescript users to do more complex things, or compute existing calculations more efficiently, it will also be possible to shine some light to some already existing functions, one of them being percentile_nearest_rank . We have been working on this new feature with our pal alexgrover, and made this...
Ehlers Smoothed Adaptive Momentum script. This indicator was developed and described by John F. Ehlers in his book "Cybernetic Analysis for Stocks and Futures" (2004, Chapter 12: Adapting to the Trend).
Original (Simple Horizontal Value and Offsets/SHV) Requested by @TAFA94 Description: Simple adjustable incremented horizontal offset lines extending up and down from a Median point. Set full value for manual Median point control, or set an incremental rounding value for auto Median adjustment. Source and look-back period inputs for fine tuning auto...
This simple script was a collaborative effort with 4X4good. It plots a moving median for the period using the 50th percentile value. We wanted to know the median value of VIX but surprisingly, a median indicator wasn't yet available in the indicators library. So we did a little research & put this together.
EXPERIMENTAL: Request for GLAZ Functions to handle Mean, Median, Mode Calculation.
Statistical methods based on mean cannot be effective all the time when attributed to financial data since it doesn't usually follow normal distribution, the data can be skewed or/and have extreme values which can be described as outliers. In order to deal with this problem it is appropriate to use median-based techniques. The most common one is called...
Recursive Median Oscillator indicator script. This indicator was originally developed by John F. Ehlers (Stocks & Commodities V. 36:03 (8–11): Recursive Median Filters).
This study tries to highlight ranges as they are defined by TradingLatino TradingView user. The study uses median values. A range is defined as periods when the price does not move a lot. Its default values are aimed at BTCUSDT pair and 4h timeframe. HOW IT WORKS For each of the bars a '5' median is calculated based on the 'highest of open and close' For...
Hampel Filter script. This indicator was originally developed by Frank Rudolf Hampel (Journal of the American Statistical Association, 69, 382–393, 1974: The influence curve and its role in robust estimation). The Hampel filter is a simple but effective filter to find outliers and to remove them from data. It performs better than a median filter.
Interquartile Range Bands script. This indicator was originally developed by Alex Orekhov at his home. The idea based on the interquartile range en.wikipedia.org If price breaks out from the bands then it is `outlier` price. After breakouts price always returns to its median. Watch squeeze/expansion periods. Anyway use it...
update: changes to code, ma's now split over 3 sets fast, medium and slow, removed cloud and sl_lines(no use?), ma's visually display as shapes :p added option to toggle the ma's on/off.
EXPERIMENTAL: previous custom time window median price and current time window open price in a neat package :p
EXPERIMENTAL: previous custom time window median price and current time window open price in a neat package :p (JeanLouisHardy) added option for bar count system, also added a donchian average.
Median moving average of prices series using 'percentile_nearest_rank'.
This is a composite indicator made up of: - modifided (rescaled) version of evergets version of recursive median oscillator. - 1996anoojpatels Futur modification of Ehlers Fisher Transform Ribbons Indicator I think Ehlers attempts to minimise latency in indicators are extremely valuable and some of my most use trading tools. Thanks to all the authors whose...