Freqtrade Test Repository
@GlennCoCo97
Freqtrade Test Repository について
Test repository for MCP server functionality
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「開発者ツール」の他のコンテンツ
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
コメント