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 |
|
Matthias
|
6b30c31044
|
Notifications should be "per bot".
|
2022-12-07 07:18:32 +01:00 |
|
Matthias
|
ea47342c46
|
Add notification settings
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
388096314b
|
Subscribe to cancel messages
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
52a98846da
|
Don't show new candle messages
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
1f6330da88
|
Simplified message type
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
9a714cf082
|
Implement reloading of chart
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
e9478bfaab
|
improve WS message typing
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
be90f855a7
|
Show alerts on fill....
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
a55b2bf0b4
|
Implement whitelist websocket handling
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
b6b4410d37
|
Add new_candle subscription
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
ac4d98a5ef
|
Add initial websocket connectivity
|
2022-12-07 07:00:21 +01:00 |
|
Matthias
|
f05400ad51
|
Improve error messages
|
2022-12-05 06:58:36 +01:00 |
|
Matthias
|
7dbea21e91
|
forceExit form fixes
|
2022-12-03 14:03:01 +01:00 |
|
Matthias
|
148060bf89
|
Extract plot settings from botStore
|
2022-11-01 14:21:05 +01:00 |
|
Matthias
|
72be3103dc
|
DailySorted should not break pinia utils
|
2022-10-30 12:57:05 +01:00 |
|
Matthias
|
1c0835a6eb
|
Remove no longer necessary parseParams function
|
2022-10-19 08:10:46 +02:00 |
|
Matthias
|
0160fbe61b
|
Sort daily-chart correctly
closes #948
|
2022-09-27 18:11:58 +02:00 |
|
Matthias
|
bb83a0702d
|
convert store methods to async
|
2022-09-10 14:56:21 +02:00 |
|
Matthias
|
f76fe14fc2
|
Update forceExit wording
|
2022-08-10 20:03:04 +02:00 |
|
Matthias
|
136d3f257a
|
Rebrand ForceBuy to ForceEntry
|
2022-05-25 19:20:18 +02:00 |
|
Matthias
|
ccfa81b051
|
Properly handle dashboard startup
|
2022-05-12 19:25:01 +02:00 |
|
Matthias
|
3bf4eb94c6
|
Add refresh-block to refreshSlow
|
2022-05-12 07:13:35 +02:00 |
|
Matthias
|
f493b25d5a
|
Allow selection of Multiple bots for Dashboard View
|
2022-05-04 20:43:14 +02:00 |
|
Matthias
|
c80ec9f772
|
Properly handle Null values in profit responses
|
2022-04-29 20:02:01 +02:00 |
|