Commit Graph

468 Commits (develop)

Author SHA1 Message Date
Matthias bd4f3d838a Implement merge_informative_pairs helper
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
Matthias 55fa514ec9 Adapt most tests
6 years ago
Matthias d337fb6c6a Update some comments
6 years ago
Matthias b106c88630 Add test case for strategy overwriting
6 years ago
Matthias 8e1a664a48 Add test for deprecation updating
6 years ago
Matthias f9bb1a7f22 Update more occurances of ticker_interval
6 years ago
Matthias 09fe3c6f5e create compatibility code
6 years ago
Matthias 947903a4ac Use timeframe from within strategy
6 years ago
Matthias cadc50ce9b Replace more occurances of ticker_interval with timeframe
6 years ago
Matthias 950f358982 Replace occurances in test files
6 years ago
Matthias 7ea59b6d8e Update comment
6 years ago
Matthias ea5daee505 Allow changing severity of strategy-validations to log only.
6 years ago
hroff-1902 7b2bb73a12
Merge branch 'develop' into verify_date_on_new_candle_on_get_signal
6 years ago
Matthias 431b244f43 Merge branch 'develop' into interface_ordertimeoutcallback
6 years ago
Matthias d4dde01140 Add test
6 years ago
Matthias 83cc121b70 Add tsts for assert_df (ensuring it raises when it should)
6 years ago
Matthias cd2e738e35 Add test for assert error
6 years ago
Matthias 0887a0212c Adjust tests to pass validation
6 years ago
Matthias 78aa658255 Remove unnecessary test (it's a copy of the remaining test)
6 years ago
Matthias a1bbeaa668 Merge branch 'develop' into interface_ordertimeoutcallback
6 years ago
Yazeed Al Oyoun d752586b32 added test
6 years ago
hroff-1902 3208faf7ed Do not use ticker where it's not a ticker
6 years ago
Matthias 8cd77b2e27 Add some tests for strategy_wrapper
6 years ago
Matthias bf556c8678 Merge branch 'develop' into interface_ordertimeoutcallback
6 years ago
hroff-1902 bee28a1061
Merge pull request #2944 from freqtrade/move_defaultstrategy
6 years ago
Matthias 10668bb249
Update tests/strategy/test_strategy.py
6 years ago
Matthias d91b9d1253 Fix some tests, don't default to freqtrade/strategy for imports
6 years ago
Matthias 1634297685 Move strategies to test subfolder
6 years ago
Matthias 6335d81ceb Merge branch 'develop' into data_handler
6 years ago
hroff-1902 6139239b86 Address points stated in comments
6 years ago
hroff-1902 ddea4b9300 Fix test
6 years ago
hroff-1902 1cf19133f4 Added missing failing strategy
6 years ago
hroff-1902 29d9b6a46a Add test for enum failed
6 years ago
hroff-1902 93f9ff1b63 Fix existing test
6 years ago
hroff-1902 4f3376e2a1 Do not instantiate directly DefaultStrategy in tests
6 years ago
Matthias 2816b96650 Create strategy_wrapper to call user-defined code with
6 years ago
Matthias 699c0d6bc3 Merge branch 'develop' into data_handler
6 years ago
Matthias 1ffda29fd2 Adjust improts to new exception location
6 years ago
Matthias 32c2ce146e Remove last usage of load_tickerlist
6 years ago
Matthias 27b8617077 Add tests
6 years ago
Matthias 5a11ca86bb Move instanciation out of search_object
6 years ago
Matthias eb1040ddb7 Convert resolvers to classmethods
6 years ago
Matthias 90cabd7c21 Wrap line
6 years ago
Matthias c6d2233978 Convert StrategyLoader to static loader
6 years ago
Matthias 9835312033 Improve pair_lock handling
6 years ago
Matthias 0b5354f13d Add required arguments to Trade method
6 years ago
Matthias 37f8139432 Small stylistic fixes
7 years ago
Matthias 084efc98d7 Address test-failures due to file moves
7 years ago
Matthias 1c503f39b2 Handle some merge aftermaths
7 years ago
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias c48876b196 Trades should use timestamps or dates, not indexes
7 years ago
Matthias 3208f30c30 Fix base64 test on windows
7 years ago
Matthias e6e35c2584 Switch samplestrategy from ADX to RSI
7 years ago
hroff-1902 9b23376415 Move experimental settings to ask_strategy
7 years ago
Matthias 00ab6f572a Cleanup legacy strategy
7 years ago
Matthias 95299d94c4 Remove unused test line
7 years ago
Matthias b73426b91f Disable Defaulting to DefaultStrategy
7 years ago
Matthias 26d76cdb19 Adjust imports in tests to new path
7 years ago
Matthias 65a516e229 Move tests out of freqtrade module
7 years ago