Commit Graph

758 Commits

Author SHA1 Message Date
Matthias
e2dc1b9b10 readd global refresh switch 2021-09-26 09:17:33 +02:00
Matthias
a95ea597d0 Update balance.ts to include new fields 2021-09-19 13:26:38 +02:00
Matthias
23986494f7 Show bot-name in dashboard open-trades view 2021-09-18 20:00:48 +02:00
Matthias
3470cb2c16 Add botname to tradeslog 2021-09-18 19:56:06 +02:00
Matthias
8eada44433 TradesLog show all trades (from all bots) 2021-09-18 19:49:36 +02:00
Matthias
7685703b8c Update DailyStats in dashboard 2021-09-18 19:45:26 +02:00
Matthias
dd44c54c6a Remove unnecessary logmessage 2021-09-18 19:42:07 +02:00
Matthias
85261f7e42 Improve styling of profitpill 2021-09-18 16:49:01 +02:00
Matthias
f6505166fc Remove botKPI's from dashboard 2021-09-18 16:32:08 +02:00
Matthias
f3477d9edf Add total balance to botcomparison 2021-09-18 16:31:53 +02:00
Matthias
6b41f8fa8e Query all bot-states to jump headers immediately 2021-09-18 15:54:01 +02:00
Matthias
542d453f0b Store last selected bot 2021-09-18 15:43:22 +02:00
Matthias
b937fdf07b re-add botId to trade object 2021-09-18 11:10:40 +02:00
Matthias
4e171457fe Don't break if plotconfig loading fails
closes #498
2021-09-18 11:05:02 +02:00
Matthias
25e0bace6d Fix error when 2 trade-id's collide in dashboard 2021-09-18 10:40:53 +02:00
Matthias
d8d9caf9d9 Merge branch 'master' into multi_bot 2021-09-18 10:28:43 +02:00
Julien Gainza
22961590ea Remove axisPointer.label for chart readability 2021-09-16 14:03:02 +02:00
Matthias
32d2503947 Properly type cumProfitData ... 2021-09-05 09:30:55 +02:00
Matthias
6bae907712 Remove Hourlychart in favor of botcomparison 2021-09-04 17:10:35 +02:00
Matthias
483710c279 Improve profitpill layout 2021-09-04 17:06:42 +02:00
Matthias
532a2ab71d Add open trades for all bots to dashboard 2021-09-04 17:06:27 +02:00
Matthias
211d7a3115 Update profit-chart to include all bots 2021-09-04 16:45:16 +02:00
Matthias
1df87176bc Create global "profit/loss" colors 2021-09-04 16:45:16 +02:00
Matthias
be4a15c6fa Improve ComparisonList 2021-09-04 16:45:16 +02:00
Matthias
8d8faf89b7 Optional relative ratio for profitpill 2021-09-04 16:45:16 +02:00
Matthias
1cd14b0ec9 Add profit pill 2021-09-04 16:45:16 +02:00
Matthias
8465208bbf Add TradeProfit pill component 2021-09-04 16:45:16 +02:00
Matthias
a7117cae2e Add some types 2021-09-04 16:45:16 +02:00
Matthias
4cd0a1344a Improve botComparisonList ... 2021-09-04 16:45:16 +02:00
Matthias
4f19e9e326 Add botcomparison list 2021-09-04 16:45:16 +02:00
Matthias
3147654b7c Autocreate "all_" getters from list 2021-09-04 16:45:16 +02:00
Matthias
52ab11b376 Add multitrade getter 2021-09-04 16:45:16 +02:00
Matthias
c762009a6f improve update logic 2021-09-04 16:45:16 +02:00
Matthias
8b7d79162d Don't update if bot is offline 2021-09-04 16:45:16 +02:00
Matthias
3df41fdc68 Start refresh from within store 2021-09-04 16:45:16 +02:00
Matthias
d012e3166f Fix double-initial refresh 2021-09-04 16:45:16 +02:00
Matthias
0467a18649 Fix loading of refresh setting 2021-09-04 16:45:16 +02:00
Matthias
be4b90f5a3 move refreshing logic to subbots 2021-09-04 16:45:16 +02:00
Matthias
9d682da2ca Small fixes 2021-09-04 16:45:16 +02:00
Matthias
3718ba007a Add backgroundsync Setting 2021-09-04 16:45:16 +02:00
Matthias
0ce64a17ea Fix type-error in dashboard 2021-09-04 16:45:16 +02:00
Matthias
76eff0dc4b Move autoRefresh to single bot stores 2021-09-04 16:45:16 +02:00
Matthias
10d13d788e Fix setIsBotOnline 2021-09-04 16:45:16 +02:00
Matthias
b73c5cbaed Add autorefresh to userService 2021-09-04 16:45:16 +02:00
Matthias
22e3c1a976 Move controls into multipane 2021-09-04 16:45:16 +02:00
Matthias
55cc721525 Add bot selector view 2021-09-04 16:45:16 +02:00
Matthias
030459023c Don't show signout button in multibot scenario 2021-09-04 16:45:16 +02:00
Matthias
a96eb11812 Improve Botselection view 2021-09-04 16:45:16 +02:00
Matthias
b23c122629 Move refresh actions to subBotStore 2021-09-04 16:45:16 +02:00
Matthias
ea71dcc190 Rename refreshAll to refreshFull 2021-09-04 16:45:16 +02:00
Matthias
44654abdfe Move reloading from ReloadComponent to Store 2021-09-04 16:45:16 +02:00
Matthias
0bdf73e63b Move refresh logic into parent_bot store 2021-09-04 16:45:16 +02:00
Matthias
2cca4c9765 Improve responsiveness of navbar 2021-09-04 16:45:16 +02:00
Matthias
5a8916f2ce Show online status for all bots 2021-09-04 16:45:16 +02:00
Matthias
5f7282cb0a Add URL to botDescriptor 2021-09-04 16:45:16 +02:00
Matthias
1c4e2aed54 Store botlist as objects, not string list 2021-09-04 16:45:16 +02:00
Matthias
f346f49e60 Add bot name input 2021-09-04 16:45:15 +02:00
Matthias
a330a39fe0 Update BotList to be a proper list 2021-09-04 16:45:15 +02:00
Matthias
79c6618b2b Autoselect first available Bot 2021-09-04 16:45:15 +02:00
Matthias
9ad4fefffa Fix multibot logout 2021-09-04 16:45:15 +02:00
Matthias
0955c21082 Allow login to multiple bots 2021-09-04 16:45:15 +02:00
Matthias
acd702dab3 Improve "no bot available" errorhandling 2021-09-04 16:45:15 +02:00
Matthias
29d908bf47 Allow authinfo to store multiple bots 2021-09-04 16:45:15 +02:00
Matthias
9ba4f7a70b Update Online visualization 2021-09-04 16:45:15 +02:00
Matthias
cb8d0af126 Add logic to add/remove a substore 2021-09-04 16:45:15 +02:00
Matthias
a253377124 Keep state around 2021-09-04 16:45:15 +02:00
Matthias
f30f968a2f Move logout to store 2021-09-04 16:45:15 +02:00
Matthias
8579499418 Reorder botStoreWrapper 2021-09-04 16:45:15 +02:00
Matthias
a2d8b68abb Add botstorewrapper 2021-09-04 16:45:15 +02:00
Matthias
b2f893b9ec Add BotStoreActions enum 2021-09-04 16:45:15 +02:00
Matthias
b2ba9638e2 Update userService 2021-09-04 16:45:15 +02:00
Matthias
f3dbffd669 Set accessibility on user class 2021-09-04 16:45:15 +02:00
Matthias
dc6b60ba5c convert API to composable 2021-09-04 16:45:15 +02:00
Matthias
49059e5b83 Update userservice to be a class 2021-09-04 16:45:15 +02:00
Matthias
60fe49cbaf Create substore as function 2021-09-04 16:45:15 +02:00
Matthias
fe8ea0afdf rename init to initAPi 2021-09-04 16:45:15 +02:00
Matthias
dd0589776c Round open/close rates to 8 digits 2021-09-04 16:44:48 +02:00
Matthias
094d47eb7c Round open/close rates to max. 8 digits 2021-09-04 16:43:39 +02:00
Matthias
53c704fed4 Fix type errors resulting from typescript update 2021-08-30 19:38:44 +02:00
Matthias
cbd87edb35 Remove unused getter 2021-08-28 13:57:08 +02:00
Matthias
a58f678757 Remove remaining ftbot.state references 2021-08-28 11:43:20 +02:00
Matthias
1168b996da Remove direct references to botstore.state 2021-08-28 11:39:03 +02:00
Matthias
b56b064a19 Improve type for Logging 2021-08-28 11:36:10 +02:00
Matthias
c3cf37c27c Fix typo in getter-mappping 2021-08-28 10:15:12 +02:00
Matthias
cf4ee1ba23 Convert some state references to Getters 2021-08-26 20:35:33 +02:00
Matthias
d7659969ab Align chart colors to tradingview 2021-08-25 21:07:56 +02:00
Matthias
7d83745776 Add conditional for buy-tag visualization 2021-08-25 20:13:32 +02:00
BillGatesIII
b73d8e3f46
Add buy tag to trade detail 2021-08-24 20:49:03 +02:00
Matthias
cd87ef20a5 Create responsive Dashboard layout (static, non-modifiable) 2021-08-20 20:19:26 +02:00
Matthias
f9eebb626c Add detail-timeframe to backtesting view 2021-08-14 20:18:06 +02:00
Matthias
8c64ae7722 Add proper placeholder to strategy select 2021-08-14 15:49:49 +02:00
Matthias
180b3c5fa3 Allow filtering in TradesList 2021-08-09 19:56:11 +02:00
Matthias
49f9f637d3 fix: Move volume axis to the right
closes #283
2021-08-09 06:55:37 +02:00
Matthias
1eaa7e0151 Fix echarts Imports to have dashboard load right away 2021-08-08 19:58:32 +02:00
Matthias
30c93ac1c3 Fix imports for Cumprofit 2021-08-08 19:55:25 +02:00
Matthias
6a73c48f88 Fix Daily chart direct rendering 2021-08-08 19:53:21 +02:00
Matthias
d0beeda943 Improve number formatting
closes #439
2021-07-30 20:34:19 +02:00
Matthias
c6a866b96c Improve dark table styles 2021-07-30 20:32:55 +02:00
Matthias
bc8d3817bc Update trades schema 2021-07-30 07:08:50 +02:00
Matthias
c08dc84dbe Use router-links directly to avoid deprecation warning from bootstrap-vue 2021-07-18 10:11:34 +02:00