jasonnyberg

Fractal Series History Summary

jasonnyberg Cập nhật   
This script presents a summarized view of a series by drawing lines between series samples taken at power-of-two intervals from the current value.
The intent is to provide a visualization of trendlines at multiple scales, without having to untangle those that my overlap each other.
It doesn't overlay a price-chart as written; it could, but IMHO that would be redundant. It's intended to augment oscillators and other kinds of indicators that don't necessarily scale with a price chart.
The script does not attempt to provide buy or sell triggers, but rather, to provide a visualization tool and a line-drawing tech-demo.
Phát hành các Ghi chú:
  • Calculate deltas forwards, not backwards
    Remove normalization
    Default to absolute values, overlay=true
Phát hành các Ghi chú:
Added a function to display momentum chords to each sampled node, which was my original inspiration for this script.
Reverted to tip-first drawing order, which is simpler and actually draws the oldest visible lines.
Phát hành các Ghi chú:
Refactored, added "Average" and "Linear Regression" as basis for fractal history. (The latter greatly improves the accuracy and stability of the historical summary.)

Note #1: This indicator repaints by nature.
Note #2: It is not intended to provide buy or sell signals.
Phát hành các Ghi chú:
Fixed some comments, but mainly wanted to update chart to improve visibility of the indicator
Phát hành các Ghi chú:
Added an option to display the fractal historical summary in Log Time, which can visually exaggerate recent information and compress information from the more distant past.
Adjusting the "Log(time) Factor" parameter will shrink or stretch the summary to your taste (use 0 for linear time.)
(Linear time in white, Log time in yellow)
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 đồ?