Receive sample buy/sell signals for major currency pairs and commodities. This landing page is a local/demo frontend — replace API_ENDPOINT in the script to connect your real signal generator.
Mocked signals updated locally every 10s for testing.
Static HTML + small JavaScript — easy to host on your droplet.
| Pair | Side | Entry | SL | TP | Time |
|---|
Subscribe to receive demo alerts by email (no real trading advice in demo).
Click to load mock signals or simulate an API call.
Edit const API_ENDPOINT in the script to point to your backend (JSON: array of signals). Example signal format below in the JS comments.
index.html and upload to /var/www/html/ on your droplet.http://YOUR_DROPLET_IP/ in browser to see the landing page.API_ENDPOINT in the script to use your signals API or leave as demo.