Automate Tradematic Cloud
HumDay reads Tradematic Cloud’s own published API description and derives 67 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Tradematic Cloud is
### Overview Tradematic Cloud is a trading infrastructure for building investment services. It’s a trading engine + API + ready-made adapters to stock and forex brokers, crypto exchanges, and market data providers. You can use it as a cloud API, or you can deploy it on your servers. ### How to use Tradematic Cloud API Sign up at [tradematic.cloud](https://tradematic.cloud). After signing up, you w
API host: api.tradematic.com
What HumDay can do in Tradematic Cloud
18 documented operations change something in Tradematic Cloud.
- POSTCreate a new task
/taskmanager/tasks - POSTRegister a new user
/client/users/register - POSTCreate new API key
/client/apikeys - POSTCreate a new connection
/cloud/connections - POSTCreate new autofollow strategy
/autofollow/strategies - POSTPlace a new order
/cloud/accounts/{accountid}/orders - POSTLogs user into the system
/client/users/login - POSTSend a new signal for autofollow strategy
/autofollow/strategies/{strategyid}/signals - DELETECancel an order by ID
/cloud/accounts/{accountid}/orders/{orderid} - POSTStart a strategy execution for account
/cloud/strategies/start - DELETEDelete API key
/client/apikeys/{keyid} - DELETEDelete connection by ID
/cloud/connections/{connectionid} - PUTUpdate existing connection
/cloud/connections/{connectionid} - PUTUpdate autofollow strategy
/autofollow/strategies/{strategyid} - POSTSyhchronize an account with account active strategies
/cloud/accounts/{accountid}/sync - POSTStop a strategy execution by ID
/cloud/strategies/{strategyid}/stop - POSTClose all positions by account
/cloud/accounts/{accountid}/closeall - PUTUpdate rules for strategy that was created with strategy builder
/autofollow/strategies/{strategyid}/content
What HumDay can read from Tradematic Cloud
These are the operations a schedule or a trigger can watch.
- GETGet users list
/client/users - GETGet tasks list
/taskmanager/tasks - GETGet task result folder name
/taskmanager/tasks/{taskid}/folder - GETGet user by ID
/client/users/{userid} - GETGet task by ID
/taskmanager/tasks/{taskid} - GETGet news list
/news/news - GETGet strategy builder rules list
/builder/rules - GETGet trading accounts list
/cloud/accounts - GETGet commands list
/cloud/commands - GETGet sessions list
/cloud/sessions - GETGet available connectors list
/cloud/connectors - GETGet list of active (executing) strategies
/cloud/strategies - GETGet connections list
/cloud/connections - GETGet markets list
/marketdata/markets - GETGet symbols list
/marketdata/symbols - GETGet autofollow strategies list
/autofollow/strategies - GETGet orders list by account
/cloud/accounts/{accountid}/orders - GETGet task result
/taskmanager/tasks/{taskid}/result - GETGet task status
/taskmanager/tasks/{taskid}/status - GETGet backtest trades list
/taskmanager/tasks/{taskid}/trades - GETGet task result (version 2)
/taskmanager/tasks/{taskid}/result2 - GETPing
/ping - GETGet current server time
/time - GETGet API keys
/client/apikeys - GETGet trades list by account
/cloud/accounts/{accountid}/trades - GETGet data for equity chart
/taskmanager/tasks/{taskid}/equity - GETGet backtest data for equity chart, grouped by years
/taskmanager/tasks/{taskid}/byyears - GETGet backtest data for equity chart, grouped by months
/taskmanager/tasks/{taskid}/bymonths - GETGet data for drawdown chart
/taskmanager/tasks/{taskid}/drawdown - GETGet data for equity chart (%)
/taskmanager/tasks/{taskid}/equitypct - GETGet backtest data for equity chart, grouped by quarters
/taskmanager/tasks/{taskid}/byquarters - GETGet spared data for equity chart (%)
/taskmanager/tasks/{taskid}/equitypctsm - GETGet backtest statistics
/taskmanager/tasks/{taskid}/performance - GETGet backtest symbol contribution data
/taskmanager/tasks/{taskid}/contribution - GETGet news by ID
/news/news/{newsid} - GETGet strategy builder rules by ID
/builder/rules/{ruleid} - GETGet trading account by ID
/cloud/accounts/{accountid} - GETGet command by ID
/cloud/commands/{commandid} - GETGet session by ID
/cloud/sessions/{sessionid} - GETGet active (executing) strategy by ID
/cloud/strategies/{strategyid} - GETGet market by ID
/marketdata/markets/{marketid} - GETGet symbol by ID
/marketdata/symbols/{symbolid} - GETGet connector by ID
/cloud/connectors/{connectorid} - GETGet connection by ID
/cloud/connections/{connectionid} - GETGet autofollow strategy by ID
/autofollow/strategies/{strategyid} - GETGet account equity and cash snapshots
/cloud/accounts/{accountid}/snapshots - GETGet historical data for instrument
/marketdata/symbols/{symbolid}/histdata - GETGet trading signals for strategy
/autofollow/strategies/{strategyid}/signals - GETGet positions for strategy
/autofollow/strategies/{strategyid}/positions
How automating Tradematic Cloud works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Tradematic Cloud account.
- Grant access, then go live. You approve the specific Tradematic Cloud operations it may use — and only those.
Automate Tradematic Cloud with these
- Stripe442 operations
- Zuora Reference Billing428 operations
- bunq421 operations
- PayRun.IO389 operations
- Sinao272 operations
- Xero Accounting224 operations
- The Plaid191 operations
- Biapi Budgea Documentation167 operations
- Naviplancentral Advicent.FactFinderService151 operations
- Bigredcloud Big Red Cloud111 operations
- Codat Accounting105 operations
- Portfoliooptimizer Portfolio Optimizer83 operations
Categories
Questions about Tradematic Cloud automation
- Can HumDay connect to Tradematic Cloud?
- Yes. HumDay reads Tradematic Cloud's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 67 operations are documented.
- Do I need to write code to automate Tradematic Cloud?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Tradematic Cloud account.
- What can HumDay do in Tradematic Cloud?
- 18 of the 67 documented operations change something in Tradematic Cloud, and 49 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Tradematic Cloud account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Tradematic Cloud is held behind that approval.
Where this came from
The operations above are read from a published API description for Tradematic Cloud at tradematic.cloud/sdk/swagger.yaml. Descriptions are the provider’s own words, not ours. Last published 2021-06-21.