Myth-blowing : Hyperopt will turn any strategies to rocket strategies
Any new users will read about hyperopt and immediately think it can turn any strategies into a rocket strategies. This article is written to blow that myth to pieces. In essence, hyperopt is just a series of backtesting runs. 500…
Install Python 3.10 on Ubuntu 22.04|20.04|18.04
For this tutorial, we will install Python 3.10 from the deadsnakes PPA.
Futures – Leverage and Liquidation
One wrong idea that new users have is that they assume that as leverage increase, the liquidation percentage move linearly, which is not the case. This next table is what they assume the behavior would be Leverage Liquidation % before…
How to combine multiple bots into one frequi
Unless all of your bots are on one local computer, then installing Tailscale on all your vpses/computers is a must. After you install Tailscale on all of them, the steps to combine them into one frequi is easy. First, choose…
How to install docker-compose on Ubuntu
Install PHP8.2 and modules on Ubuntu
How to create new sudo-enabled user
After you created new VPS, usually you will only have root user in the system. It’s recommended to create a new sudo-enabled user to do things in the VPS instead of using root. To create the new user is simple…
Volume vs static pairlist (based of marketcap), which one is better?
I have to start the article by stating the obvious thing, that there is no such thing as the univerally best config or strategy or setup. First I will state the pros and cons of using volume and static pairlist.…
Different ROI, trailing and stoploss for each pairs
WARNING!!!! The snippet below will introduce backtest traps. Read this and this for more details. To reduce the impact of the traps, either
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…