Commit Graph

110 Commits (2a678bdbb4494cb143b8a2b0dee4e7aebcaa06f1)

Author SHA1 Message Date
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 778f0d9d0a Merged feat/short into lev-strat
5 years ago
Matthias 4d558879e9 Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Sam Germain 1f38088d7b Merged with develop
5 years ago
Matthias a8f28ffb11 Increase test coverage
5 years ago
Matthias 2e50948699 Fix some tests
5 years ago
Matthias ca44d2e092 Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Matthias 5184cc7749 Merge branch 'develop' into feat/short
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
Matthias 6b93c71d15 Small refactorings, use only enter_long columns
5 years ago
Matthias b40f985b13 Add short-exit logic to backtesting
5 years ago
Matthias 957551ea97 Merge branch 'develop' into feat/short
5 years ago
Sam Germain e2d5299116 Name changes for 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