Sam Germain
804bc8134f
Merge branch 'develop' into example_json_filename_extensions
5 years ago
Sam Germain
b7dc2989e7
flake8 adjustments
5 years ago
Matthias
3451687135
Merge pull request #5255 from freqtrade/improve_dynamic_stake
...
Improve dynamic stake with multiple bots on the same exchange
5 years ago
Sam Germain
362436f7d2
Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
5 years ago
anasyusef
91e5562ae0
style: apply flake8 formatting
5 years ago
anasyusef
313cf6a013
test: add test for parsing db uri
5 years ago
Matthias
6a8e8875a2
Test new behaviour
5 years ago
Matthias
b41c234440
Extract Closed profit calculation to trade object
5 years ago
Matthias
ed77889d6b
Add explicit tests for _validate_stake_amount
5 years ago
Matthias
7ea0a74c53
Default to proposed stake
5 years ago
Rokas Kupstys
0e4466ca1e
Implement strategy-controlled stake sizes. Expose `self.wallet` to a strategy.
5 years ago
Matthias
225522762b
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
...
Range based VolumeFilter
5 years ago
Matthias
76e51cddba
Merge pull request #5246 from nightshift2k/feature/offsetfilter
...
new filter OffsetFilter for offsetting incoming pairlists
5 years ago
Matthias
682f880630
Slightly simplify if statement, add additional test
5 years ago
nightshift2k
c44e87cd30
added tests for `OffsetFilter
...
to `test_pairlist.py`
5 years ago
nightshift2k
f30e300f18
adjusted `test_pairlist.py` for fixed rolling sum
5 years ago
Kevin Julian
0f3d34eaf4
Merge branch 'develop' into agefilter-max-days-listed
5 years ago
kevinjulian
502c69dce3
change short desc
5 years ago
Matthias
dec523eef0
Display verison of installed FreqUI
5 years ago
nightshift2k
1e87225e91
added `test_VolumePairList_range` to test_pairlist.py
5 years ago
Matthias
eb3ead4930
Merge pull request #5229 from kevinjulian/telegram-balance
...
compact low balance currencies
5 years ago
kevinjulian
9e548657e0
fix testcase
5 years ago
Matthias
898bef1837
Merge pull request #5219 from freqtrade/hyperopt_paramfile
...
automatic Hyperopt paramfile
5 years ago
kevinjulian
b722e12350
compact low balance currencies
5 years ago
kevinjulian
3d9f3eeb07
feat(agefilter): add max_days_listed
5 years ago
Matthias
dc8abd77df
Fix import order
5 years ago
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.
5 years ago
Matthias
9d6860337f
Merge pull request #5212 from rokups/rk/trailing-stop-2
...
Trailing stoploss in backtesting v2
5 years ago
Matthias
3503fdb4ec
Improve tests for newly added methods
5 years ago
Matthias
e034f11dcc
Improve test for hyperopt_show
5 years ago
Rokas Kupstys
bc0742ae67
Fix extremely optimistic results when using a combination of custom_stoploss and trailing_stop.
5 years ago
Matthias
645da51b5f
Add test for parameter loading
5 years ago
Matthias
dcf53ac3ff
Add test for try_eport_params
5 years ago
Matthias
ff61b8a2e7
Disable parameter export from tests
5 years ago
Matthias
8ca0076332
Fix small typos
5 years ago
Matthias
a7e9e362b7
Simplify printing logic for non-optimized parameters
5 years ago
Matthias
8b7010fc9a
Update pprint name
5 years ago
Matthias
ef14359d31
Add some tests for paramfile writing
5 years ago
Matthias
e97de4643f
Move tests to hyperopttools test file
5 years ago
Matthias
750c780293
Support loading parameters from json file
5 years ago
barbarius
a0f28f4a15
Added max open trades to strategy summary first line
5 years ago
barbarius
c99ae3b419
Added timerange above multiple strategy backtest result summary table
5 years ago
Matthias
158cb415a9
Add settings interface to have types available
5 years ago
Matthias
ce69abc06e
Update docs and tests for newly deprectated settings
5 years ago
Matthias
b7f01a08f3
Update sequence of process_deprecated_setting parameters
5 years ago
Matthias
0235868c66
Update tests for new config structure
5 years ago
Matthias
59a33d0fa9
Add test for ask_orderbook validation
5 years ago
Matthias
8c542e4028
Update tests for removed order_book_max option
5 years ago
Matthias
40545e62af
Merge pull request #5082 from freqtrade/dry_run_order
...
Dry run order filling
5 years ago
Matthias
347eceeda5
Try fix fluky test
5 years ago