The fast and efficient web-based platform and API for anyone that uses MT4 or MT5. Hosted in the cloud 24/7 without the need for a VPS. An untethered platform for managing accounts and copying trades.
Get Started Learn MoreControl and analyse all your MT4 and MT5 accounts in one place.
Seamlessly copy your trades between MT4 and MT5 with speed and efficiency.
Track your equity and trigger actions based on target percentages or values.
A modern cloud-based platform for anyone involved in trading, Tradesync allows you to manage and analyse all of your Metatrader accounts and to copy trades as fast and efficiently as possible from any broker worldwide.
Learn MoreWe've developed a full fledged responsive web application to manage your accounts and trade copiers from any browser.
Our platform is built to allow you to take control on desktop, mobile and tablet.
Get StartedOur trading platform empowers the developer, by allowing you to build your own trading platform with our REST API. With our REST API we allow your developers to jump-start your application, removing the complexities of account management and trade copying.
A standardised JSON format allows you to easily integrate with our API with your new or current application using our detailed documentation.
Documentation
{
"result": "success",
"status": 200,
"meta": {
"count": 9,
"limit": 1000,
"order": "desc",
"last_id": 1
},
"data": {
"id": 1,
"created_at": "2023-04-21T10:34:23Z",
"updated_at": "2023-04-28T13:32:35Z",
"restored_at": null,
"mt_version": 4,
"account_name": "Test account",
"account_number": 12345,
"password": "122345",
"broker_server_id": 119,
"status": "connection_ok",
"login_response": null,
"last_ping": "2023-04-28T13:32:35Z",
"broker": "Test broker",
"client_name": "test user",
"server": "Broker-Demo",
"trade_mode": "demo",
...
}
}