Matthias
|
429f846ad1
|
Switch load_data to kwargs
|
2018-12-15 20:31:05 +01:00 |
|
Matthias
|
d0c9791ca6
|
Fix tests to support load_data with dataframe
|
2018-12-15 15:38:40 +01:00 |
|
Matthias
|
92c800d925
|
Adjust tests to data.history
|
2018-12-14 06:32:49 +01:00 |
|
Matthias
|
d6ba4f0e81
|
Fix last 2 tests to use DF as data container
|
2018-12-12 19:17:09 +01:00 |
|
Matthias
|
805f509498
|
Merge branch 'develop' into fix/backtest_toomanyopen
|
2018-11-24 10:39:16 +01:00 |
|
Matthias
|
98df3c8103
|
Fix missing mock in backtesting
|
2018-11-15 20:02:48 +01:00 |
|
Matthias
|
5c5fe4c13a
|
Fix test
|
2018-11-09 07:14:43 +01:00 |
|
Matthias
|
272ff51d51
|
correctly patch exchange
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
56dcf080a9
|
Add explicit test for parallel trades
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
fa4c199aa6
|
fix some mismatches after rebase
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
2371d1e696
|
Fix backtest test (don't use 8m file if we use 1m tickers)
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
83a8d79115
|
Fix alternate buy/sell (this should respect the sell signal!)
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
db17ccef2b
|
Adapt backtesting-tests to new backtest-logic
|
2018-11-09 07:13:20 +01:00 |
|
Matthias
|
03cda8e23e
|
remove meaningless backtesting test
|
2018-11-09 07:12:41 +01:00 |
|
Matthias
|
95d271ca5d
|
Fix ROI close-rate calculation to work with fees - adjust tests
|
2018-11-01 13:14:59 +01:00 |
|
Matthias
|
fe2c158e59
|
Adjust sell-rate to new backtesting (respects roi/stoploss)
|
2018-10-30 20:13:56 +01:00 |
|
Matthias
|
7e1a30f9bf
|
Merge pull request #1287 from freqtrade/backtest_data_validation
Backtest data validation
|
2018-10-26 07:21:24 -04:00 |
|
Matthias
|
202b1d1f0b
|
fix #1289 - we should not modify decimal context
|
2018-10-21 09:21:32 +02:00 |
|
Matthias
|
518dcf5209
|
Cleanup some tests 8m is not a valid ticker value
not in constants.TICKER_INTERVAL_MINUTES map
|
2018-10-18 19:43:04 +02:00 |
|
Matthias
|
d7459bbbf3
|
refactor get_timeframe out of backtesting class
|
2018-10-17 19:59:33 +02:00 |
|
Matthias
|
8a3272e7c5
|
don't copy tickerdata_to_dataframe into backtesting
it's used only once, so this does not make sense and hides the origin of
the function
|
2018-10-17 19:47:19 +02:00 |
|
Matthias
|
6d1c82a5fa
|
Remove last refreence to get_candle_history
|
2018-08-19 19:50:14 +02:00 |
|
Matthias
|
9403248e4d
|
have plot-script use async ticker-refresh
|
2018-08-19 19:48:24 +02:00 |
|
Janne Sinivirta
|
e282d57a91
|
fix broken test
|
2018-08-02 12:57:47 +03:00 |
|
Janne Sinivirta
|
3a5b435dfa
|
Merge pull request #1089 from freqtrade/feat/backtest_multi_strat
Allow multi strategy backtest without data reload
|
2018-08-02 12:35:47 +03:00 |
|
creslin
|
a741f1144a
|
missing __init__.py
|
2018-08-02 08:58:04 +00:00 |
|
Matthias
|
40ee86b357
|
Adapt after rebase
|
2018-07-31 21:08:03 +02:00 |
|
Matthias
|
765d1c769c
|
Add test for stratgy summary table
|
2018-07-31 21:04:03 +02:00 |
|
Matthias
|
a8b55b8989
|
Add test for strategy-name injection
|
2018-07-31 21:04:03 +02:00 |
|
Matthias
|
bd3563df67
|
Add test for new functionality
|
2018-07-31 21:04:03 +02:00 |
|
Janne Sinivirta
|
f85cc422a3
|
Merge branch 'develop' into cleaner-tests
|
2018-07-30 21:08:55 +03:00 |
|
Janne Sinivirta
|
8b8d3f3b75
|
default_conf is function-scoped fixture, no need to deepcopy it
|
2018-07-30 15:41:02 +03:00 |
|
Janne Sinivirta
|
e242842805
|
remove more useless docstrings from tests
|
2018-07-30 12:09:07 +03:00 |
|
Matthias
|
2401fa15d2
|
Change missed calls to advise_* functions
|
2018-07-29 21:07:21 +02:00 |
|
Matthias
|
f12167f0dc
|
Fix backtesting test
|
2018-07-29 20:55:37 +02:00 |
|
xmatthias
|
2e6e5029ba
|
fix mypy and tests
|
2018-07-29 20:55:06 +02:00 |
|
Janne Sinivirta
|
0b3190552e
|
Merge pull request #1018 from freqtrade/feat/sell_reason
Record sell reason
|
2018-07-24 09:09:45 +03:00 |
|
Matthias
|
506aa0e3d3
|
Add print_sales table and test
|
2018-07-19 19:34:14 +02:00 |
|
Matthias
|
2a61629014
|
Export sell_reason from backtest
|
2018-07-19 19:29:31 +02:00 |
|
Matthias
|
cbffd3650b
|
add sell_reason to backtesting
|
2018-07-19 19:29:31 +02:00 |
|
Janne Sinivirta
|
0cc1b66ae7
|
Merge pull request #1037 from freqtrade/fix/backtest-comment
replace --realistic with 2 separate flags
|
2018-07-19 17:33:19 +03:00 |
|
Janne Sinivirta
|
6070d819b8
|
Merge pull request #1040 from freqtrade/xmatthias_backtest_duration
Fix backtest duration calculation
|
2018-07-19 17:32:11 +03:00 |
|
Matthias
|
79b1030435
|
output duration in a more readable way
|
2018-07-18 20:08:55 +02:00 |
|
Matthias
|
c82276ecbe
|
add --disable-max-market-positions
|
2018-07-17 21:05:03 +02:00 |
|
Matthias
|
e17618407b
|
Rename --realistic-simulation to --enable-position-stacking
|
2018-07-17 20:26:59 +02:00 |
|
Janne Sinivirta
|
aeb4102bcb
|
refactor Analyze class methods to base Strategy class
|
2018-07-16 08:23:39 +03:00 |
|
Janne Sinivirta
|
a74147c472
|
move strategy initialization outside Analyze
|
2018-07-16 08:23:39 +03:00 |
|
Janne Sinivirta
|
aa2366346a
|
Merge pull request #1001 from xmatthias/feat/backtest_cum_profit
Add cumulative profit to backtest result table
|
2018-07-11 07:21:28 +03:00 |
|
Matthias
|
750d737b7d
|
Add tests for change to open_rate
|
2018-07-08 20:18:34 +02:00 |
|
Matthias
|
38487644f0
|
fix tests for backtest-result output table
|
2018-07-08 19:55:16 +02:00 |
|