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.
- "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.
Pick the one that matches your question
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.
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.
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}'
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.