Freqdash
Dashboard to monitor the performance of your Freqtrade instances
Install / Use
npx skills add ecoppen/freqdashInstalls into whichever agent you are using.
README
freqdash is a free and open source python (3.11+) script to display a dashboard for your <a target="_blank" href="https://www.freqtrade.io/en/stable/">Freqtrade</a> instances(s). It is built on the <a target="_blank" href="https://fastapi.tiangolo.com/">FastApi</a> framework and connects to local/remote Freqtrade instances via the <a target="_blank" href="https://www.paramiko.org/">paramiko</a> SSH library before consuming the local API, storing the data and displaying everything on one dashboard. freqdash also has the ability to connect directly to Exchange APIs for price data and kline information.
Please note that freqdash is currently being developed alongside futuresboard v2 and is therefore a work in progress still

Features
- Monitoring: Each freqtrade instance can be monitored centrally whether hosted locally or remotely
- Charts: Profit/Loss, portfolio, kline with entries/exits charts available for each instance and exchange
- Direct exchange data: Spot and futures pair prices and klines accessible directly from the exchange
Exchange support
| Exchange | Direct data | News | |:--------:|:-----------:|:----:| | Binance | ✅ | ✅ | | Bybit | ✅ | ✅ | | Gate.io | ✅ | ➖ | | Kucoin | ✅ | ➖ | | Okx | ✅ | ✅ |
Quickstart
- Clone the repo
git clone https://github.com/ecoppen/freqdash.git - Navigate to the repo root
cd freqdash - Navigate to the config folder
cd config - Create the config file from template
cp config.json.example config.json - Populate the
config.jsonfiles as required using a text editor e.g.nano config.json - Navigate back to the repo root
cd .. - Install pipenv
pip install pipenv - Install required packages
pipenv install - Activate the environment
pipenv shell - Start the webserver in development mode
uvicorn freqdash.main:app --reload
Developers
- Install developer requirements from pipenv
pipenv install --dev - Install pre-commit hooks
pre-commit install
License
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries
