Commit Graph

1686 Commits

Author SHA1 Message Date
Matthias
7649390156 Move plotconfig logic to plotStore 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
7e91ed5b8e Sort imports 2023-05-08 20:50:54 +02:00
Matthias
1c81f45d84 Extract plotConfigSelect to separate view 2023-05-08 20:50:54 +02:00
Matthias
4599fcb14c Fix disabled primary style 2023-05-08 20:50:54 +02:00
Matthias
04ea00fc57 Organize imports 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
b88ee2413f Add Area chart support (main chart only) 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
9d3f44946e Send freqAI model as part of request 2023-05-02 20:03:46 +02:00
Matthias
8b92567319 Rename Chartsview component 2023-05-02 19:58:37 +02:00
Matthias
1fb43f5c5b Extract function to separate file 2023-04-28 20:30:34 +02:00
Matthias
b9d2b90bd6 Extract Series generation into function 2023-04-28 20:30:34 +02:00
Matthias
38c48d418c Move heikinashi to charts directory 2023-04-28 20:30:34 +02:00
Matthias
6d6cd66aba Remove unnecessary computed property 2023-04-28 20:30:34 +02:00
Matthias
e66078b798 Use function instead of anonymous functions 2023-04-28 20:30:34 +02:00
Matthias
5d55d0be29 Candlechart to script setup 2023-04-28 20:30:34 +02:00
Matthias
9128581994 fix card padding 2023-04-24 11:28:52 +02:00
Matthias
c60d5418f2 Refactor period breakdown to separate component 2023-04-24 11:26:42 +02:00
Matthias
cbea1523fa Show backtest monthly breakdown statistics 2023-04-24 11:20:29 +02:00
Matthias
fbda93cf4b Remove deprecated and long-gone settings 2023-04-22 18:30:36 +02:00
Matthias
07ede302e1 Use accountbalance also for BalanceChart 2023-04-22 17:45:05 +02:00
Matthias
f5c9fa0f79 Prevent using botbalance when it doesn't work 2023-04-22 17:31:54 +02:00
Matthias
1d4121f38b Update botcomparison with new balance field 2023-04-22 17:11:42 +02:00
Matthias
502bb701ab Allow showing/hiding Balance
closes #1205
2023-04-22 17:10:22 +02:00
Matthias
c65ed7bc79 Format balance chart by stakeCurrencyDecimals 2023-04-22 14:39:50 +02:00
Matthias
1fd35a90b7 Improved typesafety 2023-04-22 14:36:06 +02:00
Matthias
5378d651e7 Fix type issue with chart 2023-04-22 14:35:05 +02:00
Matthias
1653386da9 Properly sort bots for dashboard 2023-04-22 14:30:31 +02:00
Matthias
a75a6e2882 script setup: botcomparisonlist 2023-04-22 14:29:44 +02:00
Matthias
66758de2b6 script setup: Balancecharts 2023-04-22 11:55:18 +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
2edfb5a20c make sortId mandatory 2023-04-19 06:25:16 +02:00
Matthias
a4ba5754f3 Allow reordering of bots 2023-04-19 06:16:58 +02:00
Matthias
ac1b39aaae Further refactor botRename method 2023-04-18 20:20:17 +02:00
Matthias
6aeb3755b2 Make updateBot method more dynamic, allowing for random updates 2023-04-18 19:26:31 +02:00
Matthias
8570aed525 Rename botstore wrapper 2023-04-18 18:08:17 +02:00
Matthias
ad5ececb5e Add help hint over orders showing order type 2023-04-14 18:33:35 +02:00
Matthias
abc1277e4f Improve typing in numberformat 2023-04-14 18:33:35 +02:00
Matthias
2fdbe2bbc9 Fix duplicate actions in list 2023-04-14 18:14:44 +02:00
Matthias
214112aafb Remove now unused eslint-disable-next-line @typescript-eslint/camelcase 2023-04-13 07:19:34 +02:00
Matthias
eb8cd302d4 loginview -> script setup 2023-04-13 07:13:23 +02:00
Matthias
9e79efb058 Fix some rename errors 2023-04-13 06:47:46 +02:00
Matthias
e57df49144 ftbot store types 2023-04-13 06:45:31 +02:00
Matthias
0677843bd5 multi-word components 2023-04-13 06:44:12 +02:00
Matthias
5bc75e4ac1 Remove more deprecated usags 2023-04-13 06:40:59 +02:00
Matthias
dab29a1f68 Errorview to script setup 2023-04-13 06:37:13 +02:00
Matthias
5a3dcce1ef Views to script setup 2023-04-13 06:36:41 +02:00
Matthias
724e99d2ef Rename Views to correspond to best practices 2023-04-13 06:35:06 +02:00
Matthias
7c01e0e5f9 small linting fixes 2023-04-13 06:34:39 +02:00
Matthias
b4d1c99179 Fix some styling issues 2023-04-13 06:32:00 +02:00
Matthias
7a18bf6cc8 Remove deprecated options 2023-04-12 18:32:35 +02:00
Matthias
1fdd72908c Improve some subtle bugs 2023-04-12 18:26:17 +02:00
Matthias
a2e6be1be7 Add force-enter tag to entry form 2023-04-12 07:13:41 +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
8d5450d901 Improve behavior in timeRangeSelect 2023-04-10 18:17:55 +02:00
Matthias
fabe44293e Add tests for timeformat "parseDate" 2023-04-10 17:42:10 +02:00
Matthias
9984052688 Backtestgraphs -> script setup 2023-04-10 17:00:10 +02:00
Matthias
d68f8c69c6 Show bot start date in general overview 2023-04-08 16:37:39 +02:00
Matthias
e2c8050574
Merge pull request #1185 from Tako88/feature/trade_nav_sorting
Sorting in trade navigation
2023-04-08 08:13:01 +02:00
Matthias
948907b63e Improve force-enter Radiobuttons 2023-04-07 18:24:59 +02:00
Matthias
d6e05b22d6 Settings - margin end 2023-04-07 17:48:17 +02:00
Matthias
a33b071736 Auto-close nav dropdown 2023-04-07 17:47:34 +02:00
Tako
957dfee8ea add trade nav sorting 2023-04-07 12:45:22 +00:00
Matthias
554ada9fd0 Fix remaining type error 2023-04-06 07:17:29 +02:00
Matthias
2d4a8cad93 Types in backtestResultView 2023-04-06 07:16:57 +02:00
Matthias
3645f14da1 Update botcomparison type error 2023-04-06 07:15:14 +02:00
Matthias
213b5c3af1 Update tradeList to fix types 2023-04-06 07:15:05 +02:00
Matthias
b08e1286c9 Fix some type errors with bootstrap table 2023-04-05 21:11:46 +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
52f24a78b0 Extend types to new interface 2023-03-25 13:48:34 +01:00
Matthias
a4436a482a Remove bootswatch themes 2023-03-24 20:16:24 +01:00
Matthias
646a160750 Rename Theme-select component 2023-03-24 20:13:44 +01:00
Matthias
2c26ad9fb2 Remove unused bootswatch dependency 2023-03-24 20:13:44 +01:00
Matthias
8b86322f27 Improve bootswatch load behavior 2023-03-24 20:13:17 +01:00
Matthias
7e93fb8ab3 Partially fix bootswatch select 2023-03-24 06:49:50 +01:00
Matthias
5ed68096e6 Navbar to script setup 2023-03-23 19:41:00 +01:00
Matthias
b1ceb7158a Bootswatch to script setup 2023-03-23 19:40:30 +01:00
Matthias
1e047fb23b Properly close login window in edit mode 2023-03-21 20:18:49 +01:00
Matthias
ce9fd54c17 Improve Balance formatting 2023-03-18 17:47:31 +01:00
Matthias
bd123f2a96 balance to script setup 2023-03-18 17:47:31 +01:00
Matthias
24146fed40 Show correct tooltip 2023-03-15 06:45:24 +01:00
Matthias
72083b2449 Profit-desc should correspond to selected mode 2023-03-08 20:22:36 +01:00
Matthias
a03f1bb917 Improve handling of empty pair-data responses 2023-03-07 18:19:44 +01:00
Matthias
c3c21f5a36 Fix random crash when starting UI with odd timing 2023-03-07 06:59:28 +01:00
Matthias
90855b881f Show relative profit ratio for total / realized profits 2023-03-06 18:24:43 +01:00
Matthias
608bbde032 Improve trade-profit visualization for alternative profits 2023-02-28 21:01:20 +01:00
Matthias
cb71d88af9 Improve Profit pill 2023-02-28 21:00:04 +01:00
Matthias
7ba0ef0512 Use "computed" for profit variables 2023-02-28 20:50:04 +01:00
Matthias
2c9a01bae2 Don't hardcode USDT for profit-visualization 2023-02-28 20:45:59 +01:00
Matthias
988615075c profit-pill -> script setup 2023-02-28 20:43:10 +01:00
Matthias
9aecdc9bbf trade-profit -> script setup 2023-02-28 20:41:14 +01:00
Matthias
9e60528001 Show Total profit in UI 2023-02-28 20:29:05 +01:00
Matthias
e7be05cb87 Split trades type into open and closed trades 2023-02-28 20:28:56 +01:00
Matthias
e1dae7c630 Reduce network traffic (don't call getState every 5s) 2023-02-28 18:05:44 +01:00
Matthias
f76773be39 Fix typo in header 2023-02-28 06:56:34 +01:00
Matthias
56d0bb58cc Don't use deprecated columns 2023-02-27 21:34:05 +01:00
Matthias
2c0c2b5d6c Add realized profit to details pane 2023-02-27 20:57:43 +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
5e1b1d4c7b Candlechartcontainer -> script setup 2023-02-27 20:34:13 +01:00
Matthias
fb84eaa050 Remove unused pairsummary variable 2023-02-27 20:31:30 +01:00
Matthias
d09dc48944 Pair summary -> script setup 2023-02-27 20:21:45 +01:00
Matthias
0d59031d72 Add infobox hints to Dashboard title 2023-02-27 20:19:26 +01:00
Matthias
3ff887d074 Dashboard -> script setup 2023-02-27 20:10:23 +01:00
Matthias
47bc84e543 Draggable container -> script setup 2023-02-27 20:09:40 +01:00
Matthias
58638ceb80 Add realized profit to trade schema 2023-02-27 20:06:04 +01:00
Matthias
635814a782 Auto-navigate to trade list when selecting a trade in Dashboard view 2023-02-25 15:39:00 +01:00
Matthias
af423f8079 Botlist -> script setup 2023-02-25 15:31:03 +01:00
Matthias
fa5203fbee Show alert in case of failed backtest
closes #1138
2023-02-22 20:12:48 +01:00
Matthias
5e3c6e8966 Show leverage in trade-list on futures bots 2023-02-19 17:46:07 +01:00
Matthias
3dc3021b08 Remove temporary DebugLog 2023-02-19 17:39:20 +01:00
Matthias
6b21a1c7ee Add TradeActionsPopover 2023-02-19 17:28:44 +01:00
Matthias
2bce25bc61 remove b-tooltip directive 2023-02-18 13:25:38 +01:00
Matthias
2599a5c751 Add some debugging code to TradeList 2023-02-17 18:05:42 +01:00
Matthias
0cc3259ea1 Remove unnecessary method in Trade layout 2023-02-15 19:27:29 +01:00
Matthias
555c47fc76 Update Trading to script setup 2023-02-15 18:14:25 +01:00
Matthias
9b009e8158 ForceExitForm -> script setup 2023-02-15 07:05:27 +01:00
Matthias
3884bc3f68 Update ForceEntry to script setup 2023-02-15 06:45:34 +01:00
Matthias
872cf42753 Fix trade filter 2023-02-10 19:45:54 +01:00
Matthias
af9b64c046 backtestChart - script setup 2023-02-10 19:31:24 +01:00
Matthias
10bbb228cc TradeListNav to script setup 2023-02-10 18:28:58 +01:00
Matthias
8fd1fa4b34 Add stoploss on exchange to botstatus view 2023-02-08 07:08:18 +01:00
Matthias
c0538880e9 switch from bootstrap-vue-3 to next 2023-02-08 06:34:28 +01:00
Matthias
65648d5c51 Improve iconography of trade action segment 2023-02-01 20:02:32 +01:00
Matthias
3e59cd8100 Add UI for cancel open order 2023-02-01 20:02:32 +01:00
Matthias
5ecdce8494 TradeList to script setup 2023-02-01 20:02:32 +01:00
Matthias
33e988798b Update tradeActions to script setup 2023-02-01 20:02:32 +01:00
Matthias
7f0abd7fa5 Clean up pair summary 2023-01-25 07:33:12 +01:00
Matthias
ca5b887c4e Disable selectable column 2023-01-25 07:33:12 +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
47aea56420 Auto-load strategy when btresult is selected 2023-01-18 18:16:09 +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
db42bbc3d9 Move mouse houver off left border
closes move the translucent panel to the up/down side OR change Y axis price location #1016
2023-01-05 11:16:03 +01:00
Matthias
19a479ef2b Fix axios error introduced in last updates 2023-01-05 10:26:58 +01:00
Matthias
7fd5c2826b Update login alert to work on new bootstrap version 2023-01-04 13:34:12 +01:00
Matthias
45c70e13f1 Don't show freqAI identifier field when freqAI is deselected 2022-12-31 09:08:53 +01:00
Matthias
47bb5bef71 Add new backtesting Metrics to freqUI 2022-12-29 17:49:41 +01:00
Matthias
748c24d879 Improve type compliance 2022-12-27 14:39:35 +01:00
Matthias
9b4d1e4260 Don't use deprecated settings 2022-12-27 14:36:42 +01:00
Matthias
144e74af9b Remove deprecated settings 2022-12-27 13:55:20 +01:00
Matthias
f800386e66 Add max_stake_amount field 2022-12-27 13:48:53 +01:00
Matthias
038e4df8f7 Fix balance layout 2022-12-24 10:53:01 +01:00
Matthias
8a34280bb0 Fix container overflow 2022-12-24 10:06:06 +01:00
Matthias
4a730bb515 Allow setting identifier via UI 2022-12-23 19:46:15 +01:00
Matthias
b649adf0cf Cache - only in 2.22 2022-12-23 19:46:15 +01:00
Matthias
88c6f49ae5 Fix backtesting styling 2022-12-23 19:46:15 +01:00
Matthias
ddff02c1a9 Disable backtest-cache selectively 2022-12-23 19:46:15 +01:00
Matthias
f40bace902 Improve freqAI setup 2022-12-23 19:46:15 +01:00
Matthias
f52a6fd685 Improve freqAI setup 2022-12-23 19:46:15 +01:00
Matthias
cdde293ee0 Show info icon for freqAI backtests 2022-12-23 19:46:15 +01:00
Matthias
1579200bc8 Add freqAI Model selection to backtesting 2022-12-23 19:46:15 +01:00
Matthias
1a686fab57 Fix plot-config not updating when a different plot is selected 2022-12-22 07:02:32 +01:00
Matthias
fb5ba3df9d
Merge pull request #1058 from daniila/plot_config_select_fix
fix select values updating with delay
2022-12-21 07:17:41 +01:00
Matthias
82ab2bf473 Backtesting -> script setup 2022-12-21 06:39:44 +01:00
Tako
2535082c5d fix select values updating with delay 2022-12-20 00:22:29 +00:00
Matthias
d227360942 Fix valuePair cypress test by reverting script setup conversion for now 2022-12-17 20:42:19 +01:00
Matthias
b2ef4343ec ProfitSymbol -> script setup 2022-12-17 20:08:19 +01:00
Matthias
ca93a019c3 Update cypress tsets to use props instead of propsDat 2022-12-17 20:08:10 +01:00
Matthias
91e8bd4e3f Bring back bottom slot in balance view 2022-12-17 15:03:04 +01:00
Matthias
50946ccc16 Properly import vue3-grid-layout styles 2022-12-17 14:36:06 +01:00
Matthias
ea5805dcb4 Add Generic infoBox help sign, convert valuePair to script setup 2022-12-15 20:28:13 +01:00
Matthias
4da60605e0 Properly implement preventDefault 2022-12-13 20:25:46 +01:00
Matthias
40d0691fd3 Improve login to not close the modal when something is wrong 2022-12-13 19:27:14 +01:00
Matthias
0c0399579e Disable load_from_strateegy button when bot is offline or in webserver mode 2022-12-13 06:30:38 +01:00
Matthias
89de68f334 plot-indicator -> script setup 2022-12-13 06:21:27 +01:00
Matthias
bfb594800b plotconfig -> script setup 2022-12-13 06:19:38 +01:00
Matthias
ef848f33e8 Fix datepicker not working 2022-12-11 10:24:04 +01:00
Matthias
2b60322614 Fix render bug with empty backtest result 2022-12-10 14:20:47 +01:00
Matthias
8cc4488a02 backtestResultView -> SCript setup 2022-12-10 14:17:13 +01:00
Matthias
978694f905 Fix backtsting layout issue 2022-12-10 14:13:29 +01:00
Matthias
84d259e283 Remove unnecesary log 2022-12-10 13:56:30 +01:00
Matthias
9d59685db7 TimeRangeSelect -> script setup 2022-12-10 13:39:53 +01:00
Matthias
e2624cea54 StrategySelect -> script setup 2022-12-10 13:39:06 +01:00
Matthias
1cc8f910c2 Strategy-select proper emit 2022-12-10 13:36:08 +01:00
Matthias
4d7fe771e8 Switch to new bot if active bot is deleted 2022-12-10 13:14:27 +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
210c7bd692 Improve auth types 2022-12-10 08:19:26 +01:00
Matthias
eeeeb352c5 Switch login view to async/await 2022-12-09 17:29:48 +01:00
Matthias
754fabb5b2 Loginmodal -> script setup 2022-12-08 20:25:28 +01:00
Matthias
f2f64fe903 Also store username 2022-12-08 20:10:54 +01:00
Matthias
0af3fa0174 Convert login to script setup 2022-12-08 20:10:47 +01:00
Matthias
a4aa87aed8 Add "logged out" state to BotEntry 2022-12-08 19:57:46 +01:00
Matthias
70b348e3f1 Improve online/offline logo 2022-12-08 18:22:34 +01:00
Matthias
6b30c31044 Notifications should be "per bot". 2022-12-07 07:18:32 +01:00
Matthias
ea2c1017b0 improve alert logging 2022-12-07 07:04:31 +01:00
Matthias
587296882c Persist profit distribution bins 2022-12-07 07:00:21 +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
f630ecfbe7 Remove unused type 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
f2165a5d84 Allow Alerts to have different color 2022-12-05 06:56:45 +01:00
Matthias
16ea7a0457 Format styles file 2022-12-04 17:14:36 +01:00
Matthias
efac66e317 Do some final cleanup on vue3 2022-12-04 17:07:10 +01:00
Matthias
5efa81c591 Create layout transitions 2022-12-04 13:35:19 +01:00
Matthias
0b2c48f7b6 Fix login state validation 2022-12-03 20:13:48 +01:00
Matthias
19c41797cd Fix bad order feedback 2022-12-03 17:23:01 +01:00
Matthias
6684992d99 Improve code quality 2022-12-03 14:55:39 +01:00
Matthias
8d0935c0d6 Implement messagebox logic 2022-12-03 14:03:01 +01:00
Matthias
33a126033d Fix login rerouting 2022-12-03 14:03:01 +01:00
Matthias
71fd236674 Fix a few type problems 2022-12-03 14:03:01 +01:00
Matthias
617bdfbe2b vue3: alerts 2022-12-03 14:03:01 +01:00
Matthias
9cfaf29275 Fix login cypress errors 2022-12-03 14:03:01 +01:00
Matthias
3fd3293182 Some minor styling changes 2022-12-03 14:03:01 +01:00
Matthias
1c50510ee5 dark-style toast 2022-12-03 14:03:01 +01:00
Matthias
1159191a00 Bootstrap5 - fix table hover 2022-12-03 14:03:01 +01:00
Matthias
3c324a9da8 Ensure startup works by moving initial refresh to botWrapper 2022-12-03 14:03:01 +01:00
Matthias
f8ff5745f2 Fix component tests 2022-12-03 14:03:01 +01:00
Matthias
7bfe209775 Fix some more alignments 2022-12-03 14:03:01 +01:00
Matthias
a3692d7339 Fix some styling issues 2022-12-03 14:03:01 +01:00
Matthias
e851471a55 Fix open trades action popups 2022-12-03 14:03:01 +01:00
Matthias
e7029b0798 Forceexit form validation 2022-12-03 14:03:01 +01:00
Matthias
df3b89c461 fix plot modal 2022-12-03 14:03:01 +01:00
Matthias
da67aec11d Fix modals error 2022-12-03 14:03:01 +01:00
Matthias
9d000f50ce useRoute from vue-router 2022-12-03 14:03:01 +01:00
Matthias
d08250925a Small fix to tradeList 2022-12-03 14:03:01 +01:00
Matthias
7dbea21e91 forceExit form fixes 2022-12-03 14:03:01 +01:00
Matthias
414fb0edc5 Update LoginModal to new bootstrap method 2022-12-03 14:03:01 +01:00
Matthias
a5868f2a18 forceentry - fix validations 2022-12-03 14:03:01 +01:00
Matthias
8b7874dba5 Remove unnecessary div 2022-12-03 14:02:57 +01:00
Matthias
97dd99f4a1 Fix bins odd beavior if only one trade is present 2022-12-03 08:35:46 +01:00
Matthias
91c352f090 update forceEntry form 2022-12-03 08:35:46 +01:00
Matthias
6aa089e71a Fix a few modals 2022-12-03 08:35:03 +01:00
Matthias
b9a6a94c57 Improve some spacing 2022-12-03 08:35:03 +01:00
Matthias
60b38e6e50 Fix chart layouting 2022-12-03 08:35:03 +01:00
Matthias
b8c4e67fb2 Update ml- and mr- to ms- and mr- according to bootstrap5 update 2022-12-03 08:35:03 +01:00
Matthias
dd940a09d3 Update grid-layout to use vue3-dragable-grid-layout
https://github.com/melrose13-69/vue3-dragable-grid-layout/
2022-12-03 08:35:03 +01:00
Matthias
86dcd212e1 Update plot-indicator to properly work on v3 2022-12-03 08:35:03 +01:00
Matthias
847c0be579 Improve Navbar to be almost correct 2022-12-03 08:35:03 +01:00
Matthias
07edb3ce2e More updates for vue3 2022-12-03 08:35:01 +01:00
Matthias
4a61fa0afb Update to bootstrap 5 classes 2022-12-03 08:34:43 +01:00
Matthias
3d1c2c2c2a random other changes for vue3 2022-12-03 08:34:43 +01:00
Matthias
bb9076a4ea Update dependencies to Vue3 2022-12-03 08:34:42 +01:00
Matthias
b61439b398 Add missing reject 2022-11-30 07:05:13 +01:00
Matthias
fbd0bbd6f6
Merge pull request #1023 from daniila/dca_orders_on_chart
Dca orders on chart
2022-11-26 14:03:14 +01:00
Matthias
445837a471 Improve Adjustment tooltip 2022-11-26 13:45:14 +01:00
Matthias
3a65b4880a Properly test roundTimeframe 2022-11-26 09:11:44 +01:00
Tako
b21f7d9d07 tweaked symbols 2022-11-25 19:07:07 +00:00
Tako
04f94a9586 Merge branch 'main' into dca_orders_on_chart 2022-11-25 15:31:09 +00:00
Matthias
338d9d548b
Merge pull request #1017 from daniila/force_entry_prefill_pair
set pair to selectedPair if empty in force entry dialog
2022-11-25 16:11:32 +01:00
Tako
2f84bad6b1 removed datalist component 2022-11-25 14:53:26 +00:00
Tako
68d072e7fa properly fill pair input 2022-11-25 07:52:24 +00:00
Tako
561db06b39 make sure order is within dataset bounds 2022-11-24 18:10:02 +00:00
Matthias
512a0ef5f1 use b-form-input 2022-11-23 19:45:46 +01:00
Tako
de92ac9459 show orders on chart 2022-11-23 16:02:51 +00:00
Tako
a5239f9cdc set pair to selectedPair if empty 2022-11-21 17:44:06 +00:00
Matthias
775481da6b Update some form fields to use proper namings 2022-11-18 16:16:14 +01:00
Matthias
75458a37cb Linting ... 2022-11-15 06:41:40 +01:00
Matthias
bf21299340 Don't bubble error through mounted hook 2022-11-10 07:29:46 +01:00
Matthias
7f0779fd3d Improve styling of filter reset 2022-11-09 07:21:56 +01:00
Matthias
4d4528b1e4 Add search for indicator add field 2022-11-07 21:27:11 +01:00
Matthias
adab387c6d Show fallback if no detail timerange was used 2022-11-06 09:50:37 +01:00
Matthias
55e9420b96 Improve backtest output 2022-11-04 07:18:05 +01:00
Matthias
880e02bc40 Add missing import 2022-11-01 17:33:31 +01:00
Matthias
7cd5f094e1 Don't use emit when updating config 2022-11-01 16:33:06 +01:00
Matthias
c5da60c090 use plotStore instead of vmodel for plotConfigurator 2022-11-01 15:52:11 +01:00
Matthias
e99deff46f Move plotconfig logic to plotStore 2022-11-01 14:45:37 +01:00
Matthias
1b21177351 Simplify CandleChartContainer by moving plotconfig name to store 2022-11-01 14:30:29 +01:00
Matthias
148060bf89 Extract plot settings from botStore 2022-11-01 14:21:05 +01:00
Matthias
dafbda9fcc Improve colors in plotConfigurator 2022-11-01 13:19:13 +01:00
Matthias
94d0fd5bb5 Improve candleChart behavior 2022-10-31 20:41:34 +01:00
Matthias
6230abedab Update wording to Entry in candlechart 2022-10-31 20:07:52 +01:00
Matthias
72be3103dc DailySorted should not break pinia utils 2022-10-30 12:57:05 +01:00
Matthias
0361fc1424 Simplify ResultChart 2022-10-30 12:55:14 +01:00
Matthias
a2d9889d32 Extract backtest-chart from backtesting component 2022-10-30 12:02:48 +01:00
Matthias
27645c3131 Wrap trade-nav when not enough space is available 2022-10-30 11:57:28 +01:00
Matthias
81541bf861 Don't use component alias 2022-10-30 11:15:40 +01:00
Matthias
46ee4131f4 Improve fee display in trade detail 2022-10-21 16:18:39 +02:00
Matthias
98f2363c5c
Merge pull request #977 from freqtrade/dependabot/npm_and_yarn/main/axios-1.1.3
build(deps): bump axios from 0.27.2 to 1.1.3
2022-10-19 08:17:36 +02:00
Matthias
1c0835a6eb Remove no longer necessary parseParams function 2022-10-19 08:10:46 +02:00
Matthias
03b4623619 Fix some lint errors 2022-10-19 07:59:50 +02:00
Julien Gainza
a7fecbeba6 fix for heikin ashi calculation 2022-10-09 12:38:34 +02:00
Matthias
c00bbf16fc Have pairlist length as hover over whitelist title 2022-10-01 20:38:50 +02:00
Matthias
0160fbe61b Sort daily-chart correctly
closes #948
2022-09-27 18:11:58 +02:00
Matthias
be563c62a8 Improve usability of ForceEntry from 2022-09-22 07:20:13 +02:00
Matthias
1710ea920b Refactor Backtesing to have a BacktestChartView 2022-09-15 20:16:06 +02:00
Matthias
caad7e3ae2 Fix historic selection bug 2022-09-14 20:44:29 +02:00
Matthias
43d6ae3884 Add Profit-distribution plot to backtesting 2022-09-14 20:14:20 +02:00
Matthias
4fdd72045b Add more options to profitdistributionchart 2022-09-14 20:00:10 +02:00
Matthias
261b3fb947 Convert profitdistro chart to use computed props 2022-09-14 19:34:22 +02:00
Matthias
159f69c141 Add profitdistribution chart 2022-09-14 19:34:22 +02:00
Matthias
7b97e8a565 Add closed trades for all bots to dashboard
closes #763
2022-09-14 19:34:22 +02:00
Matthias
bb83a0702d convert store methods to async 2022-09-10 14:56:21 +02:00
Matthias
455a15dd00 Fix theme storage
closes #931
2022-09-10 14:06:30 +02:00
Emre
56574f9467
Fix popover not triggering on safari 2022-09-08 17:20:35 +03:00
Matthias
484ed8aa5d Add e2e test for log page 2022-09-04 16:57:46 +02:00
Matthias
a57dc2aa7e Slightly increase default timeout
closes #517
2022-09-04 16:24:30 +02:00
Matthias
d4d30f4005 Slightly improve trade color scheme 2022-08-28 09:14:31 +02:00
Matthias
ee86dbdf29 Fix null type error 2022-08-24 20:49:53 +02:00
Matthias
44c6299c10 Fix cum-profit chart not updating 2022-08-13 15:35:31 +02:00
Matthias
4cda6b9581
Merge pull request #889 from freqtrade/dependabot/npm_and_yarn/main/vue-grid-layout-2.4.0
build(deps): bump vue-grid-layout from 2.3.12 to 2.4.0
2022-08-10 20:18:46 +02:00
Matthias
ff6e1d3ddb Fix useRoute helper 2022-08-10 20:13:32 +02:00
Matthias
785a7ebc24 Fix order Return type 2022-08-10 20:03:04 +02:00
Matthias
6d5ac2fa8d add forceExit form for parital exits 2022-08-10 20:03:04 +02:00
Matthias
f76fe14fc2 Update forceExit wording 2022-08-10 20:03:04 +02:00
Matthias
7ddf95044f Improve exit message wording 2022-08-10 20:03:04 +02:00
Matthias
fa4be3daad Remove unused methods 2022-08-10 20:03:04 +02:00
daniila
9413ff8c33 Don't show side if spot, removed brackets 2022-08-04 10:12:25 +00:00
me
673ba6a0a1 show trade side in trade navigation 2022-08-03 22:13:29 +00:00
me
943b8d3602 profit abs in pairs summary 2022-08-03 22:13:09 +00:00
Matthias
0dab6fa60f Add title to Trade navigator 2022-08-02 20:36:47 +02:00
Matthias
7a781b33d7
Merge pull request #880 from daniila/chart_trade_navigation
Chart trade navigation
2022-08-02 20:33:10 +02:00
Matthias
4a8b304802 Add leverage to forceentry field 2022-08-02 20:09:43 +02:00
me
3d417fe774 before and after candles now based on timeframe 2022-08-02 13:25:13 +00:00
me
098ef58a5d endValue handling if no trade close_timestamp 2022-08-02 11:57:05 +03:00
me
c15e0edee5 click handler to setup() 2022-08-02 02:18:45 +03:00
me
ba81347c56 Fixed linting errors 2022-08-02 01:50:36 +03:00
me
d2acee7c93 typing for selectedTrade and sorting to setup() 2022-08-01 23:28:10 +03:00
me
b41cee496a Righ sidebar button to the right 2022-08-01 04:04:36 +03:00
me
0a18721705 Chart moves to selected trade 2022-08-01 03:58:50 +03:00
me
12b2e3aad9 emit selected trade event and sorting by date 2022-08-01 03:57:50 +03:00
me
63910f19f1 Created column for trades list 2022-07-31 19:03:46 +03:00
Matthias
b09189f0c1 Show liquidation price in trade detail 2022-07-30 16:40:33 +02:00
Matthias
43244d322e Fix backtesting chart height
closes #879
2022-07-30 07:15:00 +02:00
Matthias
20d3b80d41 Fix cumProfitChart being empty
part of #879
2022-07-30 07:09:48 +02:00
Matthias
7e931487e1 Improve detail order output 2022-07-24 20:09:54 +02:00
Matthias
7f0715d133 Add CAGR and profit factor to backtest view
https://github.com/freqtrade/freqtrade/issues/7116
2022-07-24 20:09:44 +02:00
Matthias
dfc38dff68 Show assumed initial capital in balance chart 2022-07-21 07:13:18 +02:00
Matthias
51bee418d6 Fix pair-changing not refreshing chart 2022-07-16 22:01:50 +02:00
Matthias
570581186e Expose botcontrols on top of tabs 2022-07-16 12:56:58 +02:00
Matthias
4296e81258 Remove unused imports 2022-07-13 07:35:30 +02:00
Matthias
8ccdb9eb66 Remove ID's where not necessary, add type 2022-07-13 07:35:07 +02:00
Matthias
33bfbbd3a5 Fix component tests 2022-07-13 07:35:07 +02:00
Matthias
c95748f584 Remove some onneeded props 2022-07-13 07:35:07 +02:00
Matthias
7712d49997 Fix some errors in router config 2022-07-13 07:35:07 +02:00
Matthias
ab17270e74 Update some type errors 2022-07-13 07:35:07 +02:00
Matthias
468d05e496 Remove more unneeded dependencies 2022-07-13 07:35:07 +02:00
Matthias
25445685f5 Update components to import from vue 2022-07-13 07:34:45 +02:00
Matthias
667456b725 Store Heikin Ashi setting 2022-07-11 16:34:00 +02:00
Matthias
befa2d6e57 Remove no longer used condition 2022-07-04 19:41:55 +02:00
Matthias
0a13da326b Fix short entries not showing
closes #839
2022-07-03 08:55:28 +02:00
Matthias
65b4e2903b Fix tooltip not showing short signals 2022-06-21 07:12:01 +02:00
Matthias
bfecaa8a2f Update Trade symbols 2022-06-19 16:55:17 +02:00
Matthias
ec43c02bc9 Add path Sample symbol 2022-06-19 16:15:56 +02:00
Matthias
359e9bdfc7 Extract trade symbols to constants 2022-06-19 16:15:56 +02:00
Matthias
c8c6dfa918 Label formatting 2022-06-19 16:15:56 +02:00
Matthias
8b78a87e06 Add empty candles at end to allow scroll past 2022-06-19 16:15:55 +02:00
Matthias
f8918db078 Improve Trade vis formatting 2022-06-19 16:15:55 +02:00
Matthias
0947f73441 Split orders type ... 2022-06-19 16:15:55 +02:00
Matthias
47c48c9011 Fix UI 2022-06-19 16:15:55 +02:00
Matthias
362d2731e3 Simplify legend 2022-06-19 16:15:55 +02:00
Matthias
743d5e17bc Update trade visualization in chart 2022-06-19 16:15:55 +02:00
Matthias
e87e073357 Encode more info in icons/colors 2022-06-19 16:15:55 +02:00
Matthias
86897e1f64 Add offset to trades response 2022-06-18 17:27:26 +02:00
Matthias
a757c2410a Show Trading volume in bot overview (if available) 2022-06-18 17:14:30 +02:00
Matthias
f4f8419e09 Rename cypress tests to .cy.ts 2022-06-15 20:16:40 +02:00
Matthias
fa493c22d2 Fix tradecount in header not resetting to 0 2022-06-15 19:35:14 +02:00
Matthias
c475ca30c2 Fix type error in daily 2022-06-13 19:45:18 +02:00
Matthias
f83524a8ba Add daily % metric to daily stats 2022-06-11 11:40:20 +02:00
Matthias
146f68deaa Migrate cypress to cypress 10.0 2022-06-08 20:49:19 +02:00
Matthias
b0037a6a54 Improve Single order display 2022-06-06 13:44:01 +02:00
Matthias
de50ed88d9 Support not having an exit column 2022-06-05 23:09:26 +02:00
Matthias
9d7748b504 Update/Improve timezone handling 2022-06-05 14:27:51 +02:00
Matthias
136d3f257a Rebrand ForceBuy to ForceEntry 2022-05-25 19:20:18 +02:00
Matthias
2f2e88b8ec Update forcebuy to properly validate 2022-05-25 19:16:55 +02:00
Matthias
b6459c25db Improve wording, add order count 2022-05-25 19:16:44 +02:00
Matthias
9226df5830 Add liquidation price to trade model 2022-05-22 09:01:59 +02:00
Matthias
6885df3efc Update backtesting with new options 2022-05-17 19:30:28 +02:00
Matthias
ba75fca158 Add canceled trade entries to Backtesting view 2022-05-17 07:05:37 +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
860f56f8d5 Fix component tests 2022-05-11 07:58:24 +02:00
Matthias
42f8662b3d Fix small bug in backtest display 2022-05-11 07:12:35 +02:00
Matthias
51834337f2 Fix botcomparison summary rendering 2022-05-09 07:10:34 +02:00
Matthias
f493b25d5a Allow selection of Multiple bots for Dashboard View 2022-05-04 20:43:14 +02:00
Matthias
5cdbd8c8e6 Fix layout problem 2022-05-02 21:28:52 +02:00
Matthias
0202bcea96 Fix UI version display 2022-05-01 16:43:17 +02:00
Matthias
c04e1a163f Update backtest graph display 2022-04-30 19:28:54 +02:00
Matthias
c80ec9f772 Properly handle Null values in profit responses 2022-04-29 20:02:01 +02:00
Matthias
c385d7a097 fix bug in fetch logic 2022-04-28 19:38:51 +02:00
Matthias
bc7f21eaff Reconfigure project to properly work with volar 2022-04-28 19:33:49 +02:00
Matthias
9aa12ed5c0 Update some types 2022-04-28 19:21:30 +02:00
Matthias
4c85f41401 Simplfiy store setup 2022-04-28 07:38:59 +02:00
Matthias
43676179dc Improve sync behaviour 2022-04-28 07:38:59 +02:00
Matthias
07f167171a use vue-tsc to check types 2022-04-27 06:53:45 +02:00
Matthias
3347d055f0 Fix some type errors 2022-04-27 06:22:37 +02:00
Matthias
a983bc3f51 Add locks side to type 2022-04-25 11:17:07 +02:00
Matthias
4de3a96fae Fix small bug in handling invalid responses 2022-04-23 10:43:12 +02:00
Matthias
3ab4aed5f4 Fix daily chart not loading properly 2022-04-22 20:08:35 +02:00
Matthias
8a0b852912 Fix empty layout on initial load 2022-04-22 19:35:57 +02:00
Matthias
4be917852c Improve refresh behaviour during startup 2022-04-22 07:24:20 +02:00
Matthias
118b21de3f Fix plotconfigurator Bug 2022-04-21 20:24:28 +02:00
Matthias
70011435de Fix online status 2022-04-21 20:18:28 +02:00
Matthias
0c731255ab Some minor updates 2022-04-21 19:36:12 +02:00