Commit Graph

167 Commits (2a678bdbb4494cb143b8a2b0dee4e7aebcaa06f1)

Author SHA1 Message Date
Matthias 0e13d57e57 Update advise_* methods to entry/exit
5 years ago
Matthias c791b95405 Use new TestStrategy (V3) by default in tests
5 years ago
Matthias 4d558879e9 Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Matthias 994c3c3a4c Add some errorhandling for custom estimator
5 years ago
Matthias 3675df8344 Update documentation regarding Legacy Hyperopt
5 years ago
Matthias fd6bf591f8 Update some tests to remove explicit hyperopt interface
5 years ago
Matthias ca44d2e092 Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Matthias 6d96b11279 Rename DefaultStrategy
5 years ago
Matthias df1c0540ab Rename Hyperopt Test Class
5 years ago
Matthias 7a977a8eaf Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Sam Germain 317a454c0e Removed shorting from tests/optimize/hyperopts/default_hyperopt.py and created another tests/optimize/hyperopts/short_hyperopt.py with long and shorting
5 years ago
Sam Germain 092780df9d condensed strategy methods down to 2
5 years ago
Sam Germain d4a7d2d444 Added short and exit_short to strategy
5 years ago
Matthias a5f796bc97 refactor ohlcvdata_to_dataframe to advise_all_indicators
5 years ago
Matthias 6532aba765
Merge pull request #5360 from freqtrade/hyperopt_protections
5 years ago
Sam Germain b9356a5564 Autopep8 formatting
5 years ago
Matthias b73768acd1 Fix bug in property overwriting prevention
5 years ago
Matthias 3c41223333 Add test for protections-hyperopt
5 years ago
Matthias 091bf7c4d2 Output protection space
5 years ago
Matthias 3503fdb4ec Improve tests for newly added methods
5 years ago
Matthias 645da51b5f Add test for parameter loading
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
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 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 7a9853bfe1 Fix "Too many open Files" exception
5 years ago
Matthias 6aa574fa2b Convert ROI result to proper json object
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 513be11fd9 Fix hyperopt output
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 e2e1d34828 Extract stake_currency param from hyperopt-explanationstring
5 years ago
Matthias 852f125347 Fix tests
5 years ago
Matthias c45204a2c4 Fix failing mocks
5 years ago
Matthias 30da307d13 Remove encode/decode for hyperopt
5 years ago
Matthias 555262b6e1 Only calculate additional indicators if the space is selected
5 years ago
Matthias e381df9098 extract has_space to Hyperopt-Tools
5 years ago
Matthias 4636b3970b Fix failed test due to exchange downtime
5 years ago
Matthias 5c7f278c8a add tests for IntParameter.range
5 years ago
Matthias e820814809 Default-stoploss-hyperopt should use decimal space, nto real
5 years ago
Matthias 34e47db18d Test SKDecimal space
5 years ago
Matthias dc406fe19f Fail in case of name and explicit space name collisions
5 years ago