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

  1. Navigate to the Web Editor
  2. Click “New Script”
    • Select visual or lua
    • Give script a name
    • Click “Save”
  3. Adjust the “Settings” panel to target exchange, market, and other trade settings
  4. Review “Commands” panel for list of pre-built functions
  5. Add HaasScript code to editor panel
  6. 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.

  1. Navigate to the Web Editor
  2. Click “New Script”
    • Select visual or lua
    • Give script a name
    • Click “Save”
  3. Paste code
  4. Save
Back to: TradeServer Cloud Essentials > Using Crypto Trade Bots