Code Monkey home page Code Monkey logo

freqdash's Introduction

A python (3.11+) and Fastapi script to display a dashboard for your Freqtrade instances(s) via SSH.

GitHub Pipenv locked Python version License: GPL v3 FOSSA Status Code style: black

freqdash is a free and open source python (3.11+) script to display a dashboard for your Freqtrade instances(s). It is built on the FastApi framework and connects to local/remote Freqtrade instances via the paramiko 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

image

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.json files 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

FOSSA Status

freqdash's People

Contributors

ecoppen avatar fossabot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

freqdash's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.