Commit Graph

153 Commits

Author SHA1 Message Date
Matthias
3bfdeacb04 Add composable to dynamically use showAlert for individual bots 2023-09-23 17:06:24 +02:00
Matthias
171c608ea8 Move botname to the title 2023-09-23 16:55:47 +02:00
Matthias
e6ccb4ebfe Auto-hide toasts 2023-09-23 16:46:27 +02:00
Matthias
ddfa519fbf Update location of alerts function 2023-09-23 16:26:00 +02:00
Matthias
bbc99b2164 Support null date for tsformat with timezone 2023-09-07 06:45:18 +02:00
Matthias
5f2aa82314 Improve None handling for formatPriceCurrency 2023-09-06 20:44:13 +02:00
Matthias
b8013367fe add timestampmsOrNA entry 2023-09-06 20:44:13 +02:00
Matthias
e0e895f00b Show trade entries (and exits) right away, not once the next candle closes. 2023-09-02 10:38:30 +02:00
Matthias
bc88cd16d0 Ensure stop line is visible for new trades 2023-07-29 19:52:19 +02:00
Matthias
c1e447e163 Show current stoploss line 2023-07-29 18:20:48 +02:00
Matthias
46ca166863 Don't show diff columns in plotconfig
closes #1388

Also don't try to calculate diff unless both columns exist
2023-07-27 07:24:39 +02:00
Matthias
6256d4cfdb Remove outdated TODO messages 2023-07-26 07:02:51 +02:00
Matthias
919a736fb2 use label props directly instead of labelLayout 2023-07-09 13:38:02 +02:00
Matthias
5cdae36433 Improve variable naming 2023-06-21 07:01:59 +02:00
Matthias
c8c45b28c4 Extract trade display from candlechart component 2023-06-20 20:58:32 +02:00
Matthias
b1bbbdc364 Fix areaplot bug when one series starts later 2023-05-15 06:55:55 +02:00
Matthias
f3e324a152 Reduce lint errors 2023-05-08 20:50:55 +02:00
Matthias
9617ab9e6b Stackstrategy -> all 2023-05-08 20:50:54 +02:00
Matthias
60620a8103 Slightly improve PlotConfig 2023-05-08 20:50:54 +02:00
Matthias
769a303754 Remove no longer necessary storage.ts 2023-05-08 20:50:54 +02:00
Matthias
fcdafcd185 Add deepclone helper function 2023-05-08 20:50:54 +02:00
Matthias
a6535822da Update plotstore to use pinia persistence 2023-05-08 20:50:54 +02:00
Matthias
6c80c0d741 Extract area chart generation to separate file 2023-05-08 20:50:54 +02:00
Matthias
8dd846d95b Add Area chart helpers 2023-05-08 20:50:54 +02:00
Matthias
7d2be4e6df Improve plot helper typing 2023-05-08 20:50:54 +02:00
Matthias
77952ec2c9 Improve heikinAshi typing 2023-05-08 20:50:54 +02:00
Matthias
1fb43f5c5b Extract function to separate file 2023-04-28 20:30:34 +02:00
Matthias
38c48d418c Move heikinashi to charts directory 2023-04-28 20:30:34 +02:00
Matthias
1653386da9 Properly sort bots for dashboard 2023-04-22 14:30:31 +02:00
Matthias
d4c6815eca Update zoom sliders to be bigger
closes #275
2023-04-19 20:35:41 +02:00
Matthias
6c6d3e587b Ensure default sorting 2023-04-19 06:25:24 +02:00
Matthias
a4ba5754f3 Allow reordering of bots 2023-04-19 06:16:58 +02:00
Matthias
6aeb3755b2 Make updateBot method more dynamic, allowing for random updates 2023-04-18 19:26:31 +02:00
Matthias
abc1277e4f Improve typing in numberformat 2023-04-14 18:33:35 +02:00
Matthias
5bc75e4ac1 Remove more deprecated usags 2023-04-13 06:40:59 +02:00
Matthias
fabe44293e Add tests for timeformat "parseDate" 2023-04-10 17:42:10 +02:00
Matthias
a4436a482a Remove bootswatch themes 2023-03-24 20:16:24 +01:00
Matthias
5a8c468fab Improve chart tooltip by including order sizing info 2023-01-17 19:49:59 +01:00
Matthias
2078ff8942 Don't exclude still open trades from plotting
closes #1093
2023-01-14 21:30:58 +01:00
Matthias
19a479ef2b Fix axios error introduced in last updates 2023-01-05 10:26:58 +01:00
Matthias
ef848f33e8 Fix datepicker not working 2022-12-11 10:24:04 +01:00
Matthias
be31549a5b Bubble error out of login method, simplify 2022-12-10 13:08:47 +01:00
Matthias
594a828358 Expire login info - request re-login.
closes #1015
2022-12-10 12:51:34 +01:00
Matthias
f2f64fe903 Also store username 2022-12-08 20:10:54 +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
ac4d98a5ef Add initial websocket connectivity 2022-12-07 07:00:21 +01:00
Matthias
97dd99f4a1 Fix bins odd beavior if only one trade is present 2022-12-03 08:35:46 +01:00
Matthias
b61439b398 Add missing reject 2022-11-30 07:05:13 +01:00