gorx1

Spread by

gorx1 Cập nhật   
//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 Mean).

These modified functions will calculate everything right, they will take source, length, AND basis of your choice, unlike the ones from TW.

Central tendency measures:
- Mean (if everything's cool & equal);
- Median (values clustering towards low/high part of the rolling window);
- Trimean (3/more distinguishable clusters of data);
- Midhinhe (2 distinguishable clusters of data);
- Geometric Mean ( |low.. ... ... .. .... ... . . . . . . . . . . . .high| this kinda data); <- Exp law
- Harmonic Mean { |low. . . . . . . . . . . . . . .. . . .high| kinda data). <- Reciprocal law

Listen:
1) Don't hesitate using Standard Deviation with non-mean, like "Midhinge Standard Devition", despite what ol' stats gurus gonna say, it works when it's appropriate;
2) Don't check log space while using Geometric Mean & Geometric Standard Deviation, these 2 implement log stuff by design, I mean unless u wanna make it double xd
3) You can use this script, modify it how you want, ask me questions whatever, just make money using it;
4) Use Midrange & Midpoints in tandem when data follows ~addition law (like this . . . . . . . . . . . . . . . . . . . . .). <- just addition law

Look at the data, choose spread measure first, then choose central tendency measure, not vice versa.

!!!
Ain't gonna place ® sign on standard deviations like one B guy did in 1980s lmao, but if your wanna use Harmonic Deviations in science/write about/cite it/whatever, pls give me a lil credit at least, I've never seen it anywhere and unfortunately had to develop it by myself. it's useful when your data develops by reciprocals law (opposite to exponential).

Peace TW
Phát hành các Ghi chú:
Thanks to midtownsk8rguy now the code has a switch to turn on/off Variance descriptor & Range/Deviation ratio. For some users who don't check "Scale price chart only" for some reason, the old version was distorting the overlay. The old version will be available here
Phát hành các Ghi chú:
Now variance is calculated based on quadratic (Stdev) function only, no matter which Spread measure is chosen.
Phát hành các Ghi chú:
Relative Standard Deviation (RSD) was added, along with Variance and Range/Spread ratio it might be used in order to decide whether 1sr or 2nd deviations should utilized as limits.
Phát hành các Ghi chú:
Overlay issue was finally defeated by using "plotchar" for the last 3 descriptors, instead of just "plot"
Pine Script manual is the king
Phát hành các Ghi chú:
Median deviation was added thanks to arrays support. It has an interesting property of minimizing variance when used with mid-hinge (who'd know, tho I found it accidentally in the depths of wiki).
...
trimmed L∞ norm statistics: for example, the midhinge (average of first and third quartiles) which minimizes the median absolute deviation of the whole distribution, also minimizes the maximum absolute deviation of the distribution after the top and bottom 25% have been trimmed off.

Source, "Minimization" paragraph

I still haven't figured out yet completely what's the real deal about mid-hidnge vs median, but seems like it has something to do with low kurtosis (big variance) value/bimodality.

Man I wish I know for real, if some1 reads it now and knows exactly when to use mid-hinge, pls hit me up.
Phát hành các Ghi chú:
Long awaited update for the best script in the world. Now the code is shorter - less geeky/hipster and more real world oriented. The code contained a bug which was blocking it from calculating Geometric mean at all. I can't believe I noticed it, not you, after the whole year. I also tried my best to keep the plotting as much tolerant as possible, but be sure to make appropriate color changes while using a night theme.

Peace
Phát hành các Ghi chú:
And the final touch...
Phát hành các Ghi chú:
New:
- All data switch;
- OTF functionality.

Mã nguồn mở

Với tinh thần TradingView, tác giả của tập lệnh này đã xuất bản nó dưới dạng mã nguồn mở, vì vậy các nhà giao dịch có thể hiểu và xác minh nó. Chúc mừng tác giả! Bạn có thể sử dụng mã này miễn phí, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy nội bộ. Bạn có thể yêu thích nó để sử dụng nó trên biểu đồ.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng tập lệnh này trên biểu đồ?