Commit Graph

303 Commits (3bc36cd6507da2ad5b496ee8a87ca7dc175fd521)

Author SHA1 Message Date
Matthias 7ea0a74c53 Default to proposed stake
5 years ago
Matthias 898bef1837
Merge pull request #5219 from freqtrade/hyperopt_paramfile
5 years ago
Matthias dc8abd77df Fix import order
5 years ago
Matthias 9d6860337f
Merge pull request #5212 from rokups/rk/trailing-stop-2
5 years ago
Matthias 3503fdb4ec Improve tests for newly added methods
5 years ago
Rokas Kupstys bc0742ae67 Fix extremely optimistic results when using a combination of custom_stoploss and trailing_stop.
5 years ago
Matthias 645da51b5f Add test for parameter loading
5 years ago
Matthias dcf53ac3ff Add test for try_eport_params
5 years ago
Matthias 8ca0076332 Fix small typos
5 years ago
Matthias a7e9e362b7 Simplify printing logic for non-optimized parameters
5 years ago
Matthias 8b7010fc9a Update pprint name
5 years ago
Matthias ef14359d31 Add some tests for paramfile writing
5 years ago
Matthias e97de4643f Move tests to hyperopttools test file
5 years ago
Matthias 750c780293 Support loading parameters from json file
5 years ago
barbarius a0f28f4a15 Added max open trades to strategy summary first line
5 years ago
barbarius c99ae3b419 Added timerange above multiple strategy backtest result summary table
5 years ago
Matthias 0235868c66 Update tests for new config structure
5 years ago
Rokas Kupstys 6d5fc96714 Implement most pessimistic handling of trailing stoploss.
5 years ago
Matthias cf7394d01c Export backtesting results by default
5 years ago
Matthias d54ee0eb04 Refactor hyperopt_tools naming
5 years ago
Matthias 9c34304cb9 Move state enums to enums package
5 years ago
Matthias 89b9915c12 Update imports for SellType in tests
5 years ago
Matthias 08f96df3ac Don't write to testdir, but to tempdir
5 years ago
Matthias 8a56af9192 Update onlyprofit loss should use absolute profit
5 years ago
Matthias a89364aa98 Merge branch 'develop' into pr/Antreasgr/4838
5 years ago
Matthias 3014bc3467 Don't use Sum sign in hyperopt to avoid compatibility problems
5 years ago
Matthias a39860e0de Add tests for rejected signals
5 years ago
Matthias 916ece6a29 More realistic testcase for results
5 years ago
Rokas Kupstys 25cc4eae96 Fix tests that broke after table formatting changed.
5 years ago
Rokas Kupstys e1dc1357ce Add drawdown column to strategy summary table.
5 years ago
Matthias ef4d1c24d7
Merge pull request #4941 from brookmiles/fix-stoploss-above-candle
5 years ago
Matthias 7a9853bfe1 Fix "Too many open Files" exception
5 years ago
Matthias 2565f91bc2 Adjust tests to reflect new stoploss behaviour
5 years ago
Matthias 6aa574fa2b Convert ROI result to proper json object
5 years ago
Matthias 4f968b4a6f
Merge pull request #4926 from rokups/rk/misc-fixes
5 years ago
Rokas Kupstys 2d5f465f1b Fix protections being loaded multiple times for first strategy when backtesting.
5 years ago
Matthias 5f5597b93f Better test hyperopt writing and reading
5 years ago
Matthias 06bf1aa274 Store epochs as json per line
5 years ago
Matthias 7398ea88e0 Change optimize_reports to convert dates to string earlier
5 years ago
Matthias 513be11fd9 Fix hyperopt output
5 years ago
Matthias 554f5f14b6 Raise exception if no data is left
5 years ago
Matthias d069ad43d8 Small reformatting in hyperopt
5 years ago
Matthias 46f0f66039 Keep dimensions stored in hyperopt class
5 years ago
Matthias ced5cc7ce2 Don't recalculate min/max date - they won't change between epochs
5 years ago
Matthias 97478abb9d Move format explanation string to HyperoptTools
5 years ago
Matthias 4c00d4496d Update tests to reflect new backtest returns
5 years ago
Matthias f2e182002d Simplify calling backtesting by returning the proper result
5 years ago
Matthias e2e1d34828 Extract stake_currency param from hyperopt-explanationstring
5 years ago
Matthias 852f125347 Fix tests
5 years ago
Matthias 545cba7fd8 Refactor optimize_report
5 years ago