Class MVRVRatioIndicator

java.lang.Object
com.wualabs.qtsurfer.engine.indicators.onchain.MVRVRatioIndicator
All Implemented Interfaces:
OnChainIndicator

public class MVRVRatioIndicator extends Object implements OnChainIndicator
Market Value to Realized Value (MVRV) Ratio.

Compares market capitalization to realized capitalization:

MVRV = marketCap / realizedCap
  • MVRV > 3.5: historically overvalued zone
  • MVRV < 1: historically undervalued zone (market below aggregate cost basis)
  • Constructor Details

    • MVRVRatioIndicator

      public MVRVRatioIndicator()
  • Method Details