AlgoHand
Live demo

Real terminals. Real commands. Your questions.

The demo chat is the same assistant a broker would embed in its dashboard. It drives real MetaTrader 5 terminals on our test VPS (demo accounts, real EAs) and a simulated VPS that resets every night. Access is by code so that nobody strangers' robots get restarted for fun.

Two environments: real VPS and sandbox Charts in the chat Nothing to install
Things to try
  • "How is my account doing?"
  • "Which EAs are running right now?"
  • "Draw my balance curve"
  • "Win rate by hour of day"
  • "Switch Perceptrader to low risk" — watch the dry run, then say yes
  • "Restart Night Hunter with MaxSpread 15"
  • "Stop Waka Waka" — soft stop, positions stay managed
  • "Start Night Hunter Pro on EURUSD with the medium preset"

The assistant answers in the language you write in. Every change is shown as a dry run and applied only after your explicit yes; the outcome comes back with timestamps and the settings read from the terminal.

Environments

Pick the one that matches your question

Sandbox

Simulated VPS, resets nightly

A full control server with a simulated VPS, two demo accounts, three running EAs and nine weeks of trade history. Commands complete in about a second. Ideal to explore the API and the chat without waiting for a terminal.

Live

Real MT5 terminals on our test VPS

Two terminals with demo accounts and the EAs from our pilot catalog. Commands take one to three seconds because a real terminal applies a real template. This is what your customers get.

Recorded · charts in the chat
Draw my balance curve and show the win rate by hour of day
get_equity_curve source=deals · 259 deals · 170 points
get_pnl group=hour · 55 deals · 24 buckets
Both charts are for your main account (balance 10 250.40 USD). Balance curve (whole history): grew from 0 to 10 250.40 USD, steadily, worst drawdown 158.76 USD (1.58%) on 17 Jul. Win rate by hour (last 30 days, broker time): 55 deals, 76.4% wins, +234.75 USD. Strongest block 08:00 (13 deals, 84.6% wins); weak spot 11:00 (33% wins, −39.37). Want the same cut by weekday, or per EA?
For developers

Same demo, from your code

The chat is a thin client over the public API. With a sandbox key you can call the same endpoints from curl, from your assistant's tools or through MCP.

curl -H "Authorization: Bearer $KEY" \
  "https://api.algohand.com/v1/clients/ea-cust-1042/state"

curl -H "Authorization: Bearer $KEY" -X POST \
  https://api.algohand.com/v1/accounts/acc_9q1x7d/commands \
  -d '{"client_id":"ea-cust-1042","type":"set_risk",
       "params":{"instance_id":"inst_d4e5f6","preset":"low"},
       "dry_run":true}'
Access

Get a demo code

Tell us who you are and what you would like to try; we send a code for the sandbox, or for the live terminals if you want to see real EAs move. Codes are personal and can be revoked.

Already have a code? Open the chat and enter it.