Cleverio - Quantower Indicators Help

CandleStick Volatility (CV)

Description

Candlestick charts provide valuable insights into price movements, and the size of individual candlesticks plays a crucial role in assessing market volatility. By analyzing candlestick sizes, traders can gauge the intensity of price fluctuations. Additionally, the indicator displays each candle’s size as a percentage, allowing for easy comparison with other candles.

How It Works

The volatility for each candle is measured as the difference between the high and low prices. The resulting value is expressed as a percentage.

Formula

if (Close > Open) { return ((High - Low) / Low) * 100.0; } return ((Low - High) / High) * 100.0;

Chart Settings

cv-settings-1.png
cv-settings-2.png

* For common indicator properties please see Common Indicator Settings

  1. "Define color for bearish and bullish bars"

    1. "Bearish Color"

    2. "Bullish Color"

Chart View

chart-cv-indicator.png
Last modified: 24 September 2024