Institutional View: CMF & SuperTrend
Category: volume, trend, volatility
A multi-component indicator combining Chaikin Money Flow (CMF) for institutional accumulation/distribution, SuperTrend for trend direction, and ATR for volatility assessment.
Formula
AD = ((2*Close - Low - High) / (High - Low)) * Volume; CMF = sum(AD, 20) / sum(Volume, 20); ATR = rma(tr, 14)
See signal primitives and every published strategy that uses Institutional View: CMF & SuperTrend on WOBR StrategyVerse.