Skip to content
Finance & trading
Ongoing

Automated Trading Bot

A containerised crypto trading bot with a machine-learning model per pair, and an AI agent wired into its API for research.

Type
Trading automation

The problem

Strategy work is a slow loop. Every idea has to be backtested against real data before anyone can say whether it holds, and most of the elapsed time is spent moving between the research and the thing being researched.

The outcome

Freqtrade running in Docker with FreqAI models per trading pair, and an MCP bridge that lets an AI agent query the bot’s own API to pull results and test an idea without a human in the middle of every step.

Built with

  • Python
  • Freqtrade
  • FreqAI
  • LightGBM
  • Docker
  • MCP