OPEN-SOURCE SCRIPT
Aggiornato

VWMA MACD Amanita

92
VWMA MACD (Volume-Weighted MACD)

This indicator modifies the standard MACD by replacing EMAs with VWMAs
(Volume-Weighted Moving Averages).

- Fast VWMA (default 12 bars)
- Slow VWMA (default 26 bars)
- MACD Line = Fast VWMA - Slow VWMA
- Signal Line = EMA of MACD (default 9 bars)
- Histogram = MACD - Signal

Compared to the standard MACD, this version emphasizes price moves that
are backed by higher trading volume, helping to filter out weak signals.

The script also lets you choose the price source (Close, HL2, HLC3, OHLC4).
Note di rilascio

// ──────────────────────────────
// Info:
// This indicator modifies the standard MACD by replacing EMAs with VWMAs
// (Volume-Weighted Moving Averages).
//
// - Fast VWMA (default 12 bars)
// - Slow VWMA (default 26 bars)
// - MACD Line = Fast VWMA - Slow VWMA
// - Signal Line = EMA of MACD (default 9 bars)
// - Histogram = MACD - Signal
//
// Compared to the standard MACD, this version emphasizes price moves
// that are backed by higher trading volume, helping to filter out weak signals.
//
// The script also allows choosing the price source (Close, HL2, HLC3, OHLC4).
// ──────────────────────────────

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.