チャート

RAVI

RAVI

RAVI 指標は、現在の価格と過去の価格の間のパーセント数差分を示し、市場のトレンドを識別します。この指標は、異なった長さの移動平均に基づいて計算します。

Configuration Options

  • : 平均計算のベースに使用する価格、または価格の組み合わせ。以下の値があります。
    • Open (始値)
    • High (高値)
    • Low (安値)
    • Close (終値)
    • Adjusted Close (調整終値)
    • HL/2 \( \left ( \frac{High + Low}{2} \right ) \)
    • HLC/3 \( \left ( \frac{High + Low + Close}{3} \right ) \)
    • HLCC/4 \( \left ( \frac{High + Low + Close + Close}{4} \right ) \)
    • OHLC/4 \( \left ( \frac{Open + High + Low + Close}{4} \right ) \)
  • Moving Average Type: Type of moving average to use in the calculations:
    • Simple
    • Exponential
    • Time Series
    • Triangular
    • Variable
    • VIDYA
    • Weighted
    • Welles Winder
    • Hull
    • Double Exponential
    • Triple Exponential
  • Short Cycle (ショート サイクル): 長期移動平均期間の長さ。
  • Long Cycle (ロング サイクル): 短期移動平均期間の長さ。
  • Color Selectors (配色セレクター): グラフ要素に使用する配色。
  • Over Zones Enabled (オーバーゾーンの有効化): 描画と水平線の過剰買と過剰売のレベル間でエリアを網掛けするかどうかを示します。
  • Over Bought (過剰買): 過剰の買枚数。
  • Over Sold (過剰売): 過剰の売枚数。
  • Display Axis Label (軸ラベルの表示): Y 軸に最新値を表示するかどうか。

数式

\[ RAVI = \frac{100 * (n{\text -}period\;short\;moving\;average - n{\text -}period\;long\;moving\;average)}{n{\text -}period\;long\;moving\;average} \]