Price Volatility Index[Version No.1]

If the PVI index rises, it means that the inertia of the price is sufficiently supplied.
The key point here is that the rise in the PVI index doesn't mean the price is going up, and the decline in the PVI index is not going to go down.
Shows the strength of the amplitude of the price regardless of directionality.
If the PVI indicator rises, it means that the amplitude of the price is strong, and if the PVI indicator decreases, the amplitude of the price will be weakened, indicating a directionless market.
"This indicator had reused indicator which name is 'CEMA'.
Reused indicator URL:[url= tradingview.com/u/mvtradeide...] tradingview.com/u/mvtradeide...
reused indicator 'CEMA' CODE
study(title="Color EMA", shorttitle="CEMA", overlay=true)
en = input (10, minval=1, Title="Length")
src = input(close, Title="Source")
out = ema ( src , le)
(out, color=out>out?green:out[out?red:blue, linewidth=2, transsp=0, Title="CEMA")
สคริปต์เฉพาะผู้ได้รับเชิญเท่านั้น
เฉพาะผู้ใช้ที่ได้รับการอนุมัติจากผู้เขียนเท่านั้นที่สามารถเข้าถึงสคริปต์นี้ได้ คุณจะต้องร้องขอและได้รับอนุญาตก่อนจึงจะสามารถใช้งานได้ โดยปกติจะได้รับอนุญาตหลังจากชำระเงินแล้ว สำหรับรายละเอียดเพิ่มเติม ทำตามคำแนะนำของผู้เขียนด้านล่างหรือติดต่อ HAMTOOSA_ACADEMY โดยตรง
TradingView ไม่แนะนำให้ชำระเงินหรือใช้สคริปต์ เว้นแต่ว่าคุณจะเชื่อถือผู้เขียนสคริปต์และเข้าใจวิธีการทำงานของมัน คุณยังอาจพบทางเลือกของโอเพนซอร์ส แบบฟรีในสคริปต์ชุมชนของเรา
คำแนะนำของผู้เขียน
คำจำกัดสิทธิ์ความรับผิดชอบ
สคริปต์เฉพาะผู้ได้รับเชิญเท่านั้น
เฉพาะผู้ใช้ที่ได้รับการอนุมัติจากผู้เขียนเท่านั้นที่สามารถเข้าถึงสคริปต์นี้ได้ คุณจะต้องร้องขอและได้รับอนุญาตก่อนจึงจะสามารถใช้งานได้ โดยปกติจะได้รับอนุญาตหลังจากชำระเงินแล้ว สำหรับรายละเอียดเพิ่มเติม ทำตามคำแนะนำของผู้เขียนด้านล่างหรือติดต่อ HAMTOOSA_ACADEMY โดยตรง
TradingView ไม่แนะนำให้ชำระเงินหรือใช้สคริปต์ เว้นแต่ว่าคุณจะเชื่อถือผู้เขียนสคริปต์และเข้าใจวิธีการทำงานของมัน คุณยังอาจพบทางเลือกของโอเพนซอร์ส แบบฟรีในสคริปต์ชุมชนของเรา