freqtrade / freqtrade-strategies

Free trading strategies for Freqtrade bot
GNU General Public License v3.0
3.23k stars 1.1k forks source link

incorrect times displayed in FreqUI #301

Closed BigJonMMXX closed 1 year ago

BigJonMMXX commented 1 year ago

Hi, im trying out a few different strategies... i make sure system is clean/reset before new strategy... When i run a bot, and look at FreqUI - Trade - General, i see this: Bot start date: 2023-05-15 07:45:51 (UTC) First trade opened: 2023-05-15 05:45:54 (UTC)

This has happened many times - the bot starts 2 hours after the first trade ???????????????

(My local time is 9:45am = 7:45utc)

BigJonMMXX commented 1 year ago

could it be the bot start is my local time ? and the trade opened is the exchange time ? i dont think so as binance exchange is about 8 timezones away from me...

xmatthias commented 1 year ago

it's probably a conversion problem. We'll see when i find time to look into this in detail.

for comparison - what does the /profit telegram message show for these 2 values?

BigJonMMXX commented 1 year ago

sorry i dont use telegram, never have, so dont know where or what those details are... if there's any other info i can provide just let me know...

xmatthias commented 1 year ago

Nice catch, will be fixed with the next freqtrade version (it's not a UI bug, but a bug in the data that's returned).