Library · Workflow Anatomy
Trding.ai Workflow Anatomy · v4 · gap arrows

See how your automation actually works.

Four systems. One flow. Each node shows what it RECEIVES from the previous and what it SENDS to the next. The arrows in between show the actual data crossing the boundary.

Retail traders can

see exactly what happens when a signal fires — no black box, no guessing

Systematic traders can

debug their setup in 30 seconds by finding which node lost the signal

Charter Members can

trust the automation because they understand each component's role

You can

stop worrying about "is it broken?" and start focusing on your edge

TradingView

01 · BRAIN

Runs the Trding Signal indicator on your chart. When a HIGH-grade setup appears, fires an alert.

Alerts (sends to TradersPost)
Webhook URL tradersp.io/...
Message body JSON payload
signal JSON
webhook fires when Trding Signal signal appears

TradersPost

02 · ROUTER

Receives the webhook, validates against your strategy rules, forwards a bracket order to your broker.

From TradingView
Webhook URL match Verified
Message parsed Valid JSON
Bracket order (sends to broker)
Symbol + direction SOXL BUY
Entry / SL / TP1-3 216/269/189
bracket order
API call to broker with entry, SL, and 3 take-profit targets

Broker

03 · HANDS

Alpaca receives the bracket order via API. Fills entry, sets SL, sets 3 TP targets. Monitors 24/7.

From TradersPost
Order type Bracket
Position sizing 1 share
Fill status (sends to dashboard)
Order status Filled
Fill price $216.05
fill confirmation
status flows back through TradersPost to your dashboard + Discord

Trding.ai

04 · EYES

Your dashboard + Discord. Where you SEE the automation working. Trade appears within seconds.

From Broker + TradersPost
Discord signal post Posted
Dashboard log entry Updated
Weekly digest row Queued
Output section · what this node SENDS
Input section · what this node RECEIVES
Arrows show actual data crossing between systems

"Failed" doesn't always mean broken.

Most anxiety in the first two weeks comes from seeing red text and assuming the worst. Here's how to tell the difference.

What LOOKS like an error but is actually FINE

Expected behavior · no action needed

What LOOKS scary AND IS scary

Real problem · action needed

Your preset choice controls how often signals fire.

If you rarely see signals, that's usually a preset choice, not a broken bot. Here's what each preset does to signal frequency.

Conservative
~1-2 signals / week

Only HIGH-grade setups fire. Score threshold ≥8/10. Highest win rate, longest waits.

Feels like: patient · disciplined · sometimes boring. Best for anyone whose worst mistake is FOMO.

Default (recommended)
~3-5 signals / week

Balanced. Score threshold ≥7/10. Backtest baseline: 61.3% WR · 2.75 PF · +47.1R (SOXL 1H · 2024-26).

Feels like: steady rhythm · enough trades to build confidence. Where most Charter Members start.

Aggressive
~7-12 signals / week

MED and HIGH grade setups. Score threshold ≥6/10. More trades, more variance, more small losses.

Feels like: active · sometimes overwhelming. Best after 30+ days on Default.

The key insight: If you don't see signals for a few days, that's not a broken bot — that's your preset choice waiting for a qualifying setup. Change presets in the Trding Signal indicator settings any time.

💬 Ask Trding.ai