Commit Graph

96 Commits (c579fcfc19ca91e5567eca1ad8b8d9f16a577f3d)

Author SHA1 Message Date
Matthias c579fcfc19 Add tests and documentation for unlock_reason
5 years ago
Rokas Kupstys 1fdb656334 Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
5 years ago
Matthias a8f28ffb11 Increase test coverage
5 years ago
Matthias 07d71f014f Rename defaultStrategy file
5 years ago
Matthias 6d96b11279 Rename DefaultStrategy
5 years ago
Matthias fbf8eb4526 Rename test-legacy strategy
5 years ago
slowy07 f24a951ec5 fix: typo spelling grammar
5 years ago
Matthias cf27968b97 Properly preserve trade's low during backtesting
5 years ago
Matthias a5f796bc97 refactor ohlcvdata_to_dataframe to advise_all_indicators
5 years ago
Matthias be240566ba Fix random test failure
5 years ago
Matthias ad0e4a8567 Add BooleanParameter
5 years ago
Matthias b73768acd1 Fix bug in property overwriting prevention
5 years ago
Matthias c981641441 Don't fail if strategy doesn't contain sell signal
5 years ago
kevinjulian 46f2a20a98 run flake8
5 years ago
kevinjulian 235c1afd09 add buy_tag on telegram
5 years ago
kevinjulian 49886874aa rename to buy_tag
5 years ago
kevinjulian 66a7070170 run linter
5 years ago
Kevin Julian edf9c08f06
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
5 years ago
kevinjulian 7d04005218 add test and migration
5 years ago
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
5 years ago
Matthias 277342f167 Rename flag to "use_custom_stoposs"
5 years ago
Matthias f8639fe938 Add more tests for custom_loss
5 years ago