uweswrtz / freqwatch

Simple tool to monitor multiple freqtrade bots and collect data from them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freqwatch

Simple tool to monitor multiple freqtrade bots and collect data from them.

install dependencies

python -m pip install -r requirements.txt

configuration

config.json should contain a list of running bots

{"bots":[
{
    "api_server": {
          "enabled": true,
          "listen_ip_address": "127.0.0.1",
          "listen_port": 8080,
          "username": "",
          "password": ""
     },
     "bot_name": "freqtrade" 
 }
]}

running

./freqwatch.py

About

Simple tool to monitor multiple freqtrade bots and collect data from them.

License:MIT License


Languages

Language:Python 63.1%Language:HTML 35.2%Language:HCL 1.7%