Commit Graph

159 Commits

Author SHA1 Message Date
Matthias
9f985b6070 Allow timezone selection via settings 2021-07-01 07:15:11 +02:00
Matthias
9320d630d4 Prevent logging errors twice 2021-06-26 20:47:15 +02:00
Matthias
8a3451e4cf Conditionally show Trade OR backtest points 2021-06-26 20:47:15 +02:00
Matthias
b26a484c35 Add backtest stopping support 2021-06-26 20:47:14 +02:00
Matthias
d24cdd4fac Only allow backtesting in webserver mode 2021-06-26 20:47:14 +02:00
Matthias
019d368b41 Store backtest step + progress 2021-06-26 20:47:14 +02:00
Matthias
efa49e494d Improve backtesting logic 2021-06-26 20:47:14 +02:00
Matthias
fac90a88d0 Show best trade in backtest results 2021-06-26 20:47:14 +02:00
Matthias
980edc2333 selected backtest result in store 2021-06-26 20:47:14 +02:00
Matthias
2cc7c88975 List historic backtest results 2021-06-26 20:47:14 +02:00
Matthias
3013a33423 Fix backtestresult in UI for now 2021-06-26 20:47:14 +02:00
Matthias
6a6ee6d718 Add endpoint to stop / reset backtesting 2021-06-26 20:47:14 +02:00
Matthias
6f14b7a5bf Add first version of backtest view 2021-06-26 20:47:13 +02:00
Matthias
ce19f13889 Update whitelist when necessary to avoid disconnected pairs_combined view 2021-06-13 10:06:49 +02:00
Matthias
a61f6e860c Use enum for possible tradeViz options 2021-06-12 19:47:02 +02:00
Matthias
385a7fca11 Implement settings page, Show trades in UI Badge
closes #382
2021-06-12 17:23:06 +02:00
Matthias
5437aa68db Implement layout locking 2021-05-28 19:07:34 +02:00
Matthias
cda58dff6e Improve plot-config behaviour when no subplots are configured 2021-05-14 06:27:52 +02:00
Matthias
af2825738d Sort by close_date, then by trade_id 2021-04-27 17:20:29 +02:00
Matthias
2fc8854060 Sort closed trades by trade_id 2021-04-20 21:20:12 +02:00
Matthias
3bc285ec7b Don't sync twice on startup 2021-04-20 21:20:11 +02:00
Matthias
2af9aeb28a extract pagelength for trades request 2021-04-20 21:19:48 +02:00
Matthias
33ea51b244 Implement trades endpoint pagination 2021-04-20 21:19:48 +02:00
Matthias
741e7878f9 Prevent api spamming 2021-04-20 21:18:57 +02:00
Matthias
564ec3a31e Type profit return value 2021-03-05 20:04:17 +01:00
Matthias
46c806427a Support deleting locks 2021-03-01 19:50:26 +01:00
Mads Sørensen
e7fbb5d43a Make sidebar narrower, and details taller 2021-02-04 15:13:53 +01:00
mads03dk
37dc2d644a
Merge pull request #1 from freqtrade/master
Update
2021-02-04 14:55:48 +01:00
Mads Sørensen
8f2ef8f041 Stupid me converted layout data the wrong way... 2021-01-28 17:28:20 +01:00
Mads Sørensen
670f1a6b73 New default layout in trading tab 2021-01-28 17:22:28 +01:00
Matthias
15945c0487 Improve some type safety 2021-01-16 16:07:06 +01:00
Matthias
84e2632e13 Seperate ftbot state into it's own file and add types 2021-01-16 16:00:07 +01:00
Matthias
c240b6c104 Show bot-name 2021-01-16 11:16:13 +01:00
Mads Sørensen
f433601a07 Fix default layout 2021-01-12 13:59:00 +01:00
Matthias
494902eae7 Add tradesLog chart 2021-01-05 19:29:47 +01:00
Matthias
65117a7f5f Default to dark theme 2020-12-29 10:52:14 +01:00
Matthias
e352dff2e3 Extract theme selection to shared js file
introduce simple theme mode (only dark / light selections)
2020-12-28 20:34:54 +01:00
Matthias
180bc85a3c Enlarge chart area 2020-11-20 07:09:17 +01:00
Matthias
041bca890c Use better icon for Forcebuy 2020-11-20 06:56:48 +01:00
Matthias
b316f8550d Improve layout of small buttons 2020-11-20 06:48:18 +01:00
Matthias
9265a6de53 Add inteligent refresh logic that only refreshes when needed
closes #108
2020-11-10 20:24:00 +01:00
Matthias
f9d75219e4 Move isTrading to store 2020-11-08 11:40:26 +01:00
Matthias
3dae24c16f Merge branch 'start_trades' 2020-11-08 11:08:27 +01:00
Matthias
8959906b56 Add set_pair Action and mutation 2020-10-31 09:40:56 +01:00
Matthias
d0fff3f76b Store selected_pair in store 2020-10-31 08:47:07 +01:00
Matthias
833526fee2 Use getter for current locks 2020-10-26 19:45:40 +01:00
Matthias
8ec31cbb35 Add Pairlock view 2020-10-26 19:45:40 +01:00
Matthias
11f967aa05 Add lock fetching 2020-10-26 19:45:40 +01:00
Matthias
8895a90301 Organize types a bit better 2020-10-20 07:43:09 +02:00
Matthias
a714b11782 Update layout store to use enum 2020-10-06 07:59:05 +02:00