stable/tests/strategy
Rokas Kupstys 3686efa08a Add range property to CategoricalParameter and DecimalParameter, add their tests.
At the moment we can keep a single code path when using IntParameter, but we have to make a special hyperopt case for CategoricalParameter/DecimalParameter. Range property solves this.
2021-07-03 16:02:45 +03:00
..
strats Merge branch 'develop' into pr/rokups/4596 2021-04-03 17:00:37 +02:00
__init__.py Move tests out of freqtrade module 2019-09-08 19:05:22 +02:00
test_default_strategy.py Pass current_time to confirm_trade_entry/confirm_trade_exit. 2021-05-08 10:29:47 +03:00
test_interface.py Add range property to CategoricalParameter and DecimalParameter, add their tests. 2021-07-03 16:02:45 +03:00
test_strategy_helpers.py complete stoploss_from_open and associated test 2021-03-17 22:44:10 +09:00
test_strategy_loading.py Update tests for new config structure 2021-06-26 16:39:01 +02:00