Reigo Reinmets
|
bd5520bee2
|
Adjust comments, fix stoploss_on_exchange for slower closed orders.
|
2021-12-26 20:03:10 +02:00 |
|
Reigo Reinmets
|
099dc07baf
|
No longer needed since recalc_trade_from_orders always calls it.
|
2021-12-26 20:02:20 +02:00 |
|
Reigo Reinmets
|
817a65b656
|
This is not needed since backtesting does not have open orders.
|
2021-12-26 20:01:48 +02:00 |
|
Matthias
|
d3f3c49b13
|
Fix minor "gotchas"
|
2021-12-26 15:29:10 +01:00 |
|
Reigo Reinmets
|
aa54592ec7
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-25 21:06:26 +02:00 |
|
Matthias
|
2917cc1f2e
|
Bitpanda's "fetch_my_trades" requires "to" argument
closes #4938
|
2021-12-25 14:28:22 +01:00 |
|
Reigo Reinmets
|
ad247b2f07
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-24 12:39:09 +02:00 |
|
Reigo Reinmets
|
de79d25caf
|
Refactoring to use strategy based configuration
|
2021-12-24 12:38:43 +02:00 |
|
Matthias
|
61dbb6206f
|
Slightly reduce verbosity when reload_conf is issued
part of #6095
|
2021-12-23 20:33:13 +01:00 |
|
Reigo Reinmets
|
ac690e9215
|
Remove unnecessary returns.
|
2021-12-23 18:49:11 +02:00 |
|
Reigo Reinmets
|
ace0a83c0c
|
Allow forcebuy to also buy more when trade is already open.
|
2021-12-23 11:57:53 +02:00 |
|
Reigo Reinmets
|
2e23e88fc1
|
Re-add back the log i accidentally removed.
|
2021-12-22 11:49:43 +02:00 |
|
Reigo Reinmets
|
d70ddeef9a
|
Remove whitespace. Darn IntelliJ.
|
2021-12-22 11:43:48 +02:00 |
|
Reigo Reinmets
|
e439ae1fea
|
Update wallet balance on every order close, not only trade close
|
2021-12-22 11:20:03 +02:00 |
|
Reigo Reinmets
|
76e7bf6cd2
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-22 02:24:21 +02:00 |
|
Reigo Reinmets
|
7df3e7ada4
|
Add base_stake_amount_ratio config param to support unlimited stakes.
|
2021-12-22 02:19:11 +02:00 |
|
Matthias
|
f88b6af26f
|
Merge pull request #6070 from cdimauro/suppress_logs
Suppress additional logs for pairs in blacklist
|
2021-12-21 21:07:15 +01:00 |
|
Matthias
|
e5aaef6440
|
Fix CI failure
|
2021-12-21 19:20:09 +01:00 |
|
cdimauro
|
6ba8b17fdd
|
Use LoggingMixin.log_once to remove/reduce logs on pairlists
|
2021-12-21 09:11:57 +01:00 |
|
Reigo Reinmets
|
c9243fb4f6
|
Use buy side for price since mostly used for DCA.
|
2021-12-20 22:45:46 +02:00 |
|
Reigo Reinmets
|
f6d36ce56b
|
Fix the dca order not being counted bug.
|
2021-12-20 22:07:42 +02:00 |
|
Reigo Reinmets
|
d9f5694965
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-20 22:05:58 +02:00 |
|
Matthias
|
40036bc710
|
Force dry-run for webserver backtest mode
closes #6094
|
2021-12-20 19:41:33 +01:00 |
|
Reigo Reinmets
|
5da38f3613
|
Fix typo. Make sure trade is market open.
|
2021-12-19 10:36:47 +02:00 |
|
Reigo Reinmets
|
3aca3a7133
|
Use parentheses instead of backslash
|
2021-12-18 18:55:47 +02:00 |
|
Reigo Reinmets
|
db2f0660fa
|
Some more compatibility fixes.
|
2021-12-18 11:15:59 +02:00 |
|
Reigo Reinmets
|
b094430c26
|
Restructure for less complexity. Flake8
|
2021-12-18 11:01:06 +02:00 |
|
Reigo Reinmets
|
30673f84f9
|
Flake8 compatibility
|
2021-12-18 11:00:25 +02:00 |
|
Reigo Reinmets
|
cc28f73d7f
|
Hopefully fix orders being left lingering and trade not updating once they are complete
|
2021-12-17 22:29:41 +02:00 |
|
Reigo Reinmets
|
d10fb95fce
|
Fix typo
|
2021-12-17 22:27:10 +02:00 |
|
Reigo Reinmets
|
cea023399e
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-17 21:59:58 +02:00 |
|
Reigo Reinmets
|
462270bc5a
|
Fix a case where the amount was not recalculated. Added additional temporary logging.
|
2021-12-16 22:57:56 +02:00 |
|
Matthias
|
ea38b58081
|
Add base_currency to allowed webhook fields
closes #6075
|
2021-12-16 20:18:01 +01:00 |
|
Reigo Reinmets
|
337af44901
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-16 20:02:14 +02:00 |
|
Matthias
|
b2fc3e814e
|
Merge pull request #6055 from freqtrade/blacklist_delete
Add Blacklist delete
|
2021-12-16 13:41:18 +01:00 |
|
Matthias
|
39f0a17e62
|
Fix formatting
|
2021-12-16 07:11:35 +01:00 |
|
Reigo Reinmets
|
7200659b35
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-15 23:17:44 +02:00 |
|
Matthias
|
f9aa36f291
|
Don't hard-fail when executing emergency sell fails
closes #6068
|
2021-12-15 19:37:35 +01:00 |
|
Reigo Reinmets
|
a7c67e8c7c
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-15 08:32:12 +02:00 |
|
Reigo Reinmets
|
9be29c6e92
|
Theoretically fix second order timeout/canceling deleting the whole order.
|
2021-12-13 20:44:18 +02:00 |
|
Reigo Reinmets
|
468076cf54
|
This has to be reset since otherwise it will not handle live limit orders after first buy.
|
2021-12-13 20:32:13 +02:00 |
|
Matthias
|
793d090561
|
Improve log message wording for rejected stake amounts
closes #6064
|
2021-12-13 19:29:07 +01:00 |
|
Reigo Reinmets
|
d4b31263ca
|
Fix open rate being None formatting error.
|
2021-12-13 13:54:01 +02:00 |
|
Reigo Reinmets
|
6f6e7467f5
|
Fix potential problem.
|
2021-12-13 11:17:24 +02:00 |
|
Reigo Reinmets
|
1362bd9626
|
Fix potential problem.
|
2021-12-13 02:46:37 +02:00 |
|
Reigo Reinmets
|
2c3e5fa080
|
Remove extra logging.
|
2021-12-13 02:30:29 +02:00 |
|
Reigo Reinmets
|
1017b68af9
|
Fix some unit-tests. Use common trade entry code.
|
2021-12-13 02:27:09 +02:00 |
|
Reigo Reinmets
|
98255c18cf
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-13 02:10:13 +02:00 |
|
Matthias
|
3398469e55
|
Update PerformanceFilter to have min_profit as ratio again.
closes #6056
|
2021-12-12 13:21:36 +01:00 |
|
cdimauro
|
8dd3128ed4
|
Add type annotation to new logs suppression code
|
2021-12-12 12:32:09 +01:00 |
|