Matthias
|
a6c7f45545
|
Update webserver backtseting to reuse prior results
|
2022-01-20 06:51:48 +01:00 |
|
Rokas Kupstys
|
5fffc5033a
|
Rework backtesting --no-cahche to --cache=[none, day, week, month].
Fix an issue where config modification during runtime would prevent use of cached results.
|
2022-01-19 11:44:35 +02:00 |
|
Matthias
|
2bcfc0c90c
|
Add warning about cache problems
|
2022-01-16 18:01:05 +01:00 |
|
Rokas Kupstys
|
2b7405470a
|
Fix timerange check.
|
2022-01-15 17:30:40 +02:00 |
|
Rokas Kupstys
|
16861db653
|
Implement previous backtest result reuse when config and strategy did not change.
|
2022-01-15 17:30:40 +02:00 |
|
Reigo Reinmets
|
13bc5c5d8f
|
Fine, this does look better.
|
2022-01-13 20:24:21 +02:00 |
|
Reigo Reinmets
|
678be0b773
|
Slightly move code.
|
2022-01-13 20:16:45 +02:00 |
|
Reigo Reinmets
|
3b7167ab07
|
Fix backtesting missing filled amounts in orders.
|
2022-01-10 20:30:40 +02:00 |
|
Reigo Reinmets
|
0bca07a32a
|
Added min_stake, max_stake. Removed pair as its included in trade.
|
2022-01-08 17:20:02 +02:00 |
|
Reigo Reinmets
|
8e424f7c73
|
Merge branch 'freqtrade:develop' into dca
|
2022-01-08 14:57:15 +02:00 |
|
Rokas Kupstys
|
11ace0f867
|
Instead of clearing processed dict, store df_analyzed (one with buy/sell signals) dataframe in it.
It still saves memory because this dataframe is kept by DataProvider.
Fixes #6179.
Amends #6133 (a715083fc0 ).
|
2022-01-07 12:07:49 +02:00 |
|
Matthias
|
a9a6cf13f8
|
Add exit_tag to detail-sells
closes #6159
|
2022-01-06 08:22:15 +01:00 |
|
Matthias
|
711a6a6dbc
|
Merge branch 'develop' into pr/xataxxx/6079
|
2022-01-02 22:21:41 +01:00 |
|
Rokas Kupstys
|
a715083fc0
|
Reduce memory usage by not holding on to no longer needed data.
|
2021-12-31 12:10:01 +02:00 |
|
Reigo Reinmets
|
817a65b656
|
This is not needed since backtesting does not have open orders.
|
2021-12-26 20:01:48 +02:00 |
|
Reigo Reinmets
|
de79d25caf
|
Refactoring to use strategy based configuration
|
2021-12-24 12:38:43 +02:00 |
|
Reigo Reinmets
|
db2f0660fa
|
Some more compatibility fixes.
|
2021-12-18 11:15:59 +02:00 |
|
Reigo Reinmets
|
30673f84f9
|
Flake8 compatibility
|
2021-12-18 11:00:25 +02:00 |
|
Reigo Reinmets
|
f11a40f144
|
Improve documentation on adjust_trade_position and position_adjustment_enable
|
2021-12-11 17:14:04 +02:00 |
|
Reigo Reinmets
|
f97662e816
|
Add position_adjustment_enable config keyword to enable it.
|
2021-12-11 00:28:12 +02:00 |
|
Reigo Reinmets
|
1e3fc5e984
|
Slight code touchup
|
2021-12-10 22:48:00 +02:00 |
|
Reigo Reinmets
|
c179951cca
|
Expect stake_amount, not actual amount of pair from strategy for DCA.
|
2021-12-10 20:42:24 +02:00 |
|
Reigo Reinmets
|
b2c2852f86
|
Initial backtesting support. This does make it rather slow.
|
2021-12-09 23:21:35 +02:00 |
|
Matthias
|
c981cc335d
|
Remove wrong comment
|
2021-12-04 14:51:55 +01:00 |
|
Matthias
|
68ac8008ec
|
Call custom_exit_price only for sell_signal and custom_sell
|
2021-12-04 14:14:22 +01:00 |
|
Matthias
|
86910b58dc
|
Bracket entry/exit prices to low/high of the candle
|
2021-12-03 17:44:53 +01:00 |
|
Matthias
|
d1209fe415
|
Merge branch 'develop' into pr/GluTbl/5756
|
2021-12-03 17:37:44 +01:00 |
|
Matthias
|
450293878f
|
Merge pull request #5964 from stash86/fix-docs
Add more words on VolumePairlist backtest error message
|
2021-11-26 07:48:24 +01:00 |
|
Matthias
|
897788de17
|
Reformulate exception to be "nicer"
|
2021-11-26 07:02:50 +01:00 |
|
Stefano Ariestasia
|
5307d2bf3b
|
Trimming the sentence
|
2021-11-25 17:04:04 +09:00 |
|
Stefano Ariestasia
|
0d1e84cf55
|
Add more words
Because apparently, we get at least 1 question about this everyday in Discord
|
2021-11-25 16:00:10 +09:00 |
|
Rokas Kupstys
|
78a00f2518
|
Use market data to get base and quote currencies in @informative() decorator.
|
2021-11-22 09:27:45 +02:00 |
|
Matthias
|
23a566b478
|
validate_stake_amount should not be a private method
|
2021-11-10 06:38:24 +01:00 |
|
Matthias
|
e4cca63163
|
Align sell_reason assignment location
trade mode sets it after "exit confirmation" - so should backtesting
detected in #5828
|
2021-11-08 19:32:13 +01:00 |
|
Matthias
|
431b96de98
|
Merge branch 'develop' into pr/theluxaz/5710
|
2021-11-03 19:43:36 +01:00 |
|
Matthias
|
d60001e886
|
Stoploss cannot be below candle low
fix #5816
|
2021-10-30 16:14:13 +02:00 |
|
Matthias
|
17432b2823
|
Improve some stylings
|
2021-10-24 09:15:05 +02:00 |
|
theluxaz
|
0e085298e9
|
Fixed test failures.
|
2021-10-21 17:25:38 +03:00 |
|
theluxaz
|
905f3a1a50
|
Removed exit_tag from Trade objects.
|
2021-10-20 17:58:50 +03:00 |
|
theluxaz
|
1fdc4425dd
|
Changed exit_tag to be represented as sell_reason
|
2021-10-20 01:26:15 +03:00 |
|
GluTbl
|
00406ea7d5
|
Update backtesting.py
Support for custom entry-prices and exit-prices during backtesting.
|
2021-10-19 17:15:45 +05:30 |
|
theluxaz
|
69a59cdf37
|
Fixed flake 8, changed sell_tag to exit_tag and fixed telegram functions
|
2021-10-18 23:56:41 +03:00 |
|
theluxaz
|
b151cf032b
|
Merge branch 'develop' of https://github.com/theluxaz/freqtrade into main
# Conflicts:
# freqtrade/freqtradebot.py
# freqtrade/optimize/backtesting.py
|
2021-10-13 02:01:26 +03:00 |
|
theluxaz
|
b898f86364
|
Added sell_tag and buy/sell telegram performance functions
|
2021-10-13 00:02:28 +03:00 |
|
Matthias
|
5726886b06
|
Reduce backtest-noise from "pandas slice" warning
|
2021-09-27 20:52:19 +02:00 |
|
Matthias
|
6319c104fe
|
Fix unreliable backtest-result when using webserver mode
|
2021-09-26 15:07:48 +02:00 |
|
Rokas Kupstys
|
5dc78a0c66
|
[SQUASH] Get rid of _initialize() and fix informatives for dynamic pairlists.
|
2021-09-18 10:48:53 +03:00 |
|
Rokas Kupstys
|
dfa61b7ad2
|
[SQUASH] Fix informatives for each pair not being created because dataprovider was not available.
Fix not being able to have informative dataframe of a pair in whitelist.
|
2021-09-18 10:48:53 +03:00 |
|
Matthias
|
a12c3ecc9b
|
Remove credentials whenever dry-run is set from within the exchange
|
2021-09-13 20:27:32 +02:00 |
|
Matthias
|
fa4ec9f83e
|
Add explicit test for get_sell_trade_entry
|
2021-08-15 14:52:24 +02:00 |
|