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 |
|
Matthias
|
8405ccc15e
|
Seperate detail data loading from regular backest-data loading
|
2021-08-14 16:33:01 +02:00 |
|
Matthias
|
88172fab82
|
Allow "detailed" backtesting timeframe to look into the candle
|
2021-08-14 16:04:23 +02:00 |
|
Matthias
|
bdbac37be7
|
Merge pull request #5399 from rokups/rk/fix-buy-tag-backtest
Fix buy_tag not being saved to trade object.
|
2021-08-12 06:36:33 +02:00 |
|
Rokas Kupstys
|
f6267c7514
|
Fix buy_tag not being saved to trade object.
Column is mistakenly excluded because advise_buy() creating this column runs after code detecting presence of buy_tag column.
|
2021-08-11 15:21:23 +03:00 |
|
ipqhjjybj
|
65d025923d
|
add code
|
2021-08-11 14:35:16 +08:00 |
|
Matthias
|
3f160c7144
|
Cache dataframe before cutting the first candle
This allows providing the "current closed" candle in all cases.
|
2021-08-10 09:14:29 +02:00 |
|
Matthias
|
5bfb9edf02
|
Only query date once from list
|
2021-08-09 15:42:17 +02:00 |
|
Matthias
|
895b912c71
|
Fix recently introduced lookahead bias in backtesting
closes #5388
|
2021-08-09 14:54:47 +02:00 |
|
Matthias
|
a5f796bc97
|
refactor ohlcvdata_to_dataframe to advise_all_indicators
|
2021-08-09 14:53:18 +02:00 |
|
Matthias
|
f17942b68f
|
Fix random test failure
|
2021-08-09 11:18:18 +02:00 |
|
Matthias
|
800b2eeaf0
|
Load protections as part of backtest()
this enables different values in hyperopt per epoch
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
056bc93bc6
|
backtesting needs startup_candle_count
fixes informative-pair loading being different between --strategy-list and
--strategy.
|
2021-08-01 19:17:52 +02:00 |
|
Matthias
|
1ccc89d1e9
|
Store fully analyzed dataframe
|
2021-07-31 10:00:24 +02:00 |
|
Matthias
|
b1cbc75e93
|
Properly cache pair dataframe in backtesting (without startup-range).
|
2021-07-31 08:45:04 +02:00 |
|
Matthias
|
138b126d03
|
Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name
Add buy signal name
|
2021-07-30 08:23:11 +02:00 |
|
kevinjulian
|
aea5da0c73
|
changes testcase
|
2021-07-23 11:42:43 +07:00 |
|
kevinjulian
|
f5a660f845
|
caps BUY_TAG_IDX
|
2021-07-21 20:19:56 +07:00 |
|
kevinjulian
|
49886874aa
|
rename to buy_tag
|
2021-07-21 20:05:35 +07:00 |
|
kevinjulian
|
5d04d6ffa7
|
fix edge testcase
|
2021-07-20 23:40:32 +07:00 |
|
kevinjulian
|
cbfedf8b29
|
fix backtest testcase
|
2021-07-20 23:25:00 +07:00 |
|
Kevin Julian
|
edf9c08f06
|
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
|
2021-07-20 19:19:46 +07:00 |
|
kevinjulian
|
ed30c023cd
|
fix some testcase
|
2021-07-20 19:08:14 +07:00 |
|
kevinjulian
|
9e63bdbac9
|
feat: add buy signal name
|
2021-07-20 04:58:20 +07:00 |
|