Commit Graph

176 Commits

Author SHA1 Message Date
Matthias
dbccd30ec6 Adapt to date-fns-tz 3.0 changes 2024-04-10 07:06:57 +02:00
Matthias
9b5e14c033 Update some backtest displays 2024-03-30 12:03:24 +01:00
Matthias
a00bdf0774 Improve order tooltip rendering
closes #1804
2024-03-22 16:54:26 +01:00
Matthias
d73fa800bc Fix type error due to newly typed field in chart component 2024-02-21 07:06:23 +01:00
Matthias
eb2a1d1d9c Reduce alert timeout to sane value 2024-02-18 15:03:00 +01:00
Matthias
f6fa2f3d5e Move trade entry symbol to first filled entry 2024-02-16 06:52:04 +01:00
Matthias
dde1d23890 Also visualize unfilled open orders 2024-02-16 06:51:54 +01:00
Matthias
36e9937c7f Re-implement Toast workaround
works around broken design of useToast in bootstrap-vue-next.
2024-02-11 09:26:53 +01:00
Matthias
139a03f9c6 Update alert showing 2024-02-11 08:53:37 +01:00
Matthias
72ca12e035 Add timerange datefformatter 2023-12-31 12:00:35 +01:00
Matthias
3f1314677c Improve time-math functions 2023-12-12 20:58:45 +01:00
Matthias
bb0ab2e00d Fix some type issues 2023-10-26 19:59:35 +02:00
Matthias
bce191e86f Extract settings generation, too 2023-10-26 19:59:35 +02:00
Matthias
69f032ac2e Extract backtestResultGeneration to separate function 2023-10-26 19:59:35 +02:00
Matthias
aa2f791406 Add object to Table Items helper function and specs 2023-10-26 19:59:35 +02:00
Matthias
b48fe5b241 Use splitTradePair function for trade visualization 2023-10-21 17:18:40 +02:00
Matthias
0d0fc2a4d8 Improve response naming 2023-10-21 17:18:22 +02:00
Matthias
41f464e4ca Improve error failure case handling 2023-10-21 17:11:38 +02:00
Matthias
0f6aec7df8 Add pair split function (incl. tests) 2023-10-21 17:09:40 +02:00
Matthias
0b8e134c15 Improve naming of variable 2023-10-21 17:00:47 +02:00
Matthias
cfb1f0a32d Small cleanup 2023-10-21 16:56:30 +02:00
Matthias
43dd865ad4 Extract stake_currency logic from tooltip functions 2023-10-21 16:56:30 +02:00
Matthias
353aae5cab Improve tooltip formatting 2023-10-10 07:09:18 +02:00
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