Misconception about candle’s timestamp
A common question asked by new users, especially those who are new to trading world as well According to the dataframe, I got an entry signal at 00.00 UTC. But why the bot only execute the entry at 00.05 UTC?…
A common question asked by new users, especially those who are new to trading world as well According to the dataframe, I got an entry signal at 00.00 UTC. But why the bot only execute the entry at 00.05 UTC?…
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…
When you are dry-running your bot, some of you may have ran across this problem. For instance, your long trade’s entry rate was 10, even though the candle’s high rate at the time was only 9. Alternatively, your long trade’s exit…