dependabot-preview[bot]
|
161c06fd4e
|
Bump plotly from 4.4.1 to 4.5.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.4.1...v4.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-27 07:42:52 +00:00 |
|
Matthias
|
5d7317ef77
|
Merge pull request #2807 from hroff-1902/refactor-freqtrade-2
Add notify_status() to FreqtradeBot
|
2020-01-27 06:44:20 +01:00 |
|
Matthias
|
aae14dd9fe
|
Merge pull request #2806 from hroff-1902/minor-freqtrade-5
Minor cosmetics in start_trading
|
2020-01-27 06:37:47 +01:00 |
|
hroff-1902
|
30e3e434ab
|
Add notify_status() to FreqtradeBot
|
2020-01-27 03:34:53 +03:00 |
|
hroff-1902
|
33645e45fd
|
Minor cosmetics in start_trading
|
2020-01-27 02:49:25 +03:00 |
|
Matthias
|
1ef148317d
|
Merge branch 'develop' into stoploss_market
|
2020-01-26 20:33:41 +01:00 |
|
hroff-1902
|
27d46ed06f
|
Merge pull request #2804 from freqtrade/utils_commands
Utils commands
|
2020-01-26 21:40:04 +03:00 |
|
Matthias
|
02563019fc
|
move setup_utils_config to configuration module
|
2020-01-26 14:15:53 +01:00 |
|
Matthias
|
8c9119b471
|
Add docustring to commands module
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
2d02c3f2a4
|
Split out pairlist_commands
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
a3e9d04383
|
Adjust imports to new place for arguments
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
7f851ad8d9
|
Move arguments and cli_options to commands module
|
2020-01-26 13:46:01 +01:00 |
|
Matthias
|
a1c684f67c
|
Simplify noqa setup for module imports
|
2020-01-26 13:46:01 +01:00 |
|
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 |
|
Yazeed Al Oyoun
|
f8db7f1709
|
added ask price, bid price, immediate ask quantity, and immediate bid quantity to check_depth_of_market_buy. also added a line that mentions if delta condition was satisfied or not.
|
2020-01-25 04:17:41 +01:00 |
|
Matthias
|
72c273aaed
|
Add test for closed trade case
|
2020-01-23 21:07:21 +01:00 |
|
Matthias
|
70b9bd9c0e
|
Verify if trade is closed before acting on Stoploss_on_exchange
|
2020-01-23 20:36:48 +01:00 |
|
Matthias
|
ea5ac1efb5
|
Don't handle stoploss if there is an open regular order
|
2020-01-23 20:24:23 +01:00 |
|
Matthias
|
a83de241e4
|
Check for closed stoploss-orders first
|
2020-01-23 19:40:31 +01:00 |
|
Matthias
|
f5a44e4fc4
|
open_order_id should be None when handling stoploss orders
|
2020-01-23 19:38:35 +01:00 |
|
Matthias
|
1d141cd406
|
Merge branch 'develop' into stoploss_market
|
2020-01-23 19:35:05 +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
|
bc4c469797
|
Merge branch 'develop' into stoploss_market
|
2020-01-22 20:51:52 +01: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 |
|