Skip to main content
BTC / USDT——ETH / USDT——SOL / USDT——BNB / USDT——XRP / USDT——DOGE / USDT——TON / USDT——AVAX / USDT——LINK / USDT——ADA / USDT——TRX / USDT——DOT / USDT——BTC / USDT——ETH / USDT——SOL / USDT——BNB / USDT——XRP / USDT——DOGE / USDT——TON / USDT——AVAX / USDT——LINK / USDT——ADA / USDT——TRX / USDT——DOT / USDT——
料金プラン

DPO (Detrended Price Oscillator)

Strips the trend to reveal price cycles — MetaStock code.

DPO removes the longer-term trend by comparing price to a displaced moving average, leaving the shorter cycles behind. It is used to spot the length and timing of price cycles — peaks and troughs — rather than to follow trend direction. Copy the version for your platform.

MetaStock
{DPO - Detrended Price Oscillator, period 20}
dpoVal := DPO(20);
dpoVal

To use it inside dtcharts, paste any version into the Script Converter and it becomes a native indicator on your chart.

役に立ちましたか?