Tag tutorial

Set up kucoin proxy

For now, the guide will only have steps for Docker usage. The proxy used in this guide is the proxy made by mikekonan. First, add this to your docker-compose.yml (use different tags for different platforms e.g. – latest-amd64, latest-arm-v6, latest-arm-v7,…

Trailing Custom Exit

By default, Freqtrade already have custom_exit and custom_stoploss functions. Despite the name, actually they are both quite similar and can be used interchangeable, as long as you are aware of the differences between them. Two main differences between them that…

How to disable auto pairlock

Warning!!! This trick can’t be backtested, so do use it at your own risk. Credit to Atakan on Freqtrade’s discord server, modified to match current freqtrade. Why do you want to disable auto pairlock? Usually this would happen when you…