Commit Graph

2038 Commits

Author SHA1 Message Date
Matthias
89b3824e8a feat: improve visual spacing in entry form
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (23, ubuntu-22.04) (push) Waiting to run
FreqUI CI / docker (linux/amd64) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v6) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm/v7) (push) Blocked by required conditions
FreqUI CI / docker (linux/arm64) (push) Blocked by required conditions
FreqUI CI / docker-merge (push) Blocked by required conditions
2024-11-05 20:29:19 +01:00
Matthias
b32e49a36c feat: align orderType selection between entry and exit form 2024-11-05 20:23:34 +01:00
Matthias
c4bedc59b8 fix: Chart oddity where a different timeframe couldn't be selected.
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (23, ubuntu-22.04) (push) Waiting to run
2024-10-31 07:00:45 +01:00
Matthias
e4811a97b0 feat: add hyperopt-loss list endpoint
Some checks failed
FreqUI CI / build (18, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (20, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (22, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (23, ubuntu-22.04) (push) Has been cancelled
2024-10-25 06:11:45 +02:00
Matthias
286db84cc5 chore: add default symbol size, simplify plotIndicators page 2024-10-19 09:45:12 +02:00
Meng Xiangzhuo
8a87258076
update components.d.ts 2024-10-18 04:35:28 +08:00
Meng Xiangzhuo
629159c574
feat: support chagne scatter size 2024-10-18 04:19:11 +08:00
Meng Xiangzhuo
f21cc09308
fix trade-select 2024-10-17 04:32:46 +08:00
Matthias
3c55cc7f19
Merge pull request #2114 from xzmeng/sort-trades-by-profit
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (21, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
Add sorting trades by profit
2024-10-16 18:05:53 +02:00
Meng Xiangzhuo
e3f86c8d78
Update src/components/ftbot/TradeListNav.vue
Co-authored-by: Matthias <xmatthias@outlook.com>
2024-10-16 13:26:17 +08:00
Meng Xiangzhuo
b781a45bee
Fix lint warnings 2024-10-15 16:37:57 +08:00
Meng Xiangzhuo
c724abd655
Add sort trades by profit 2024-10-15 16:08:53 +08:00
Matthias
a2b3a3d8d7 tests: reduce e2e test flakyness 2024-10-01 07:24:31 +02:00
Matthias
113f8f0935 chore: update autoimports and component.dts 2024-09-26 20:47:36 +02:00
Matthias
6bc0562ec0 fix: improve baseStringList behavior
Some checks failed
FreqUI CI / build (18, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (20, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (21, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (22, ubuntu-22.04) (push) Has been cancelled
2024-09-26 20:34:02 +02:00
Matthias
0583b50802 feat: add support for "list" as pairlist config type 2024-09-26 20:34:02 +02:00
Matthias
50678f6ce8 fix: Update pair profit calculation in backtest-resultChart
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (21, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
closes freqtrade/freqtrade#10651
2024-09-17 06:27:49 +02:00
Matthias
c971a9b7f9 fix: improve form-select disabled dark style
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (21, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run
2024-09-16 07:11:41 +02:00
Matthias
c45dab5a9a fix: use exchange.classname when available.
closes #2071
2024-09-16 07:07:56 +02:00
Matthias
769bb47a0f chore: remove unnecessary imports 2024-09-16 07:02:13 +02:00
Matthias
680a92579e chore: update exchange type definitions 2024-09-16 06:59:39 +02:00
Matthias
5868a8775b refactor: exchangeSelect -> typescript definition 2024-09-16 06:59:19 +02:00
Matthias
67d2d3f434 refactor: pass backtestresult to BacktestResultChart 2024-09-14 09:13:31 +02:00
Matthias
739569217e chore: convert backtestResultChart props to type-based 2024-09-14 09:11:14 +02:00
Matthias
f810ec8588 chore: convert profitPill to typed props 2024-09-14 09:04:30 +02:00
Matthias
952965c3ba chore: update persist keys to new interface 2024-09-11 19:29:21 +02:00
Matthias
52495b288a chore: remove unused import 2024-09-08 15:40:22 +02:00
Matthias
17f95c52e7 refactor: simplify stoploss printing 2024-09-08 15:35:39 +02:00
Matthias
667634a35f feat: conditionally add trading_mode for newer trade results 2024-09-06 07:08:45 +02:00
Matthias
dc7e2afc0d feat: add trading_mode and margin_mode to backtest types 2024-09-06 06:55:52 +02:00
Matthias
15eb014140 chore: update component.d.ts further 2024-09-04 19:25:13 +02:00
Matthias
ceb81a04bc chore: update type error 2024-09-04 19:17:43 +02:00
Matthias
4c567c2041 chore: update component.d.ts 2024-09-04 19:17:33 +02:00
Matthias
7a22df726f Closed trades should show max_stake_amount - so the calculations make sense
closes freqtrade/freqtrade#10314
2024-08-18 10:36:35 +02:00
Matthias
068a91c80d refactor: Remove leverage from wallets endpoint
it's never been used, and will no longer exist.
2024-08-15 16:57:13 +02:00
Matthias
500efe5739 chore: show botBalance in tooltip for futures
closes freqtrade/freqtrade#10533
2024-08-14 21:01:57 +02:00
Matthias
627747c3ef Fix alignment of handle button 2024-08-14 08:00:09 +02:00
Matthias
f574fffcb1 chore: fix some alignments 2024-08-14 08:00:01 +02:00
Matthias
edcce65f3f chore: update trade model type 2024-08-13 09:11:11 +02:00
Matthias
3e36ccee81 chore: use more modern class syntax 2024-08-11 17:27:34 +02:00
Matthias
3eb62ae2a1
Merge pull request #2013 from freqtrade/dependabot/npm_and_yarn/main/vue-echarts-7.0.1
chore(deps): bump vue-echarts from 6.7.3 to 7.0.1
2024-08-07 19:43:54 +02:00
Matthias
2d25e555f4 chore: Add default for stake-currency-decimals 2024-08-07 19:29:25 +02:00
Matthias
9e2f119b7e chore: update CandleChart component styles 2024-08-07 19:28:49 +02:00
Matthias
d19a0f3226 chore: improve eslint no-unused-vars rule 2024-08-07 07:00:16 +02:00
Matthias
4014183931 chore: fix missed property name 2024-07-30 07:21:31 +02:00
Matthias
4a7a7087d0 chore: fix type-error in plotIndicator component 2024-07-30 07:09:37 +02:00
Matthias
1e588283fb chore: add chartTypeString helper type 2024-07-30 07:08:33 +02:00
Matthias
c3659509e1 chore: add components.d.ts to source control 2024-07-30 07:02:29 +02:00
Matthias
78dfce6775 chore: remove empty style tags 2024-07-30 06:25:38 +02:00
Matthias
89181fdc71 chore: update block-order in components
script before template.
2024-07-30 06:23:04 +02:00