Commit Graph

4104 Commits

Author SHA1 Message Date
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
a2125ac567 Show error message when strategy loading fails
closes #1387
2023-07-27 07:04:18 +02:00
Matthias
ee45a94ec6 Show proper error message when Candle analysis fails
closes #1387
2023-07-27 07:04:04 +02:00
Matthias
e4a1ec224a Improve backtest types 2023-07-27 06:20:36 +02:00
Matthias
6256d4cfdb Remove outdated TODO messages 2023-07-26 07:02:51 +02:00
Matthias
0ad39d1d1c Align format of TODO comments 2023-07-26 07:00:08 +02:00
Matthias
2bff59c235 Improve layout of delete button 2023-07-26 06:56:17 +02:00
Matthias
9f1ba2c3fc
Merge pull request #1384 from freqtrade/dependabot/npm_and_yarn/main/sass-1.64.1
build(deps-dev): bump sass from 1.64.0 to 1.64.1
2023-07-26 06:53:20 +02:00
Matthias
0371b55855
Merge pull request #1383 from freqtrade/dependabot/npm_and_yarn/main/vue-tsc-1.8.6
build(deps-dev): bump vue-tsc from 1.8.5 to 1.8.6
2023-07-26 06:53:08 +02:00
Matthias
b15af0eda8
Merge pull request #1386 from freqtrade/dependabot/npm_and_yarn/main/vite-4.4.7
build(deps-dev): bump vite from 4.4.6 to 4.4.7
2023-07-26 06:52:59 +02:00
Matthias
4fa3ea2dc9
Merge pull request #1385 from freqtrade/dependabot/npm_and_yarn/main/pinia-plugin-persistedstate-3.2.0
build(deps): bump pinia-plugin-persistedstate from 3.1.0 to 3.2.0
2023-07-26 06:52:46 +02:00
Matthias
b151d1f254 Allow removal of individual results from Backtest memory 2023-07-26 06:42:34 +02:00
dependabot[bot]
c8976e7b64
build(deps-dev): bump vite from 4.4.6 to 4.4.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.6 to 4.4.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 03:17:23 +00:00
dependabot[bot]
8cce7657c3
build(deps): bump pinia-plugin-persistedstate from 3.1.0 to 3.2.0
Bumps [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 03:17:02 +00:00
dependabot[bot]
4536babd52
build(deps-dev): bump sass from 1.64.0 to 1.64.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.64.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 03:16:28 +00:00
dependabot[bot]
8c6f7d02b0
build(deps-dev): bump vue-tsc from 1.8.5 to 1.8.6
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.6/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 03:16:15 +00:00
Matthias
1fdbee1df9 Support deleting backtest results 2023-07-25 20:51:17 +02:00
Matthias
5c6abdcabc Add Max consecutive metrics 2023-07-25 20:05:09 +02:00
Matthias
2ea957e6b7
Merge pull request #1382 from freqtrade/dependabot/docker/node-20.5.0-alpine
build(deps): bump node from 20.4.0-alpine to 20.5.0-alpine
2023-07-24 06:15:38 +02:00
dependabot[bot]
cb017d7560
build(deps): bump node from 20.4.0-alpine to 20.5.0-alpine
Bumps node from 20.4.0-alpine to 20.5.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 03:00:41 +00:00
Matthias
989e528b89 Fix label for areachart 2023-07-23 08:45:49 +02:00
Matthias
0121cc9db2 Fix breakpoint detection for dashboard
type method
2023-07-23 07:30:39 +02:00
Matthias
7a6a31c493 Fix cumprofit chart showing error 2023-07-23 07:28:14 +02:00
Matthias
12d0169992 Remove cumprofit console log 2023-07-23 07:24:08 +02:00
Matthias
bfa16f03a1 Remove unused commented ref 2023-07-22 19:48:45 +02:00
Matthias
c89218ebd2 Improve expectancy output to include ratio 2023-07-22 19:48:04 +02:00
Matthias
f7516ee4ab
Merge pull request #1381 from freqtrade/split_backtestView
Split backtest view
2023-07-22 14:20:41 +02:00
Matthias
f42dc9de07 Fix timerangeselect crashing when it get's a epoch timerange 2023-07-22 13:48:21 +02:00
Matthias
2bfa234362 use function for updateInput 2023-07-22 11:40:46 +02:00
Matthias
ee8831ed14 Fix casing 2023-07-22 11:37:30 +02:00
Matthias
50bdd6e7b4 Improve naming 2023-07-22 11:35:37 +02:00
Matthias
fdb068e2ff Improve Backtest view naming 2023-07-22 11:27:01 +02:00
Matthias
511fce74c7 Extract backtest Running from BacktestView 2023-07-22 11:25:59 +02:00
Matthias
68171faf8d More backtesting refs to btStore 2023-07-22 11:19:18 +02:00
Matthias
2d3f1c7391 More refs to btStore 2023-07-22 11:18:04 +02:00
Matthias
07798d2d21 freqAi to btStore 2023-07-22 11:16:13 +02:00
Matthias
06f64c9ab9 Move Timerange to btStore 2023-07-22 11:15:17 +02:00
Matthias
888ba6faf8 Move Timeframe refs to btStore 2023-07-22 11:13:40 +02:00
Matthias
359934f4bc Move strategy to btStore 2023-07-22 11:11:07 +02:00
Matthias
d935a89100 Add BtStore 2023-07-22 11:10:49 +02:00
Matthias
6ec9ad93be
Merge pull request #1362 from Tako88/tradenav_orders
Ability to see orders in trade navigation
2023-07-21 18:33:49 +02:00
Matthias
e97ab8d398 improve issue template 2023-07-21 18:19:28 +02:00
Matthias
8b56ac8127 Remove non-needed div in favor of ms-auto 2023-07-21 18:13:08 +02:00
Matthias
e9163176b4 Fix style pushing button to the left 2023-07-21 18:11:27 +02:00
Matthias
450a0373e7
Merge pull request #1377 from freqtrade/dependabot/npm_and_yarn/main/vue/test-utils-2.4.1
build(deps-dev): bump @vue/test-utils from 2.4.0 to 2.4.1
2023-07-21 14:49:10 +02:00
dependabot[bot]
074ee7480f
build(deps-dev): bump @vue/test-utils from 2.4.0 to 2.4.1
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21 12:33:45 +00:00
Matthias
3cb47ab694
Merge pull request #1374 from freqtrade/dependabot/npm_and_yarn/main/vite-4.4.6
build(deps-dev): bump vite from 4.4.4 to 4.4.6
2023-07-21 14:33:08 +02:00
Matthias
d76c9ed7f6
Merge pull request #1378 from freqtrade/dependabot/npm_and_yarn/main/cypress-12.17.2
build(deps-dev): bump cypress from 12.17.1 to 12.17.2
2023-07-21 14:33:00 +02:00