Commit Graph

3043 Commits

Author SHA1 Message Date
dependabot[bot]
c20eac3e24
build(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.48.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.47.1 to 5.48.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.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>
2023-01-04 05:01:54 +00: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
5a93424cdf
Merge pull request #1068 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.47.1
build(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1
2022-12-28 07:20:42 +01:00
Matthias
0cba781835
Merge pull request #1069 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.27.0
build(deps): bump core-js from 3.26.1 to 3.27.0
2022-12-28 07:20:18 +01:00
Matthias
33f1e4814d
Merge pull request #1070 from freqtrade/dependabot/npm_and_yarn/main/vueuse/core-9.9.0
build(deps): bump @vueuse/core from 9.8.2 to 9.9.0
2022-12-28 07:20:11 +01:00
Matthias
78d02099d5
Merge pull request #1067 from freqtrade/dependabot/npm_and_yarn/main/vue-tsc-1.0.18
build(deps-dev): bump vue-tsc from 1.0.16 to 1.0.18
2022-12-28 07:19:52 +01:00
dependabot[bot]
9e71fe0d51
build(deps): bump @vueuse/core from 9.8.2 to 9.9.0
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 9.8.2 to 9.9.0.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v9.9.0/packages/core)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 05:02:53 +00:00
dependabot[bot]
a16736ed40
build(deps): bump core-js from 3.26.1 to 3.27.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.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.27.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>
2022-12-28 05:02:15 +00:00
dependabot[bot]
0acd0f5ae3
build(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.47.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 05:02:00 +00:00
dependabot[bot]
96d42dcfdf
build(deps-dev): bump vue-tsc from 1.0.16 to 1.0.18
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 1.0.16 to 1.0.18.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v1.0.18/vue-language-tools/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>
2022-12-28 05:01:57 +00: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
317823a59c
Merge pull request #1059 from freqtrade/freqai_backtest
Freqai backtest
2022-12-23 19:50:56 +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
a57cc5320e
Merge pull request #1060 from freqtrade/dependabot/npm_and_yarn/main/vue-tsc-1.0.16
build(deps-dev): bump vue-tsc from 1.0.11 to 1.0.16
2022-12-21 06:49:07 +01:00
Matthias
45249abee6
Merge pull request #1063 from freqtrade/dependabot/npm_and_yarn/main/sass-1.57.1
build(deps-dev): bump sass from 1.56.2 to 1.57.1
2022-12-21 06:48:13 +01:00
Matthias
564bf30106
Merge pull request #1065 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.47.0
build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0
2022-12-21 06:48:00 +01:00
Matthias
9e767c6c2c
Merge pull request #1064 from freqtrade/dependabot/npm_and_yarn/main/vue-echarts-6.3.3
build(deps): bump vue-echarts from 6.2.3 to 6.3.3
2022-12-21 06:47:51 +01:00
Matthias
82ab2bf473 Backtesting -> script setup 2022-12-21 06:39:44 +01:00
dependabot[bot]
c74551c2e0
build(deps-dev): bump sass from 1.56.2 to 1.57.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.2 to 1.57.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.56.2...1.57.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 05:39:03 +00:00
dependabot[bot]
feca55c6ff
build(deps-dev): bump vue-tsc from 1.0.11 to 1.0.16
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 1.0.11 to 1.0.16.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v1.0.16/vue-language-tools/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>
2022-12-21 05:38:44 +00:00
Matthias
a7aba3fd62
Merge pull request #1066 from freqtrade/dependabot/npm_and_yarn/main/cypress-12.2.0
build(deps-dev): bump cypress from 12.1.0 to 12.2.0
2022-12-21 06:37:54 +01:00
Matthias
e2f35d1952
Merge pull request #1061 from freqtrade/dependabot/npm_and_yarn/main/typescript-4.9.4
build(deps-dev): bump typescript from 4.9.3 to 4.9.4
2022-12-21 06:37:33 +01:00
Matthias
1011801bb8
Merge pull request #1062 from freqtrade/dependabot/npm_and_yarn/main/vueuse/core-9.8.2
build(deps): bump @vueuse/core from 9.1.1 to 9.8.2
2022-12-21 06:13:58 +01:00
dependabot[bot]
3e9e8acb8d
build(deps-dev): bump cypress from 12.1.0 to 12.2.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.1.0...v12.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 05:04:06 +00:00
dependabot[bot]
e5a370884a
build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.1 to 5.47.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.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>
2022-12-21 05:03:45 +00:00
dependabot[bot]
45573454dc
build(deps): bump vue-echarts from 6.2.3 to 6.3.3
Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 6.2.3 to 6.3.3.
- [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/compare/v6.2.3...v6.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 05:03:19 +00:00
dependabot[bot]
72220b4166
build(deps): bump @vueuse/core from 9.1.1 to 9.8.2
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 9.1.1 to 9.8.2.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v9.8.2/packages/core)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 05:02:05 +00:00
dependabot[bot]
658d0d7fc6
build(deps-dev): bump typescript from 4.9.3 to 4.9.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 05:01:45 +00: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