2
2 Comments

Building trading automation taught us something about fragile systems

While building automated trading strategies over the years, we noticed something interesting about most crypto automation setups.

They often rely on several separate tools connected together.... signals, webhooks, bot platforms, exchanges, dashboards, etc.

It works well when everything behaves, but when markets get volatile or APIs slow down, the whole chain can become fragile. One small failure can break the process.

That realisation was actually one of the motivations behind us building our own platform recently, with the main focus on reducing the number of moving parts.

I’m curious how other builders here approach this problem when designing automation systems.

Do you try to keep everything in one system, or are you comfortable relying on several tools working together?

posted to Icon for group Growth
Growth
on March 12, 2026
  1. 1

    I have a background in this. Building trading automation is where I learned how fragile chained systems get. One API timeout and your whole pipeline breaks. I ended up open-sourcing a realtime backtest engine to help with testing these setups: pip install replaybt for anyone who wants to try it.

    To your question: I lean toward fewer moving parts. Every integration point is a failure point, especially in volatile markets where you need reliability most.

    1. 1

      That’s interesting, especially the point about testing chained systems. In trading automation the failure points really compound once several tools are talking to each other.

      Curious whether ReplayBT helped you mainly with debugging edge cases, or more with validating strategy behaviour before going live?

Trending on Indie Hackers
Stop Spamming Reddit for MRR. It’s Killing Your Brand (You need Claude Code for BuildInPublic instead) User Avatar 195 comments What happened after my AI contract tool post got 70+ comments User Avatar 166 comments Where is your revenue quietly disappearing? User Avatar 60 comments How to build a quick and dirty prototype to validate your idea User Avatar 54 comments The Quiet Positioning Trick Small Products Use to Beat Bigger Ones User Avatar 40 comments I Thought AI Made Me Faster. My Metrics Disagreed. User Avatar 40 comments