Deploying trade bots

There are a couple ways to get your trade bots ready for deployment. We’ll cover the basic steps to get up and running with a live or simulated account.

Prerequisites:

  • Minimum of one live account or one simulated account
  • Available funds for trading
  • Backtested, debugged, and optimized trade bot

Bot Management

The easiest way to manage all your trades bots is directly from the Bot Management section.

Lessons

  • Navigate to Bot Management
  • Click “+” to add a bot
    • Give it a name
    • Select the live or simulated account
    • Select the market
  • Select HaasScript from script browser that you want to run
  • Once the trade bot screen loads configure settings
  • Click “Start”

Direct from Web Editor

An alternative way to load a bot into Bot Management is using the HaasScript Web Editor.

  • Navigate to Web Editor
  • Paste, import, or code your trade bot
  • Click “New Bot” in the toolbar
    • Give it a name
    • Select the live or simulated account
    • Select the market
  • Once the trade bot screen loads configure settings
  • Click “Start”
Back to: TradeServer Cloud Essentials > Using Crypto Trade Bots