Building n8n Trading Automation with 3Commas + TradingView

Hello,

I’m working on a trading automation project using n8n, and I’d like to connect it with both 3Commas and TradingView for execution.

My goals are:

  • Automate signal generation and portfolio monitoring across crypto, US/UK stocks, and Turkish equities

  • Fetch live prices, daily performance, and relevant news

  • Generate structured trade signals with clear entry/exit levels

  • Send those signals to 3Commas bots or via TradingView webhooks for automatic execution

I’ve already built an initial workflow, but it isn’t good enough yet — I’d like to refine it and make it more robust.

I’m looking for anyone who has experience with:

  • Integrating n8n with 3Commas API or Signal Bots

  • Using TradingView alerts/webhooks with n8n

  • Best practices for portfolio tracking + automated execution

I’d love to exchange ideas, see examples, or even collaborate. I can also share what I’ve built so far for feedback.

Thanks in advance!

Cross exchange asset allocation in principle is a bit tricky in my opinion. I feel you should start with alerts before managing a critical workflow where any one node failure/glitch might make the trading system crumble. Happy to connect though (making for my self too lol)

I’ve been tinkering with something similar, and linking it with bots was tricky at first. I ended up using pro.bananagun.io for quick price feeds, which sped things up a lot. I’d be interested to see your workflow — maybe we could share ideas and improve each other’s setups.