Public
HF Binance Testnet trading bot - VSA strategy, Telegram alerts
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
A professional scalping bot running on Binance Spot Testnet with VSA (Volume Spread Analysis) + Liquidity Grab strategy.
Rendering mermaid diagram...
| Component | Details |
|---|---|
| Liquidity Filter | 24h Volume > $500k USDT |
| VSA Volume Spike | Current candle volume > 1.5× avg of last 10 |
| Liquidity Grab | Price sweeps below recent lows + bullish reversal |
| RSI Confirmation | RSI(7) < 30 (oversold reversal) |
| Timeframe | 5-minute candles |
| Take Profit | +0.7% |
| Stop Loss | -0.7% |
- Starting Balance: 100 USDT (hardcoded, ignores testnet's 10k)
- Trade Size: 2 USDT per trade (100 / 50)
- Max Concurrent: 50 open trades
| Endpoint | Method | Description |
|---|---|---|
/ | GET | Live dashboard (auto-refresh 10s) |
/api/state | GET | JSON state snapshot |
/api/start | POST | Start the bot |
/api/stop | POST | Stop the bot |
/source | GET | View source code |
- ✅ Immediate BUY/SELL alerts with RSI + volume data
- 📊 15-minute summary: balance, PnL, utilization, win rate
- ⚠️ Error notifications
- Visit the dashboard URL
- Send a POST to
/api/startto begin trading - Monitor via dashboard or Telegram
- POST to
/api/stopto halt