Matthias
|
fdf6121b6e
|
Merge branch 'master' into release/2020-01
|
2020-01-31 20:17:41 +01: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 |
|
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
|
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
|
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 |
|
Matthias
|
3f2542fcbc
|
Move edge-module out of __init__.py
|
2020-01-26 10:44:42 +01:00 |
|
Matthias
|
bd4dd8403b
|
Fix type-errors with stake_amount
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
hroff-1902
|
2f82122fc4
|
Merge pull request #2763 from freqtrade/fix/precision_rounding
Fix/precision rounding
|
2020-01-17 01:25:30 +03:00 |
|
Matthias
|
29a5e4fba1
|
Update wallets before getting amount
|
2020-01-15 21:52:54 +01:00 |
|
Matthias
|
8bcfe4a6aa
|
Up log level of safe_sell_amount message
|
2020-01-15 21:01:36 +01:00 |
|
Matthias
|
d1bf388b0e
|
Wallet amount must be compared with >=
|
2020-01-15 19:56:14 +01:00 |
|
Tejesh
|
f73f0b1653
|
Update comments on backtesting
|
2020-01-15 19:29:00 +05:30 |
|
Matthias
|
c8806a16a1
|
Allow wallet update from /balance
|
2020-01-15 06:43:41 +01:00 |
|
Matthias
|
4013701bdb
|
allow wallet update to be skipped if the value is fresh enough.
Value is NOT configurable, having this wrong can result in bans on the
exchange.
|
2020-01-15 06:42:53 +01:00 |
|
Matthias
|
4c823f12e3
|
Sort imports
|
2020-01-14 20:25:58 +01:00 |
|
Matthias
|
bea4ad8eff
|
Revert price_to_precision to rounding up
|
2020-01-14 20:16:20 +01:00 |
|
Matthias
|
d12a2a5888
|
Merge pull request #2752 from freqtrade/plotting/indicator_strategy
Allow enhanced plot-dataframe configuration
|
2020-01-13 19:53:15 +01:00 |
|
Matthias
|
5fcab1eee8
|
Align method names to internal ccxt names
These methods are reimplemented from ccxt so we can test their behaviour.
|
2020-01-12 14:55:05 +01:00 |
|
Matthias
|
b60d7ad42f
|
Use ccxt.decimal_to_precision instead of our own calculation
|
2020-01-12 14:41:09 +01:00 |
|
Matthias
|
fa1f9bcdbd
|
expose precisionMode from exchange class
|
2020-01-12 14:37:45 +01:00 |
|
Matthias
|
53abfdbcbf
|
Use sorted on set instead of explicit list conversion
|
2020-01-12 12:48:29 +01:00 |
|
Matthias
|
3519cebf66
|
Add test for failing stake_validation
|
2020-01-11 13:14:19 +01:00 |
|
Matthias
|
a7246ba1ec
|
No need to "fix" stake_currency enum anymore
|
2020-01-11 12:51:42 +01:00 |
|
Matthias
|
60b47b6eec
|
Add tests for get_quote_currencies
|
2020-01-11 12:01:34 +01:00 |
|
Matthias
|
13274964a9
|
Implement validation for valid stake currency
|
2020-01-11 11:54:00 +01:00 |
|
Matthias
|
235a10ab86
|
Don't suppport <1m timeframes
|
2020-01-11 11:36:28 +01:00 |
|
Matthias
|
5faebad863
|
Don't hardcode TimeFrames - they can differ by exchange.
|
2020-01-11 11:16:05 +01:00 |
|