Creating trade bots
TradeServer Cloud provides two different approaches to developing trade bots scripts. The first being a text-based IDE editor and the latter a drag-and-drop visual editor. Both having their own distinct advantages and either can be used.
Web Editor
Create New Trade Bot
- Navigate to the Web Editor
- Click “New Script”
- Select visual or lua
- Give script a name
- Click “Save”
- Adjust the “Settings” panel to target exchange, market, and other trade settings
- Review “Commands” panel for list of pre-built functions
- Add HaasScript code to editor panel
- Run or backtest script using buttons in the toolbar
Import Trade Bot
Found an existing HaasScript that you want to reuse or modify? Well just import it or duplicate it from a shared script link.
- Navigate to the Web Editor
- Click “New Script”
- Select visual or lua
- Give script a name
- Click “Save”
- Paste code
- Save