Trading-Bot
Trading-Bot copied to clipboard
Automated Trading Bot based on managed instances of Freqtrade, fully Dockerized.
Manager is able to handle unlimited instances but a server is limited to a handful of bots because of exchange rate limits. Thus it is common that multiple servers are...
When the instance.log file fills up (in my case, when it reaches 89980 lines), it becomes unwriteable and the docker logs show the errors similar to this: ``` 2021-05-31 18:09:28,339...
This change adds two basic features: - The ability to configure the Docker images to be used for Core and UI containers via manager.yml (should also address #8) - Automatic...
Is it possible to use the freqtradeorg/freqtrade:stable:stable or freqtradeorg/freqtrade:stable:develop in stead of your docker image? Right now your docker image is out of date and it would be nice to...
I noticed when specifying stoploss in the yaml when you do the following for one instance: ` minimal_roi: '0': 0.015 ` it gets translated into json to this: ` "minimal_roi":...
receving an eeero code while installing; curl: (23) Failed writing body (0 != 858) I am not installing as root but with sudo