The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Example \u2014 Capital.com guarded position (Dry Run)",
"nodes": [
{
"id": "n1",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {}
},
{
"id": "n2",
"name": "Open Position (Dry Run)",
"type": "n8n-nodes-capitalcom.capitalCom",
"typeVersion": 1,
"position": [
480,
300
],
"parameters": {
"resource": "position",
"operation": "open",
"epic": "EURUSD",
"direction": "BUY",
"size": 1,
"stopsLimits": {
"stopDistance": 20,
"profitDistance": 40
},
"dryRun": true,
"maxSize": 1,
"allowedEpics": "EURUSD"
},
"credentials": {
"capitalComApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Open Position (Dry Run)",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
capitalComApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Example — Capital.com guarded position (Dry Run). Uses n8n-nodes-capitalcom. Event-driven trigger; 2 nodes.
Source: https://github.com/SimonTarara62/capitalcom-n8n/blob/main/examples/guarded-position-open.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Example — Capital.com market data fetch. Uses n8n-nodes-capitalcom. Event-driven trigger; 3 nodes.
Example — Capital.com price-alert trigger. Uses n8n-nodes-capitalcom. Event-driven trigger; 3 nodes.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.