waveguard_volume_check
Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships.
Example: Send 100 candles from a liquid pair as baseline, test candles from a suspicious pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test | Yes | 1+ suspect candle objects to evaluate. | |
| training | Yes | 3+ OHLCV candle objects from known-legitimate trading. Fields: open, high, low, close, volume. | |
| sensitivity | No | Detection sensitivity (default: 1.5). |