Commit Graph

1224 Commits

Author SHA1 Message Date
Matthias
a7bae84c2b Fix bug in parameter parsing for backtesting 2021-06-26 20:47:14 +02:00
Matthias
edcd3ff62b Improve backtesting layout 2021-06-26 20:47:14 +02:00
Matthias
057293c5c0 Send timeframe for backtesting as well 2021-06-26 20:47:14 +02:00
Matthias
18e9cfd240 Improve backtesting ui 2021-06-26 20:47:14 +02:00
Matthias
7758d2f7c3 Sort pairsummary for backtesting by profit 2021-06-26 20:47:14 +02:00
Matthias
3013a33423 Fix backtestresult in UI for now 2021-06-26 20:47:14 +02:00
Matthias
cc7309d96e Use correct field 2021-06-26 20:47:14 +02:00
Matthias
e288167570 Small improvements to backtest layout 2021-06-26 20:47:14 +02:00
Matthias
b17382f04f Improve backtestResult view 2021-06-26 20:47:14 +02:00
Matthias
5f2fbf3c1f Fix proift-symbol for backtesting 2021-06-26 20:47:14 +02:00
Matthias
85b8f0ca63 Simplify backtesting layout 2021-06-26 20:47:14 +02:00
Matthias
3e0c34222a Add cumprofit to backtesting 2021-06-26 20:47:14 +02:00
Matthias
751cf34017 Small improvements 2021-06-26 20:47:14 +02:00
Matthias
1eb3d4d9de Convert Backtesting to a form flow 2021-06-26 20:47:14 +02:00
Matthias
6a6ee6d718 Add endpoint to stop / reset backtesting 2021-06-26 20:47:14 +02:00
Matthias
1ed25a309f Adapt backtesting view to new candlechartcontainer concept 2021-06-26 20:47:14 +02:00
Matthias
a9e60a1939 Use correct percent value 2021-06-26 20:47:14 +02:00
Matthias
24245a3356 Add trade duration to backtesting 2021-06-26 20:47:14 +02:00
Matthias
0887fdc932 Add new columns to backtest format type 2021-06-26 20:47:14 +02:00
Matthias
6071fce0f4 Small formatting fixes 2021-06-26 20:47:14 +02:00
Matthias
963fe902d2 Use strategy list 2021-06-26 20:47:13 +02:00
Matthias
870fd53d7b Have backtesting show graph 2021-06-26 20:47:13 +02:00
Matthias
bbbddee5f4 Add more options to BacktestReport 2021-06-26 20:47:13 +02:00
Matthias
9eddc34057 Backtesting enhancements 2021-06-26 20:47:13 +02:00
Matthias
6f14b7a5bf Add first version of backtest view 2021-06-26 20:47:13 +02:00
Matthias
9e1a068d08 Properly format dashboard values 2021-06-26 20:45:41 +02:00
Matthias
3b26aec309
Merge pull request #403 from freqtrade/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.35 to 7.0.36
2021-06-26 14:29:34 +02:00
dependabot[bot]
7acbf6d0aa
Bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 12:22:21 +00:00
Matthias
cb6a95349d
Merge pull request #402 from freqtrade/dependabot/npm_and_yarn/ws-5.2.3
Bump ws from 5.2.2 to 5.2.3
2021-06-26 14:20:15 +02:00
Matthias
110ff94556
Merge pull request #401 from freqtrade/dependabot/npm_and_yarn/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4
2021-06-26 14:17:23 +02:00
dependabot[bot]
d462e2716a
Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 12:14:15 +00:00
dependabot[bot]
2dfb9fc56c
Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 12:13:13 +00:00
Matthias
f380e95d98
Merge pull request #395 from freqtrade/dependabot/npm_and_yarn/master/vue-material-design-icons-4.12.1
Bump vue-material-design-icons from 4.11.0 to 4.12.1
2021-06-21 08:08:34 +02:00
Matthias
a670d56576
Merge pull request #400 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.27.0
Bump @typescript-eslint/parser from 4.26.1 to 4.27.0
2021-06-21 08:07:33 +02:00
Matthias
e082cd6cdc
Merge pull request #397 from freqtrade/dependabot/npm_and_yarn/master/sass-1.35.1
Bump sass from 1.34.1 to 1.35.1
2021-06-21 08:07:14 +02:00
Matthias
9626fea1ff
Merge pull request #399 from freqtrade/dependabot/npm_and_yarn/master/core-js-3.15.0
Bump core-js from 3.14.0 to 3.15.0
2021-06-21 08:06:48 +02:00
Matthias
9c24024c71
Merge pull request #398 from freqtrade/dependabot/npm_and_yarn/master/vue/composition-api-1.0.0-rc.12
Bump @vue/composition-api from 1.0.0-rc.11 to 1.0.0-rc.12
2021-06-21 08:06:33 +02:00
Matthias
c4017bf8fc
Merge pull request #396 from freqtrade/dependabot/npm_and_yarn/master/vue/test-utils-1.2.1
Bump @vue/test-utils from 1.2.0 to 1.2.1
2021-06-21 08:06:07 +02:00
Matthias
8262e8f212
Merge pull request #393 from freqtrade/dependabot/npm_and_yarn/master/typescript-4.3.4
Bump typescript from 4.3.2 to 4.3.4
2021-06-21 08:05:46 +02:00
Matthias
263b4c4248
Merge pull request #394 from freqtrade/dependabot/npm_and_yarn/master/vue-echarts-6.0.0-rc.6
Bump vue-echarts from 6.0.0-rc.5 to 6.0.0-rc.6
2021-06-21 08:05:39 +02:00
dependabot[bot]
553b7bb489
Bump @typescript-eslint/parser from 4.26.1 to 4.27.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:07:03 +00:00
dependabot[bot]
e9b9cac237
Bump core-js from 3.14.0 to 3.15.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.15.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:06:43 +00:00
dependabot[bot]
c0fd5e21e0
Bump @vue/composition-api from 1.0.0-rc.11 to 1.0.0-rc.12
Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 1.0.0-rc.11 to 1.0.0-rc.12.
- [Release notes](https://github.com/vuejs/composition-api/releases)
- [Changelog](https://github.com/vuejs/composition-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/composition-api/compare/v1.0.0-rc.11...v1.0.0-rc.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:06:00 +00:00
dependabot[bot]
b0c47e6586
Bump sass from 1.34.1 to 1.35.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.34.1 to 1.35.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.34.1...1.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:05:38 +00:00
dependabot[bot]
f62a6fcbfe
Bump @vue/test-utils from 1.2.0 to 1.2.1
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.2.1/packages/test-utils)

---
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>
2021-06-21 05:05:25 +00:00
dependabot[bot]
85b70ff1d3
Bump vue-material-design-icons from 4.11.0 to 4.12.1
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.11.0 to 4.12.1.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.11.0...4.12.1)

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:04:52 +00:00
dependabot[bot]
6dfa40fbed
Bump vue-echarts from 6.0.0-rc.5 to 6.0.0-rc.6
Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 6.0.0-rc.5 to 6.0.0-rc.6.
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/commits)

---
updated-dependencies:
- dependency-name: vue-echarts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:04:20 +00:00
dependabot[bot]
fa40291f0a
Bump typescript from 4.3.2 to 4.3.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 05:03:49 +00:00
Matthias
d3cf68703f
Merge pull request #388 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.26.1
Bump @typescript-eslint/parser from 4.26.0 to 4.26.1
2021-06-14 09:49:51 +01:00
Matthias
fbd09a1e14
Merge pull request #391 from freqtrade/dependabot/npm_and_yarn/master/eslint-plugin-vue-7.11.1
Bump eslint-plugin-vue from 7.10.0 to 7.11.1
2021-06-14 09:49:36 +01:00