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…
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
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…
One important issue of using volume pairlist on dry/live is your backtest might be inaccurate if you are using small pairlist for backtest. It’s acceptable to use a small pairlist if you’re using the same list for dry/live trading. However,…
Why use Tailscale? I’m not really an expert, so I can only say what I feel about Tailscale. It’s easy to install, free up to certain number of devices (16 if I’m not wrong at this time), and remove all…
This is a remark that often thrown around when a trader complained about their losing trade(s). But this sentence isn’t a joke. In a sense, it’s true and important. New users often put too much focus on having the best…
Credit to Dubok from discord server for this snippet. Important note, you have to use static pairlist for this method. You can’t use volume pairlist, unless you set automatic job that regularly download candles’ data for all pairs. This is…
There are times you want to have some entry checks that rarely happen in a same candle. For example, let’s say I have these checks Is it possible for both logic to happen in the same candle? Yes, it is…
Let’s assume I’m using 1m timeframe and 5m informative timeframe. Before I start, the timestamp that the exchanges gives are the open time of each candles. So if you have a candle with timestamp 00:00, that means that candle opens…