Commit Graph

156 Commits (255eb71270991fe480cd642ee5ea2ce69964f8a9)

Author SHA1 Message Date
Matthias 34951f59d2 Update failing tests
4 years ago
Matthias 939fb7acb3 Fix enum imports
4 years ago
Matthias 665cf4431d Add explicit test cov. for .range behavior
4 years ago
Matthias b682fc446e Graciously fail if strategy has freqAI code, but freqAI is not enabled.
4 years ago
Matthias c190d57f1a Test populate_any_indicator interface
4 years ago
Matthias dc82675f00 Add Test for liquidation in stop-loss-reached
4 years ago
Matthias 29efe75a6f Update hyperoptable strategy to use V3 interface
4 years ago
Matthias b211a5156f Add test for strategy_wrapper lazy loading
4 years ago
Matthias a790bad1e4 Add entry_tag to leverage callback
4 years ago
Matthias 8e2c7e1298 extract detect_parameters to separate function
4 years ago
Matthias 5bf021be2e Enhance hyperoptable strategy to test instance parameters
4 years ago
Matthias 23e089061b
Merge pull request #6870 from freqtrade/should_exit_list
4 years ago
Matthias 42ae8ba6fb Refactor hyperopt parameters to separate file
4 years ago
Matthias 3692fcd3d5 Improve exit signal sequence
4 years ago
Matthias ce3bfd59f5 Add explicit should_sell test
4 years ago
Matthias b7388557a9 Update interface tests
4 years ago
Matthias 995c48b642 Merge branch 'develop' into pairlocks_direction
4 years ago
Matthias ec2582a4ae Update tests to no longer use Strategy V1
4 years ago
Matthias 737bdfe844 Use "side" parameter when calling Pairlocks
4 years ago
Matthias ffff45e76b simplify exit message
4 years ago
Matthias 1917527179 custom_sell -> custom_exit
4 years ago
Matthias dcfa3e8648 Update SellType to ExitType
4 years ago
Matthias c07883b1f9 Move ExitCheckTuple to enums
4 years ago
Matthias 8d111d357a Update SellCheckTuple to new naming
4 years ago
Matthias b044dd2c45 Update custom_sell to custom_exit
4 years ago
Matthias b9b5d749bb Fix typo causing an implicit bug
4 years ago
Matthias 0aa170ac95 Check can_short in live-mode as well.
4 years ago
Matthias 8952829adc Merge branch 'develop' into feat/short
4 years ago
Matthias 70f4305dfa don't allow short trades in spot mode
4 years ago
Matthias 08803524bd align variable naming to use current_time
4 years ago
Matthias f090dcc597 Merge branch 'develop' into feat/short
4 years ago
Matthias 6c4b261469 Convert nan to None in get_signal.
4 years ago
Matthias 9b9d61c6d6 Remove SPOT_ candletype
4 years ago
Matthias ebc38159b8 Merge branch 'develop' into feat/short
4 years ago
Matthias 431b96de98 Merge branch 'develop' into pr/theluxaz/5710
4 years ago
Matthias 6b90b4a144 Test "get-signal"
4 years ago
Matthias c094ac5762 Merge branch 'develop' into feat/short
4 years ago
Matthias c579fcfc19 Add tests and documentation for unlock_reason
4 years ago
theluxaz 0e085298e9 Fixed test failures.
4 years ago
Sam Germain 1a132758d0 merged with feat/short
5 years ago
Matthias 4fd00db630 Use "combined" enter_tag column
5 years ago
Matthias 2a678bdbb4 Update buy_tag column to long_tag
5 years ago
Matthias 0e13d57e57 Update advise_* methods to entry/exit
5 years ago
Matthias 5928ba9c88 Test and document leverage strategy callback
5 years ago
Matthias c791b95405 Use new TestStrategy (V3) by default in tests
5 years ago
Matthias 7a5c7e7020 Update some tests to use StrategyV3
5 years ago
Matthias 4b5cd891cd Add V3 test strategy
5 years ago
Sam Germain d7c7448632 merged lev-freqtradebot with lev-strat
5 years ago
Sam Germain 778f0d9d0a Merged feat/short into lev-strat
5 years ago
Rokas Kupstys 1fdb656334 Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
5 years ago