Scans & Filters
Create powerful scanners to find trading opportunities in real-time across the crypto market.
Overview
A Scan in Tickory is a combination of Filters (Hard Gates) and Scan Rules logic that runs against real-time market data. When a cryptocurrency matches your criteria, you can receive an alert or see it in the dashboard.
Scans run on your configured schedule against the Tickory symbol universe across Binance spot and perpetual markets. You can also save an optional symbol scope on each scan to keep one rule focused on your own subset instead of the full market. See Supported Symbols for the live universe and API endpoint.
Simple price alerts use the same system. For example, "alert me when BTCUSDT closes above 100000" is just a scan rule with an explicit symbol check and a price threshold.
Tickory evaluates the latest closed candle for your selected timeframe whenever the scan schedule runs. It is not an exchange-native tick-by-tick alert engine.
Filters (Hard Gates)
Filters are the first line of defense. They quickly exclude assets that do not meet your basic requirements, saving processing time and reducing noise.
- Min Volume (per candle): Filter out low-liquidity candles before Scan Rules evaluation.
- Min Price: Exclude sub-penny coins if needed.
- Max Daily Move: Exclude symbols that already moved too far in the current candle.
- Saved Symbol Scope: Leave it empty for the full universe, or save a curated symbol subset that schedules and manual runs reuse by default.
Scan Logic
Beyond simple filters, Tickory uses a powerful expression engine to define complex logic.
You can combine indicators like RSI, Moving Averages, and Volume to create sophisticated strategies. For example, "RSI is oversold AND Price is above MA-50".
Note: Effective scans combine technical indicators with volume confirmation. See the Scan Rules guide for syntax details.