Volume SuperTrend AI (Expo)

Category: trend, volume

A hybrid trend indicator that combines a Volume-Weighted SuperTrend with a K-Nearest Neighbors (KNN) classification algorithm to refine trend signals based on historical patterns.

Formula

VWMA = \frac{\sum (Price \times Volume)}{\sum Volume} \\ \text{SuperTrend} = \text{VWMA} \pm (Multiplier \times ATR) \\ \text{KNN Label} = \frac{\sum_{i=1}^k (Weight_i \times Label_i)}{\sum Weight_i} \text{ where } Weight = \frac{1}{Distance + 1e-6}

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home