AutoTrade Pro meets n8n

Written by, Development Team on October 10, 2025

announcementdocumentationtutorials

AutoTrade v2.0.0 ships deep n8n integration and a hardened local-HTTP workflow so you can orchestrate execution from visual automations with zero broker lock-in.



Step by step

Goal: Trigger AutoTrade actions from n8n (e.g., execute/cancel orders, toggle strategies) using authenticated HTTP calls.

Click here to watch the video-demo

Prerequisites

Quick Overview

  1. Install n8n-nodes-autotrade (Community Nodes).
  2. Generate token in AutoTrade → Settings → HTTP Connection.
  3. Create workflow with your trigger.
  4. Add AutoTrade node → set credentials, URL, robot, action, and field mappings.
  5. Test, then Activate in production.
Run your flow and the magic happens ⚡️

Install the connector

In n8n:

  1. Go to Settings → Community Nodes.
  2. Click Install and search for n8n-nodes-autotrade package.
  3. Confirm installation.

AutoTrade is here.

Generate AutoTrade credentials (Token)

In AutoTrade Pro:

  1. Log in.
  2. Go to Settings → HTTP Connection.
  3. Click “+” to generate a new API token, then copy it.
Keep the token secret. Treat it like a password.

AutoTrade is here.

Create a New Workflow in n8n

  1. Click New Workflow.
  2. Add a trigger.

Add & Configure the AutoTrade Node

  1. Add the AutoTrade node.
  2. Credentials: create/select credentials and paste your token.
  3. Base URL: use your AutoTrade URL (e.g., http://127.0.0.1:5555).
  4. Robot name: type your robot’s name (must exist in AutoTrade).

AutoTrade is here.

Test the Flow

  1. Click Execute Workflow (top right) to run in test mode.
  2. Inspect the AutoTrade node output for success/response.

AutoTrade is here.



Networking Tips