Matthias
|
f347e5934a
|
Small adjustments for moved commands
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
e033df6a2f
|
Move optimize_commands to commands module
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
b254bdfea3
|
Move plot_utils to plot_commands
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
70a0346b0a
|
Move data-stuff to data-commands
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
7e23304187
|
Adjust tests to new paths
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
926bf07df1
|
Seperate a few commands into specific files
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
6e85280467
|
Adjust imports
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
80ed1c3e14
|
Move utils to commands
|
2020-01-26 13:46:01 +01:00 |
|
hroff-1902
|
1ae3fb4d2f
|
Merge pull request #2803 from freqtrade/edge_no__init__
Move edge-module out of __init__.py
|
2020-01-26 15:21:21 +03:00 |
|
Matthias
|
3f2542fcbc
|
Move edge-module out of __init__.py
|
2020-01-26 10:44:42 +01:00 |
|
hroff-1902
|
f6278da23f
|
Merge pull request #2802 from freqtrade/try_fixrandomfailure
Fix missed mock
|
2020-01-25 16:05:22 +03:00 |
|
Matthias
|
a3ac05cc16
|
Fix missed mock
|
2020-01-25 13:38:13 +01:00 |
|
Matthias
|
a97bb10877
|
Merge pull request #2801 from freqtrade/backtest_arguments_2
Backtest arguments instead of dictionary
|
2020-01-25 13:11:23 +01:00 |
|
Matthias
|
bd4dd8403b
|
Fix type-errors with stake_amount
|
2020-01-25 12:49:37 +01:00 |
|
hroff-1902
|
52f0ed5310
|
Adjust tests
|
2020-01-25 12:49:37 +01:00 |
|
hroff-1902
|
f4c7edf551
|
No args for backtest(), use arguments
|
2020-01-25 12:49:37 +01:00 |
|
hroff-1902
|
82797e768f
|
Merge pull request #2796 from freqtrade/update_wallets_after_foresell
update wallets after forcesell
|
2020-01-23 00:10:47 +03:00 |
|
hroff-1902
|
9176064047
|
Merge pull request #2795 from freqtrade/tests_buy_rate
Add parametrized tests for get_buy_rate
|
2020-01-23 00:05:40 +03:00 |
|
Matthias
|
aad10ceee3
|
Add threading lock object for /forcesell
Protects against stoploss_on_exchange order recreation
in case of /forcesell (it's a timing issue, so may or may not happen).
|
2020-01-22 20:50:09 +01:00 |
|
Matthias
|
58ceda4b90
|
update wallets after forcesell
|
2020-01-22 19:54:55 +01:00 |
|
Matthias
|
f36bc80ad1
|
Add parametrized tests for get_buy_rate
|
2020-01-22 19:43:02 +01:00 |
|
hroff-1902
|
2b4d821d30
|
Merge pull request #2794 from freqtrade/rename_get_target_bid
rename get_target_bid
|
2020-01-22 17:19:04 +03:00 |
|
Matthias
|
8a940eb0c1
|
Align price finding function name on buy side with get_sell_rate
|
2020-01-22 14:46:28 +01:00 |
|
Matthias
|
9c2f21b07e
|
Merge pull request #2788 from drdux/develop
added missing word in hyperopt loss example
|
2020-01-22 12:47:08 +01:00 |
|
hroff-1902
|
055f3fd1fd
|
Merge pull request #2790 from freqtrade/backtest_optimize
Fix typo in sell-reason table generation
|
2020-01-22 12:29:20 +03:00 |
|
hroff-1902
|
40843566d0
|
Merge pull request #2791 from freqtrade/windows_ci_fix
upgrade pip in windows environment
|
2020-01-22 12:16:04 +03:00 |
|
Matthias
|
e13045b599
|
upgrade pip in windows environment
|
2020-01-22 06:17:13 +01:00 |
|
Matthias
|
7d2d0235a0
|
Fix typo in sell-reason table generation
|
2020-01-22 06:08:34 +01:00 |
|
Daniel Goller
|
bff0a09537
|
line was too long
|
2020-01-21 16:14:19 +00:00 |
|
Daniel Goller
|
c1c2717bc9
|
added missing word in hyperopt loss example
|
2020-01-21 15:49:24 +00:00 |
|
hroff-1902
|
66415d48d4
|
Merge pull request #2787 from freqtrade/dry_run_optional
remove default value calls for dry_run
|
2020-01-20 23:08:17 +03:00 |
|
hroff-1902
|
d54b1dade3
|
Merge pull request #2786 from freqtrade/fix/stoploss_on_exchange_dryrun
Fix/stoploss on exchange dryrun
|
2020-01-20 22:50:38 +03:00 |
|
Matthias
|
1bf475fa1a
|
Remove .get calls for dry_run - it's a mandatory property
|
2020-01-20 20:24:40 +01:00 |
|
Matthias
|
099bbc5c7f
|
Fix bug when stoploss_on_exchange in combination with dry-run
does not sell orders
|
2020-01-20 20:14:40 +01:00 |
|
Matthias
|
6e3336cb30
|
Adapt test to verify behaviour of stoploss_on_exchange in dry-run
|
2020-01-20 20:10:06 +01:00 |
|
Matthias
|
eb6c7f8595
|
Merge pull request #2781 from freqtrade/dependabot/pip/develop/ccxt-1.21.76
Bump ccxt from 1.21.56 to 1.21.76
|
2020-01-20 14:44:11 +01:00 |
|
Matthias
|
10a706851a
|
Merge pull request #2782 from freqtrade/dependabot/pip/develop/pytest-5.3.3
Bump pytest from 5.3.2 to 5.3.3
|
2020-01-20 11:40:57 +01:00 |
|
dependabot-preview[bot]
|
8d4515935a
|
Bump pytest from 5.3.2 to 5.3.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.2...5.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-20 07:49:18 +00:00 |
|
dependabot-preview[bot]
|
9474cb1792
|
Bump ccxt from 1.21.56 to 1.21.76
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.21.56 to 1.21.76.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.21.56...1.21.76)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-20 07:48:46 +00:00 |
|
hroff-1902
|
2f82122fc4
|
Merge pull request #2763 from freqtrade/fix/precision_rounding
Fix/precision rounding
|
2020-01-17 01:25:30 +03:00 |
|
hroff-1902
|
889929f782
|
Merge pull request #2772 from freqtrade/safe_sell_amount_update_wallet
Safe sell amount update wallet
|
2020-01-16 00:15:34 +03:00 |
|
Matthias
|
fa1e9dd70d
|
Adjust tests to allow updating within safe_sell_amount
|
2020-01-15 21:53:04 +01:00 |
|
Matthias
|
29a5e4fba1
|
Update wallets before getting amount
|
2020-01-15 21:52:54 +01:00 |
|
hroff-1902
|
a20f502159
|
Merge pull request #2771 from freqtrade/fix/2770
Fix bad bug in safe_sell_amount
|
2020-01-15 23:33:04 +03:00 |
|
Matthias
|
8bcfe4a6aa
|
Up log level of safe_sell_amount message
|
2020-01-15 21:01:36 +01:00 |
|
hroff-1902
|
854bb0056b
|
Merge pull request #2583 from gaugau3000/doc_feature_section
Doc feature section
|
2020-01-15 22:55:39 +03:00 |
|
Matthias
|
90ed4c665b
|
Cover equal case via test
|
2020-01-15 19:59:08 +01:00 |
|
Matthias
|
d1bf388b0e
|
Wallet amount must be compared with >=
|
2020-01-15 19:56:14 +01:00 |
|
Matthias
|
6feb68b18d
|
Change feature sorting to tell more of a story
|
2020-01-15 19:51:33 +01:00 |
|
Matthias
|
09621b3ef1
|
Merge pull request #2769 from tejeshreddy/update-comments
Update comments on backtesting
|
2020-01-15 15:44:46 +01:00 |
|