Commit Graph

77 Commits (3bc36cd6507da2ad5b496ee8a87ca7dc175fd521)

Author SHA1 Message Date
Matthias 898bef1837
Merge pull request #5219 from freqtrade/hyperopt_paramfile
5 years ago
Rokas Kupstys 3686efa08a Add range property to CategoricalParameter and DecimalParameter, add their tests.
5 years ago
Matthias 645da51b5f Add test for parameter loading
5 years ago
Matthias 96fbb226c5 Implement better strategy checks
5 years ago
Matthias 89b9915c12 Update imports for SellType in tests
5 years ago
Matthias d7fdc2114a allow list-strategies to show if params are hyperoptable
5 years ago
Rokas Kupstys cdfa6adbe5 Store pair datafrmes in dataprovider for backtesting.
5 years ago
Rokas Kupstys d34da3f981 Revert "Add dataframe parameter to custom_stoploss() and custom_sell() methods."
5 years ago
Matthias 9049d6b779 Reformat hyper to cache parameters
5 years ago
Matthias 555262b6e1 Only calculate additional indicators if the space is selected
5 years ago
Matthias cc916ab2e9 Add test for custom_sell
5 years ago
Rokas Kupstys 595b8735f8 Add dataframe parameter to custom_stoploss() and custom_sell() methods.
5 years ago
Matthias 5c7f278c8a add tests for IntParameter.range
5 years ago
Matthias 2254f65fa7 use binance intests instead of bittrex
5 years ago
Matthias fedff1a75a Fix failing test
5 years ago
Matthias dc406fe19f Fail in case of name and explicit space name collisions
5 years ago
Rokas Kupstys ea43d5ba85 Implement DecimalParameter and rename FloatParameter to RealParameter.
5 years ago
Matthias 6954a1e029 MOre tests for ParameterHyperopt
5 years ago
Matthias 929f329607 more tests
5 years ago
Matthias 20f7e9b4b7 Make BaseParameter get_space abstract
5 years ago
Matthias 4fd7bedcb2 Sort imports ...
5 years ago
Matthias 71e2134694 Add some simple tests for hyperoptParameters
5 years ago
hoeckxer e328182bd7 Changed workings so it only needs to timing-parameter, instead of also requiring a boolean value
5 years ago
Matthias b43ef474ad Fix expired candle implementation
5 years ago
hoeckxer 573de1cf08 Fixed flake8 warnings
5 years ago
hoeckxer e3f3f36298 Changes based on review comments
5 years ago
hoeckxer 844df96ec7 Making changes so the build checks are satisified (imports & flake8)
5 years ago
hoeckxer 614a996597 First commit about ignoring expired candle
5 years ago
Matthias 9d5961e224 Rename method to custom_stoploss
6 years ago
Matthias 277342f167 Rename flag to "use_custom_stoposs"
6 years ago
Matthias f8639fe938 Add more tests for custom_loss
6 years ago
Matthias 5f8610b28f Add explicit test for stop_loss_reached
6 years ago
Matthias ea4238e860 cleanup some tests
6 years ago
Matthias d1fda28d2e Fix typehints
6 years ago
Matthias 011ba1d9ae Adapt tests to use async methods
6 years ago
Matthias 6c913fa617 Fix locking - should round before storing to have a consistent picture
6 years ago
Matthias 9c54c9a2bf Use correct timezone for tests
6 years ago
Matthias e602ac3406 Introduce Pairlocks middleware
6 years ago
Matthias 64e680d7ee Document new api method
6 years ago
Matthias e513871fd5 Persist pairlocks
6 years ago
Matthias 9df366d943 Apply isort to tests
6 years ago
Matthias c272944834 Lock pair until a new candle arrives
6 years ago
Matthias 8b767eedfd Merge branch 'develop' into pr/yazeed/3055
6 years ago
Matthias eef3c01da7 Fix function header formatting
6 years ago
Matthias f1993fb2f4 Pass analyzed dataframe to get_signal
6 years ago
Matthias f2a778d294 Combine tests for empty dataframe
6 years ago
Matthias 8b186dbe0e Add additional test scenarios
6 years ago
Matthias c047e48a47 Add errorsupression to safe wrapper
6 years ago
Matthias bc821c7c20 Add documentation for bot_loop_start
6 years ago
Matthias 7da955556d Add test for empty pair case
6 years ago