AI-powered Forex signals — demo

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.

Realtime-ish demo

Mocked signals updated locally every 10s for testing.

Lightweight

Static HTML + small JavaScript — easy to host on your droplet.

Latest signals (demo)

PairSideEntrySLTPTime

Join for free — test

Subscribe to receive demo alerts by email (no real trading advice in demo).


Quick test

Click to load mock signals or simulate an API call.

Developer notes

Edit const API_ENDPOINT in the script to point to your backend (JSON: array of signals). Example signal format below in the JS comments.

How to test locally / on your droplet

  1. Save this file as index.html and upload to /var/www/html/ on your droplet.
  2. Open http://YOUR_DROPLET_IP/ in browser to see the landing page.
  3. Change API_ENDPOINT in the script to use your signals API or leave as demo.