OPEN-SOURCE SCRIPT

ZWAP (ZigZag Anchored VWAP) [Kioseff Trading]

Cập nhật
Hello!

Quick script showcasing the new polyline function for Pine Script!

Features
  • Up to 100 high/low pivot points auto anchored VWAP
  • Visible range auto anchored VWAP
  • Curved ZigZag (Adjustable!)


With the new polyline function, auto-anchored VWAP at specific price points is more viable.

When using line.new() only 500 lines can exist on the chart concurrently and, since VWAP is calculated on every update, a "proper" VWAP drawn using line.new() can extend 500 bars at most, to which no additional VWAP lines can be drawn after.

Of course, when using the plot() function a VWAP line will draw on every bar; however, this method isn't highly compatible with auto-anchoring VWAP lines.

However!

A polyline, from beginning to end irrespective of the number of coordinates used, constitutes 1 polyline; 100 can exist simultaneously with 10,000 xy coordinates per line.

ảnh chụp nhanh

The image above shows an attempt to draw the same auto-anchored VWAP lines using the line.new() function. Not an ideal outcome!

ảnh chụp nhanh

The image above shows the same attempt using the polyline.new() function!

Very nice (:

ảnh chụp nhanh

The image above shows the indicator auto anchoring to zig zag turning points.

Subsequent to a new anchoring, VWAP is calculated for the following bars - up to the current bar.

Thank you for checking this out; if you have any ideas to spice it up feel free to comment!

Phát hành các Ghi chú
Updated chart
Phát hành các Ghi chú
Greatly improved efficiency on lower timeframes
anchoredvwapautoanchoredvwapforecastingVolume Weighted Average Price (VWAP)

Mã nguồn mở

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

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


•Access to Next-Gen Optimization Tools: kiosefftrading.com

•Discord Server: discord.gg/3cKVU28Z9Z
Ngoài ra, trên:

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