xmatthias
|
6357812743
|
fix backtest report able
|
2018-06-13 06:57:49 +02:00 |
|
xmatthias
|
6e68c3b230
|
fix backtesting.md formatting
|
2018-06-13 06:52:17 +02:00 |
|
xmatthias
|
0f117d480e
|
improve backtesting-tests
* assert length of result specifically
* add assert for "open_at_end"
|
2018-06-13 06:42:24 +02:00 |
|
xmatthias
|
8d8e6dcffc
|
Add test for extracted backtest_results test
|
2018-06-13 06:31:42 +02:00 |
|
Nullart
|
60ade25449
|
bug fixes in unfilledtimeout and tiny bug fix in sell orders
|
2018-06-13 09:02:18 +08:00 |
|
xmatthias
|
e3ced7c15e
|
extract export from backtest function
|
2018-06-12 22:29:30 +02:00 |
|
xmatthias
|
182f4c603b
|
fix plot-script datadir not working
|
2018-06-12 21:43:14 +02:00 |
|
xmatthias
|
1f6b9c332b
|
fix default datadir not working in plot-script
|
2018-06-12 21:38:14 +02:00 |
|
xmatthias
|
bfde33c945
|
Use timestamp() instead of strftime
this will avoid a bug shifting epoch time by 1 hour:
https://stackoverflow.com/questions/11743019/convert-python-datetime-to-epoch-with-strftime
|
2018-06-12 21:12:55 +02:00 |
|
Gert Wohlgemuth
|
5b93490e18
|
Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth
|
2018-06-12 11:05:33 -07:00 |
|
Gert Wohlgemuth
|
cb13c78550
|
merged
|
2018-06-12 10:17:04 -07:00 |
|
Gert Wohlgemuth
|
dbfbc25bb8
|
merged in the correct branch this time
|
2018-06-12 10:02:16 -07:00 |
|
Gert Wohlgemuth
|
6713a5efa7
|
Merge branch 'develop' of https://github.com/gcarq/freqtrade into develop
|
2018-06-12 09:56:16 -07:00 |
|
Gert Wohlgemuth
|
cb934327d5
|
merged order book
|
2018-06-12 09:46:23 -07:00 |
|
Matthias
|
bd6ed3ada4
|
Merge pull request #906 from freqtrade/pyup-scheduled-update-2018-06-12
Scheduled daily dependency update on tuesday
|
2018-06-12 14:45:24 +02:00 |
|
pyup-bot
|
aa6e276cf9
|
Update ccxt from 1.14.172 to 1.14.177
|
2018-06-12 14:22:06 +02:00 |
|
Gert Wohlgemuth
|
e35c041081
|
Merge branch 'nullart-nullartHFT' into develop
|
2018-06-12 05:19:18 -07:00 |
|
Gert Wohlgemuth
|
1030a6171a
|
added requested changes to reduced backtesting load and reduce services to start
|
2018-06-11 23:11:44 -07:00 |
|
Gérald LONLAS
|
3694499a6a
|
Merge pull request #905 from freqtrade/issue_template
update issue template to include ccxt version
|
2018-06-11 22:38:58 -07:00 |
|
xmatthias
|
06b71d713c
|
update issue template to include ccxt version
|
2018-06-12 07:00:58 +02:00 |
|
Nullart
|
f530a7db0e
|
A Feature for the bot to use sell orders instead of tickers. New config settings (min & max) are also introduced to allow the bot to search from the sell orders a profitable rate based on minimum roi.
Expected issue: cannot be used in backtesting
|
2018-06-12 10:27:08 +08:00 |
|
Nullart
|
d36d536724
|
typo fix
|
2018-06-12 09:06:27 +08:00 |
|
Michael Egger
|
7141060a2d
|
Merge pull request #903 from freqtrade/fix/downloadscript_noavailable_pair
fix downloadscript crash if a pair is not available
|
2018-06-12 02:56:19 +02:00 |
|
Michael Egger
|
59a4dffc56
|
Merge pull request #901 from freqtrade/fix/backtest_abort_no_data
Check if no backtest data is found and fail gracefully
|
2018-06-12 02:54:58 +02:00 |
|
xmatthias
|
40746c3fcb
|
fix downloadscript crash if a pair is not available
|
2018-06-11 21:10:57 +02:00 |
|
xmatthias
|
a0f735d4f2
|
reduce test-noise
|
2018-06-11 21:02:24 +02:00 |
|
xmatthias
|
335d1fbbbc
|
Check if no backtest data is found and fail gracefully
|
2018-06-11 19:50:43 +02:00 |
|
Samuel Husso
|
3aff67605e
|
Merge pull request #900 from freqtrade/pyup-scheduled-update-2018-06-11
Scheduled daily dependency update on monday
|
2018-06-11 15:31:32 +03:00 |
|
Samuel Husso
|
7801688c6e
|
Merge pull request #899 from freqtrade/precommithook
Add note about flake8 pre-commit hooks
|
2018-06-11 15:24:22 +03:00 |
|
pyup-bot
|
17f3b217de
|
Update ccxt from 1.14.169 to 1.14.172
|
2018-06-11 14:22:07 +02:00 |
|
Janne Sinivirta
|
d02af07d35
|
Add not about flake8 pre-commit hooks
|
2018-06-11 14:55:39 +03:00 |
|
Nullart
|
882b30ef17
|
Added feature to bid/buy cryptocurrency using book orders from exchange. The idea, is to get rates from the top 2 (depending on the config settings) of book orders instead of tickers. This way we can offset the lags from the OHLCV data.
|
2018-06-11 16:17:21 +08:00 |
|
Janne Sinivirta
|
c46e50864b
|
Merge pull request #886 from freqtrade/feature/reload-conf
Reload bot config without restarting
|
2018-06-11 10:47:00 +03:00 |
|
nullart
|
f2fa9ce539
|
Merge pull request #1 from freqtrade/develop
Updating from freqtrade/freqtrade
|
2018-06-11 14:59:30 +08:00 |
|
Michael Egger
|
6c361c190b
|
Merge pull request #897 from freqtrade/fix_backtest_tests
fix backtest tests
|
2018-06-10 23:13:46 +02:00 |
|
xmatthias
|
12e455cbf5
|
add buy/sell index to backtest result
|
2018-06-10 20:52:42 +02:00 |
|
xmatthias
|
a9f3744f1b
|
fix backtest test
|
2018-06-10 19:46:52 +02:00 |
|
Janne Sinivirta
|
53e1b8c0d5
|
Merge pull request #895 from freqtrade/pyup-scheduled-update-2018-06-10
Scheduled daily dependency update on sunday
|
2018-06-10 16:39:07 +03:00 |
|
pyup-bot
|
2ba363684d
|
Update ccxt from 1.14.165 to 1.14.169
|
2018-06-10 14:22:07 +02:00 |
|
xmatthias
|
9cc087c788
|
update hyperopt tests to support new structure
|
2018-06-10 13:56:23 +02:00 |
|
xmatthias
|
4710210cff
|
fix hyperopt to use new backtesting result tuple
|
2018-06-10 13:56:10 +02:00 |
|
xmatthias
|
27ee8f7360
|
make flake happy
|
2018-06-10 13:55:48 +02:00 |
|
xmatthias
|
1cd7ac55a8
|
Added "left open trades" report
|
2018-06-10 13:45:16 +02:00 |
|
xmatthias
|
b81588307f
|
Add "open_at_end" parameter
|
2018-06-10 13:37:53 +02:00 |
|
xmatthias
|
31025216f9
|
fix type of open/close timestmap
|
2018-06-10 13:32:07 +02:00 |
|
xmatthias
|
aff1ede46b
|
Fix last backtesting test
|
2018-06-10 13:25:52 +02:00 |
|
xmatthias
|
322a528c12
|
fix bug with backtestResult
|
2018-06-10 13:25:16 +02:00 |
|
xmatthias
|
17c0ceec04
|
adjust tests for backtestresult type
|
2018-06-10 13:22:24 +02:00 |
|
xmatthias
|
c9476fade8
|
adjust tests for forcesell
|
2018-06-10 13:20:41 +02:00 |
|
xmatthias
|
7b5a2946e5
|
adjust for forcesell backtesting
|
2018-06-10 13:19:32 +02:00 |
|