A local, privacy-friendly trading assistant that analyzes market structure (S/R, volume profile, order book walls) and generates real-time long/short signals using Binance data. Runs on a bundled PHP server (local); no external installation required.
Description
The 4h Trading Setup Analyzer starts a local PHP server and serves a lightweight web interface from the WWW folder. It blends multi-timeframe context (4h/1h/15m), support/resistance, volume profile, and order-book wall detection to produce actionable long/short signals. Optional AI analysis adds readable explanations. All computations run locally; only market data is fetched from Binance and backtest data is retrieved from my server. Designed for quick setup, minimal dependencies, and robust offline-first behavior.
- Demo
- Multi-timeframe context (4h/1h/15m) with adaptive ATR logic
- Stable support/resistance and volume-profile zones
- Order-book wall detection with spoofing / filled / replenished tagging
- Liquidity grab and breakout/retest heuristics
- Customizable module weights and volatility sensitivity
- Optional AI analysis for explanatory insights
System requirements
- Windows 10/11 (x64)
- Local loopback access (127.0.0.1)
- Internet access for Binance data (and optional AI, API_KEY openai.com)
- ~100 MB free disk space
How to use (quick guide)
- Launch the EXE file.
- The app starts a local PHP server on a free port (shown in the console).
- Open your browser and visit http://127.0.0.1:<port>/
- Select a symbol and review signals and walls.
A detailed introduction can be found at 3d-hobby-art.de