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
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…
Stake amount can be seen as a simple thing to be set, but some new users have trouble when they were dry/live running their bot for the first time because they set it wrongly. Minimum stake allowed by the exchange…
20230804: new info added at the bottom to highlight how crucial this bias can be The term “lookahead bias,” which refers to the situation when your bot is looking at future data at some point during a backtest and it…