How important is dry-run?
I have to start by stating the usual disclaimer, that all things written in this post is my personal opinion. I’m not saying they are the only truth and other opinions are wrong. I’ll try to explain the reasons, but…
I have to start by stating the usual disclaimer, that all things written in this post is my personal opinion. I’m not saying they are the only truth and other opinions are wrong. I’ll try to explain the reasons, but…
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…
For this tutorial, we will install Python 3.12 from the deadsnakes PPA. If you get this error ImportError: cannot import name ‘html5lib’ from ‘pip._vendor’ () , that means you need to re-install pip that matched the new python
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…
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…
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…
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.…
WARNING!!!! The snippet below will introduce backtest traps. Read this and this for more details. To reduce the impact of the traps, either