Freqtrade Test Repository
@GlennCoCo97
About Freqtrade Test Repository
Test repository for MCP server functionality
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Freqtrade Test Repository?
This repository provides a simple RSI-based trading strategy for the Freqtrade cryptocurrency trading bot. It is intended for educational purposes and to demonstrate GitHub MCP server functionality.
How to use Freqtrade Test Repository?
Clone the repository, install Freqtrade (via Docker or manual setup), then run commands such as freqtrade backtesting, freqtrade hyperopt, or freqtrade trade with the provided SimpleRSIStrategy and a configuration file.
Key features of Freqtrade Test Repository
- Includes a
SimpleRSIStrategyfor buy/sell signals. - Buy when RSI drops below 30 (oversold).
- Sell when RSI rises above 70 (overbought).
- Supports backtesting, hyperopt, and live trading modes.
- Compatible with Docker or manual Freqtrade installation.
Use cases of Freqtrade Test Repository
- Backtest a basic RSI strategy over a specific time range.
- Optimize RSI threshold parameters using hyperopt.
- Run a live trading bot with a simple, rule-based strategy.
- Learn how to structure a Freqtrade strategy repository.
FAQ from Freqtrade Test Repository
What is the purpose of this repository?
It is a test repository created to demonstrate GitHub MCP server functionality. The included strategy is for educational purposes only.
Is this strategy suitable for real trading?
No. The strategy is for educational purposes only and does not constitute financial advice.
What dependencies are required to run the strategy?
Freqtrade must be installed, either via Docker (docker-compose) or manually by cloning the Freqtrade repository and running its setup script.
How do I backtest the strategy?
Use the command freqtrade backtesting --config user_data/config.json --strategy SimpleRSIStrategy --timerange <timerange>.
Can I use this strategy for live trading?
Yes, you can run freqtrade trade --config user_data/config.json --strategy SimpleRSIStrategy, but the repository disclaims any financial responsibility.
More Developer Tools MCP servers
Huoshan Test
volcenginemcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments