https://github.com/gnuton/freqtrader-scripts
Helper scripts for freqtrader
https://github.com/gnuton/freqtrader-scripts
Last synced: 6 months ago
JSON representation
Helper scripts for freqtrader
- Host: GitHub
- URL: https://github.com/gnuton/freqtrader-scripts
- Owner: gnuton
- Created: 2021-05-01T23:20:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T06:44:50.000Z (over 4 years ago)
- Last Synced: 2025-01-16T18:05:24.749Z (11 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
___________ __ .___
\_ _____/______ ____ _______/ |_____________ __| _/___________
| __) \_ __ \_/ __ \/ ____/\ __\_ __ \__ \ / __ |/ __ \_ __ \
| \ | | \/\ ___< <_| | | | | | \// __ \_/ /_/ \ ___/| | \/
\___ / |__| \___ >__ | |__| |__| (____ /\____ |\___ >__|
\/ Helper Scripts \/ |__| \/ \/ \/
```
This repository contains basisc scripts to make freqtrader working on your local machine running docker.
These scripts have been tested on Linux and freqrader has been running from inside docker images.
## Scripts
Runs the task
```bash
quick-start.sh
```
The scripts support all the basic commands you may need during the BOT operations.
- Quick setup - Downloads the docker imanges, generates a basic config file and it runs it
-
- Start - Starts a freqtrade instance
- Stop - Stop a freqtrade instance
- Update - Update freqtrade docker image
- Logs - Read the logs of the runing local instance
- Status - Checks the status of the running instance
- Backtesting - Runs freqtrade in docker for backtest strategies for a pair
- Plot - Plots the strategy for a pair
- ...