Available Indicators
This page lists everything your filters can access. All indicators are calculated fresh from raw price data on each scan cycle.
Price data (OHLC)
| Data | Description |
|---|---|
| Open | Opening price of the candle |
| High | Highest price during the candle |
| Low | Lowest price during the candle |
| Close | Closing price of the candle |
Available for the current candle and previous candles. You can reference “the previous candle” or “the last 5 candles” in your filter descriptions.
Volume
| Data | Description |
|---|---|
| Volume | Trading volume for the current candle |
| Volume average | Average volume over N periods (e.g., 20-period average) |
| Volume ratio | Current volume relative to the average |
Moving averages
| Indicator | Description | Example periods |
|---|---|---|
| MA (SMA) | Simple Moving Average | 9, 20, 50, 100, 200 |
| EMA | Exponential Moving Average | 9, 12, 21, 26, 50, 200 |
Both MA and EMA support any period. Common combinations:
- 9/21 EMA (short-term momentum)
- 50/200 MA (golden/death cross)
- 20 EMA (trend filter)
Oscillators
RSI (Relative Strength Index)
| Parameter | Default |
|---|---|
| Period | 14 |
| Range | 0-100 |
Common levels: 30 (oversold), 70 (overbought), 50 (neutral).
MACD (Moving Average Convergence Divergence)
| Component | Description |
|---|---|
| MACD Line | Difference between 12 EMA and 26 EMA |
| Signal Line | 9 EMA of the MACD line |
| Histogram | MACD line minus signal line |
Stochastic Oscillator
| Parameter | Default |
|---|---|
| %K period | 14 |
| %D period | 3 |
| Range | 0-100 |
Common levels: 20 (oversold), 80 (overbought).
Volatility
Bollinger Bands
| Component | Description |
|---|---|
| Upper Band | Middle + (2 x standard deviation) |
| Middle Band | 20-period SMA |
| Lower Band | Middle - (2 x standard deviation) |
Default: 20 period, 2 standard deviations. You can specify different values in your description.
ATR (Average True Range)
| Parameter | Default |
|---|---|
| Period | 14 |
Measures volatility as the average of true ranges over N periods. Useful for comparing candle size to “normal” range.
Volume-weighted
VWAP (Volume Weighted Average Price)
The average price weighted by volume. Resets daily. Commonly used as a dynamic support/resistance level.
Candlestick patterns
The AI can detect common candlestick patterns:
- Engulfing (bullish and bearish)
- Doji
- Hammer
- Shooting Star
- Morning Star / Evening Star
- Harami
Reference these by name in your filter description: “Find pairs showing a bullish engulfing pattern on the 4H chart.”
Timeframes
All indicators can be calculated on any of these timeframes:
| Timeframe | Scan frequency |
|---|---|
| 1m | Every minute |
| 3m | Every 3 minutes |
| 5m | Every 5 minutes |
| 15m | Every 15 minutes |
| 30m | Every 30 minutes |
| 1h | Every hour |
| 2h | Every 2 hours |
| 4h | Every 4 hours |
| 6h | Every 6 hours |
| 8h | Every 8 hours |
| 12h | Every 12 hours |
| 1d | Daily |
Lower timeframes scan more frequently but may produce noisier signals. Higher timeframes are more reliable but fire less often.
Market coverage
vyx scans all Binance futures pairs. This includes hundreds of actively traded pairs, covering the full spectrum of the crypto market.
Next steps
- Creating Custom Filters — Put these indicators to use
- Filter Language Reference — How to describe setups using these indicators