チャート

アブソリュート プライス オシレーター (APO)

アブソリュート プライス オシレーター (APO)

アブソリュート プライス オシレーター (APO) は、2つの異なる期間 (fast 短期と Slow 長期) の移動平均の絶対差異に基づいています。

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 ) \)
  • Long Cycle (ロング サイクル): 遅い移動平均に使用される期間数。
  • Short Cycle (ショート サイクル): 速い移動平均に使用される期間数。
  • 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
  • ポイントまたはパーセント: ポイント差分またはパーセント差分としてカーブを表示します。
  • Color Selectors (配色セレクター): グラフ要素に使用する配色。
  • Display Axis Label (軸ラベルの表示): Y 軸に最新値を表示するかどうか。

数式

APO = ロング サイクル (遅い移動平均) - ショート サイクル (速い移動平均)