Matthias
|
3bfdeacb04
|
Add composable to dynamically use showAlert for individual bots
|
2023-09-23 17:06:24 +02:00 |
|
Matthias
|
ddfa519fbf
|
Update location of alerts function
|
2023-09-23 16:26:00 +02:00 |
|
Matthias
|
c3d08c8b2d
|
Add weekly/monthly view
|
2023-09-03 09:06:46 +02:00 |
|
Matthias
|
f9fe89ed13
|
Rename daily types
|
2023-09-02 17:42:44 +02:00 |
|
Matthias
|
7965db29e6
|
Fully remove 500 candle limit
|
2023-09-02 09:09:49 +02:00 |
|
Matthias
|
ef3a91aac5
|
Remove resolved todo
|
2023-08-03 06:59:40 +02:00 |
|
Matthias
|
1e264cdb86
|
Implement Notes updating
|
2023-08-03 06:59:39 +02:00 |
|
Matthias
|
fa8d5643cd
|
Add in-memory notes
|
2023-08-03 06:59:39 +02:00 |
|
Matthias
|
5b0073cfca
|
Don't use props in setup root level
|
2023-08-02 07:14:40 +02:00 |
|
Matthias
|
4ba707f6fe
|
Fix cypress test, remove unnecessary log
|
2023-08-02 06:33:20 +02:00 |
|
Matthias
|
75bdbb6f6d
|
Slightly improve handling if metadata is missing for some reason
|
2023-07-30 20:04:01 +02:00 |
|
Matthias
|
3257fb75c9
|
Show strategy name instead of "key"
|
2023-07-30 09:56:32 +02:00 |
|
Matthias
|
094208cfd2
|
Improve memory structure for backtest result
|
2023-07-30 09:47:59 +02:00 |
|
Matthias
|
a2125ac567
|
Show error message when strategy loading fails
closes #1387
|
2023-07-27 07:04:18 +02:00 |
|
Matthias
|
ee45a94ec6
|
Show proper error message when Candle analysis fails
closes #1387
|
2023-07-27 07:04:04 +02:00 |
|
Matthias
|
6256d4cfdb
|
Remove outdated TODO messages
|
2023-07-26 07:02:51 +02:00 |
|
Matthias
|
b151d1f254
|
Allow removal of individual results from Backtest memory
|
2023-07-26 06:42:34 +02:00 |
|
Matthias
|
1fdbee1df9
|
Support deleting backtest results
|
2023-07-25 20:51:17 +02:00 |
|
Matthias
|
0bb0c6a69b
|
Add handling for websocket errors
|
2023-06-24 20:25:43 +02:00 |
|
Matthias
|
014663bb66
|
Limit susbscriptions to servermode
|
2023-06-24 20:22:59 +02:00 |
|
Matthias
|
af05f9fc88
|
Merge branch 'main' into pr/Tako88/1265
|
2023-06-04 08:36:35 +02:00 |
|
Matthias
|
f986c7c907
|
Add exchanges endpoint
|
2023-06-03 12:32:05 +02:00 |
|
Matthias
|
1d0709d1b4
|
Update to bgjob interface
|
2023-05-31 20:22:36 +02:00 |
|
Tako
|
cebf07bdee
|
extracted pairlist logic to pairlist store
|
2023-05-29 21:36:23 +00:00 |
|
Matthias
|
cf4fdacd0e
|
Extract pairlist types to separate file
|
2023-05-28 19:57:28 +02:00 |
|
Tako
|
d0e18ce334
|
added evaluation results view and some styling
|
2023-05-26 11:12:40 +00:00 |
|
Tako
|
5fbcca0bcf
|
start evaluation without the need for saving
|
2023-05-24 23:40:43 +00:00 |
|
Tako
|
36737ae6dc
|
Merge branch 'main' into feat/pairlistconfig
|
2023-05-23 18:34:57 +00:00 |
|
Tako
|
ac78a18414
|
added pairlist configurator
|
2023-05-23 18:29:43 +00:00 |
|
Matthias
|
47cf81dd8c
|
Implement reload trade payload
|
2023-05-16 20:23:46 +02:00 |
|
Matthias
|
8a4f807099
|
Don't force-type errors to any (no longer necessary)
|
2023-05-08 20:50:55 +02:00 |
|
Matthias
|
6aeb3755b2
|
Make updateBot method more dynamic, allowing for random updates
|
2023-04-18 19:26:31 +02:00 |
|
Matthias
|
214112aafb
|
Remove now unused eslint-disable-next-line @typescript-eslint/camelcase
|
2023-04-13 07:19:34 +02:00 |
|
Matthias
|
e57df49144
|
ftbot store types
|
2023-04-13 06:45:31 +02:00 |
|
Matthias
|
100de61ab2
|
Don't start websocket in weserver mode
|
2023-04-10 18:22:07 +02:00 |
|
Matthias
|
225a740cc9
|
Allow requests without timerange
|
2023-04-10 18:20:09 +02:00 |
|
Matthias
|
e26431c891
|
Improve "recovery" behavior if UI is started before the bot is ready
|
2023-04-02 15:26:45 +02:00 |
|
Matthias
|
0644a49ca8
|
Reliably use setIsBotOnline
|
2023-04-02 15:26:05 +02:00 |
|
Matthias
|
8a7c6cbddc
|
Cleanup unused code
|
2023-04-02 15:25:45 +02:00 |
|
Matthias
|
a03f1bb917
|
Improve handling of empty pair-data responses
|
2023-03-07 18:19:44 +01:00 |
|
Matthias
|
e1dae7c630
|
Reduce network traffic (don't call getState every 5s)
|
2023-02-28 18:05:44 +01:00 |
|
Matthias
|
615bf8fdda
|
Auto-set pair to first open trade if no selection was present
|
2023-02-27 20:38:06 +01:00 |
|
Matthias
|
fa5203fbee
|
Show alert in case of failed backtest
closes #1138
|
2023-02-22 20:12:48 +01:00 |
|
Matthias
|
3e59cd8100
|
Add UI for cancel open order
|
2023-02-01 20:02:32 +01:00 |
|
Matthias
|
048da545d0
|
Fix exception in detail_trade when selected trade closes
|
2023-01-24 07:03:01 +01:00 |
|
Matthias
|
06a73c9485
|
fetch plot config should support webserver mode
|
2023-01-18 18:16:09 +01:00 |
|
Matthias
|
748c24d879
|
Improve type compliance
|
2022-12-27 14:39:35 +01:00 |
|
Matthias
|
1579200bc8
|
Add freqAI Model selection to backtesting
|
2022-12-23 19:46:15 +01:00 |
|
Matthias
|
594a828358
|
Expire login info - request re-login.
closes #1015
|
2022-12-10 12:51:34 +01:00 |
|
Matthias
|
a4aa87aed8
|
Add "logged out" state to BotEntry
|
2022-12-08 19:57:46 +01:00 |
|