Filters Overview

Filters are the core of vyx. A filter defines what market conditions you’re looking for. When those conditions appear on any Binance futures pair, you get a signal.

Built-in filters

Every vyx account has access to five built-in filters that run across all pairs:

  • RSI Oversold Bounce — RSI drops below 30 then crosses back above
  • Volume Spike Detector — Volume exceeds 2x the 20-period average
  • EMA Cross (9/21) — 9 EMA crosses above 21 EMA
  • Bollinger Band Breakout — Price closes above upper Bollinger Band
  • MACD Bullish Cross — MACD line crosses above signal line

These are always active and generate signals for all users. They’re a good way to see how vyx works before creating your own filters.

Custom filters

Custom filters are what make vyx different from traditional screeners. Instead of selecting from dropdowns and setting thresholds, you describe your trading setup in plain English.

The AI reads your description and generates real filter code that does exactly what you asked for. Not a template with adjusted parameters — actual unique code.

What you can describe

Almost any technical trading setup. Filters can reference:

  • Price data (open, high, low, close)
  • Volume and volume averages
  • Moving averages (MA, EMA) at any period
  • Oscillators (RSI, Stochastic, MACD)
  • Volatility (Bollinger Bands, ATR)
  • VWAP
  • Candlestick patterns
  • Multiple timeframes
  • Comparisons between current and previous candles

Examples

Here are descriptions that work well:

“Find coins where RSI crosses below 30 with rising volume on the 1h chart”

“Find pairs where price crossed above the 20 EMA with volume at least 2x the 20-period average on the 4H timeframe”

“Pairs where the MACD histogram has been negative for at least 5 bars and just turned positive, with price above the 200 EMA on the daily”

Filter limits

PlanCustom Filters
FreeNone
Pro ($29/mo)5 filters
Trader ($59/mo)Unlimited

Next steps