Commit Graph

1069 Commits

Author SHA1 Message Date
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
Matthias
4c08ec9030 Improve handling when not logged in 2022-04-21 07:50:19 +02:00
Matthias
e969cf83a8 composition: migrate remaining components 2022-04-21 07:50:19 +02:00
Matthias
2baabf7f04 composition: more components to composition api 2022-04-21 07:50:19 +02:00
Matthias
fe3075e6d3 composition: some more components 2022-04-21 07:50:19 +02:00
Matthias
b272c73e89 pinia: Update error handling 2022-04-21 07:50:19 +02:00
Matthias
18e56258e9 pinia: Remove vuex dependencies 2022-04-21 07:50:19 +02:00
Matthias
9a282856e4 pinia: migrate uiversion 2022-04-21 07:50:19 +02:00
Matthias
f19057f6e9 pinia: migrate chartTheme to settingsStore 2022-04-21 07:50:19 +02:00
Matthias
27d7e01f78 pinia: extract initBots() 2022-04-21 07:50:19 +02:00
Matthias
a4e97807aa pinia: dashboard... 2022-04-21 07:50:19 +02:00
Matthias
d58d7c5fd2 pinia: botcomparison 2022-04-21 07:50:19 +02:00
Matthias
ef364ddc94 pinia: update backtesting to pinia 2022-04-21 07:50:19 +02:00
Matthias
381455ddc4 pinia: more components to pinia 2022-04-21 07:50:19 +02:00
Matthias
46402fb7aa pinia: more modules to pinia 2022-04-21 07:50:19 +02:00
Matthias
f7ec082720 pinia: fix some stuff 2022-04-21 07:50:19 +02:00
Matthias
7bb2b0fe72 pinia: Update some components to use botStore 2022-04-21 07:50:19 +02:00
Matthias
f8d6bad055 pinia: Update refresh logic 2022-04-21 07:50:19 +02:00
Matthias
9d78c0781a pinia: Update Trading view 2022-04-21 07:50:19 +02:00
Matthias
43587cfe45 pinia: candlechart and logview 2022-04-21 07:50:19 +02:00
Matthias
c7620cd1ed pinia: reloadControl 2022-04-21 07:50:19 +02:00
Matthias
02f73ed0d5 pinia: Update BotList 2022-04-21 07:50:19 +02:00
Matthias
fa5e039e8f pinia: convert navbar 2022-04-21 07:50:19 +02:00
Matthias
aed1e7da73 pinia: some small adjustments 2022-04-21 07:50:19 +02:00
Matthias
673cc4e4c0 pinia: first versio of botwrapper 2022-04-21 07:50:19 +02:00
Matthias
98fbe02566 pinia: some actions transformed 2022-04-21 07:50:19 +02:00
Matthias
8aef54aa17 pinia: botgetters 2022-04-21 07:50:19 +02:00
Matthias
24d7fb7104 pinia: botstore-state 2022-04-21 07:50:19 +02:00
Matthias
987d42b4b8 vuex: fix some types 2022-04-21 07:50:19 +02:00
Matthias
ffada86507 composition: ThemeSelect 2022-04-21 07:50:19 +02:00
Matthias
be80da4f06 compositioN: error and valuepair 2022-04-21 07:50:19 +02:00
Matthias
fdfeed35af composition: DailyStats 2022-04-21 07:50:19 +02:00
Matthias
5298127402 composition: plotconfig 2022-04-21 07:50:19 +02:00
Matthias
2a49381c6c compositon: candleChartcontainer 2022-04-21 07:50:19 +02:00
Matthias
938f3dd54b composition: convert some simple views 2022-04-21 07:50:19 +02:00
Matthias
f9c9a487b5 composition: hourlyChart 2022-04-21 07:50:19 +02:00
Matthias
1c1143b086 composition: comprofitchart 2022-04-21 07:50:19 +02:00
Matthias
0cef5e780d composition: tradesLog 2022-04-21 07:50:19 +02:00
Matthias
2b1fbeb6f3 composition: TradeProfit 2022-04-21 07:50:19 +02:00
Matthias
928e9b9361 composition: TradeList 2022-04-21 07:50:19 +02:00
Matthias
f79c90ab96 composition: apipairlist 2022-04-21 07:50:19 +02:00
Matthias
e91144fdaf composition: forcebuyFor 2022-04-21 07:50:19 +02:00
Matthias
50ee60042a composition: strategyselect 2022-04-21 07:50:19 +02:00
Matthias
792e3a3425 composition: backtesting 2022-04-21 07:50:19 +02:00
Matthias
ab7ce0328b composition: customTradeList 2022-04-21 07:50:19 +02:00
Matthias
e79409e35f composition: botcontrols 2022-04-21 07:50:19 +02:00
Matthias
6d231533dd composition: login.vue 2022-04-21 07:50:19 +02:00
Matthias
89e61a3f16 composition: Botentry 2022-04-21 07:50:19 +02:00
Matthias
614c2a80c6 Fix navbar badge 2022-04-21 07:50:19 +02:00
Matthias
01dd38c0db composition: pairsummary 2022-04-21 07:50:19 +02:00
Matthias
c49643a5c6 Composition: graphs 2022-04-21 07:50:19 +02:00
Matthias
47d54b8099 composition: botcomparison 2022-04-21 07:50:19 +02:00
Matthias
bbf80305e1 compositionApi: PairLockList 2022-04-21 07:50:19 +02:00
Matthias
68321bec28 Composition: botlist 2022-04-21 07:50:19 +02:00
Matthias
ce85a70bc6 compositionApi: ReloadControl 2022-04-21 07:50:19 +02:00
Matthias
33660e65c1 composition: balance 2022-04-21 07:50:19 +02:00
Matthias
166eef6a93 composition: botstatus 2022-04-21 07:50:19 +02:00
Matthias
de0838b97b composition: TradesList 2022-04-21 07:50:19 +02:00
Matthias
26abce01b5 composition: navfooter 2022-04-21 07:50:19 +02:00
Matthias
2738d03363 composition: update LogViewer 2022-04-21 07:50:18 +02:00
Matthias
80f01ed91a composition: BotList 2022-04-21 07:50:18 +02:00
Matthias
090cc3ec5e pinia: Small fixes to layout 2022-04-21 07:50:18 +02:00
Matthias
e87289cc3f pinia: convert alertsStore to pinia 2022-04-21 07:50:18 +02:00
Matthias
e1810eabbf pinia: add layout store
Navbar to composition API
Trading.vue to composition API
2022-04-21 07:50:18 +02:00
Matthias
2d91945662 Remove settings store module 2022-04-21 07:50:18 +02:00
Matthias
77ad7d20a2 Update components to use pinia store 2022-04-21 07:50:18 +02:00
Matthias
9efad28ea6 pinia: add pinia and update settings store 2022-04-21 07:50:17 +02:00
Matthias
dda64caac0 Improve settings test resiliance 2022-04-14 06:47:11 +02:00
Matthias
c8e5c2fc53 e2e: Improve tests 2022-04-13 19:55:27 +02:00
Matthias
dd7e689ae6 Improve behaviour if bot was offline when page loaded 2022-04-13 07:24:56 +02:00
Matthias
7cb070975d Add botstatusAvailable as getter 2022-04-13 07:24:36 +02:00
Matthias
f26507f97c Only show when backend version supports this 2022-04-13 07:12:48 +02:00
Matthias
4f744a402d Only load one strategy from historic result 2022-04-13 07:01:08 +02:00
Matthias
bef7202554 Extract history-load to separate component 2022-04-13 07:01:08 +02:00
Matthias
bb21744232 initial attempt to load historic backtest results 2022-04-13 07:01:08 +02:00
Matthias
f80ac13ab0 E2E: backtesting 2022-04-12 20:52:48 +02:00
Matthias
55d8e75b03 Fix bad startup behaviour in backtest mode 2022-04-12 20:07:23 +02:00
Matthias
b76b912074 Add types for base/quote currency in trades interface 2022-04-10 09:54:40 +02:00
Matthias
06ba81c681 Don't show long/short if trading spot 2022-04-09 10:43:46 +02:00
Matthias
a158605303 Improve numbering format for small numbers 2022-04-09 10:41:45 +02:00
Matthias
3d7876957b Split formatters into time and number formatters 2022-04-09 10:24:38 +02:00
Matthias
ca361a26dc Properly highlight deprecated settings 2022-04-09 10:18:14 +02:00
Matthias
47e314d922 Fix tradingmode filter 2022-04-09 08:56:41 +02:00
Matthias
cce3c11d1e Trade-detail should show amount 2022-04-09 08:54:38 +02:00
Matthias
ae920f6445 Improve output of "botstatus" 2022-04-09 08:48:43 +02:00
Matthias
8f03909119 Update forcebuy to forceentry 2022-04-08 07:44:28 +02:00
Matthias
6b5f8e84f7 Update chart naming 2022-04-07 07:08:13 +02:00
Matthias
bf759428a4 Add long/short indicator on tradesLog 2022-04-07 07:04:58 +02:00
Matthias
5828981646 Add short backtesting results 2022-04-07 06:59:08 +02:00
Matthias
44363be94e Align drawdown backtesting metrics 2022-04-07 06:43:07 +02:00
Matthias
829628127b Update backtesting result for exit terminology 2022-04-06 20:46:17 +02:00
Matthias
173896137b Update types for Exit renaming 2022-04-06 20:38:38 +02:00
Matthias
e8d334ceb1 Improve wording for long signals 2022-04-06 19:31:32 +02:00
Matthias
4c375792ca Some minor updates for update to short trading 2022-03-30 20:12:28 +02:00
Matthias
6259f49e30 Update types to align with futures branch 2022-03-21 20:19:49 +01:00
Matthias
054cd4054a Update buy_tag wording to entrytag 2022-03-20 09:28:24 +01:00
Matthias
50a8858035
Merge pull request #697 from xxRockOnxx/feat/rename-bot
feat: rename bot
2022-03-12 06:43:38 +01:00
Lemuel
fe6f78fdb0 feat: rename bot 2022-03-12 13:02:53 +08:00
Lemuel
910768f531 refactor: do processing in one loop 2022-03-11 19:41:21 +08:00
Lemuel
7362e8d5e2 move heikin ashi formatter to its own file 2022-03-11 18:57:27 +08:00
Lemuel
b786ac3749 feat: heikin ashi format dataset 2022-03-11 14:56:14 +08:00
Matthias
4ea3f3de35 FIx dark search box style 2022-03-09 19:09:47 +01:00
Matthias
1aae69159f Darken dark style 2022-03-05 17:33:42 +01:00
Lemuel
01fdbb1a73 create a type for loading status 2022-03-04 03:16:21 +08:00
Lemuel
50cf3e2486 load selected pair on load 2022-03-04 03:06:44 +08:00
Lemuel
06b5cc5230 prettier 2022-03-04 02:46:42 +08:00
Lemuel
f39d3189b3 Show trading loading status 2022-03-04 02:37:38 +08:00
Matthias
8d9ff616bb Show Orders in trade detail if possible 2022-03-02 20:28:33 +01:00
Matthias
b406fe14d4 Show Trade direction in trae-list 2022-03-02 20:28:33 +01:00
Matthias
27fe412a17 Simplify Futures detail page 2022-03-02 20:28:33 +01:00
Matthias
2130e07c64 Improve trade-detail view 2022-02-20 16:30:25 +01:00
Matthias
04b3cd3397 Stake_amount should be a string 2022-02-16 07:06:00 +01:00
Matthias
2811182869 stake_amount is a string, not a number in botstate 2022-02-15 19:37:33 +01:00
Matthias
11dab073fe Add healthresponse type 2022-02-09 21:58:51 +01:00
Matthias
f63836e56b Add "increase over initial capital" to balance table 2022-02-07 20:06:14 +01:00
Matthias
ca7b9efcb1 Update dev port to 3000 2022-02-05 20:13:18 +01:00
Matthias
f2574b8b6e Revert removal of limit parameter for now 2022-02-05 19:53:05 +01:00
Matthias
c0675e78f9 Remove unneeded dependencies 2022-02-05 19:52:53 +01:00