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
|
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
|
462270bc5a
|
Fix a case where the amount was not recalculated. Added additional temporary logging.
|
2021-12-16 22:57:56 +02: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
|
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 |
|
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
|
71147d2899
|
Attempt to support limit orders for position adjustment.
|
2021-12-11 18:25:05 +02:00 |
|
Reigo Reinmets
|
f11a40f144
|
Improve documentation on adjust_trade_position and position_adjustment_enable
|
2021-12-11 17:14:04 +02:00 |
|
Reigo Reinmets
|
f97662e816
|
Add position_adjustment_enable config keyword to enable it.
|
2021-12-11 00:28:12 +02:00 |
|
Reigo Reinmets
|
c179951cca
|
Expect stake_amount, not actual amount of pair from strategy for DCA.
|
2021-12-10 20:42:24 +02:00 |
|
Reigo Reinmets
|
fde6779873
|
Some code improvements. Still some bugs.
|
2021-12-09 14:47:44 +02:00 |
|
Reigo Reinmets
|
fd875786fd
|
Initial very crude DCA implementation attempt. Very alpha.
No backtesting support.
|
2021-12-07 11:16:11 +02:00 |
|
Matthias
|
5ce1eeecf5
|
Reorder messages to be sent in correct order
buy first, then buy fill,
sell first, then sell fill.
|
2021-12-01 19:57:24 +01:00 |
|
Matthias
|
542963c7a6
|
Reduce code complexity by combining buy and buy_fill methods
|
2021-11-30 19:45:20 +01:00 |
|
Matthias
|
80ed5283b2
|
Add forcesell market/limit distinction
|
2021-11-27 09:10:18 +01:00 |
|
Matthias
|
338fe333a9
|
Allow forcebuy to specify order_type
|
2021-11-24 20:20:58 +01:00 |
|
Matthias
|
f8d30abd79
|
Handle order returns that contain trades directly
binance market orders - and potentially other exchanges
|
2021-11-10 19:43:36 +01:00 |
|
Matthias
|
23a566b478
|
validate_stake_amount should not be a private method
|
2021-11-10 06:38:24 +01:00 |
|
Matthias
|
1dd6872b80
|
Merge pull request #5843 from Theagainmen/patch-2
Update warning message open trades
|
2021-11-07 11:07:16 +01:00 |
|
Matthias
|
4595c1e73c
|
Slightly reformat to simplify new change
|
2021-11-07 10:55:11 +01:00 |
|
Matthias
|
7a907a7636
|
Add Emergencyselling after X timeouts have been reached
|
2021-11-06 11:48:49 +01:00 |
|
Matthias
|
d99eaccb5a
|
Fix exception when using okex
closes #5842
|
2021-11-05 19:47:13 +01:00 |
|
Theagainmen
|
2115a3ed12
|
Update warning message open trades
This shouldn't confuse user when just reloading their bot.
|
2021-11-05 18:49:10 +01:00 |
|
Matthias
|
6b90b4a144
|
Test "get-signal"
|
2021-10-31 10:53:30 +01:00 |
|
Matthias
|
dffe76f109
|
Don't double-loop to generate profits
|
2021-10-31 10:49:56 +01:00 |
|
Matthias
|
17432b2823
|
Improve some stylings
|
2021-10-24 09:15:05 +02:00 |
|
Matthias
|
1267374c8a
|
Small fixes to tests
|
2021-10-20 19:21:38 +02:00 |
|
theluxaz
|
905f3a1a50
|
Removed exit_tag from Trade objects.
|
2021-10-20 17:58:50 +03:00 |
|
theluxaz
|
1fdc4425dd
|
Changed exit_tag to be represented as sell_reason
|
2021-10-20 01:26:15 +03:00 |
|
theluxaz
|
69a59cdf37
|
Fixed flake 8, changed sell_tag to exit_tag and fixed telegram functions
|
2021-10-18 23:56:41 +03:00 |
|
theluxaz
|
96cab22a8c
|
Fixed some bugs for live sell_tags.
|
2021-10-14 01:03:15 +03:00 |
|
theluxaz
|
0f670189eb
|
quick typo fix
|
2021-10-13 02:14:07 +03:00 |
|
theluxaz
|
b151cf032b
|
Merge branch 'develop' of https://github.com/theluxaz/freqtrade into main
# Conflicts:
# freqtrade/freqtradebot.py
# freqtrade/optimize/backtesting.py
|
2021-10-13 02:01:26 +03:00 |
|
theluxaz
|
02243b1a2b
|
minifix
|
2021-10-13 01:34:29 +03:00 |
|
theluxaz
|
80b71790bc
|
Added some bigfixes for sell_tag
|
2021-10-13 01:22:53 +03:00 |
|
theluxaz
|
b898f86364
|
Added sell_tag and buy/sell telegram performance functions
|
2021-10-13 00:02:28 +03:00 |
|
Matthias
|
5f23af5802
|
Rename update_open_trades to clarify it's only called at startup
|
2021-09-30 07:24:16 +02:00 |
|
Matthias
|
9a6d8977de
|
Merge pull request #5605 from peterwilli/fix-sell-cancel-webhook-error
fixed webhook "unsupported format string passed to NoneType." error
|
2021-09-23 20:17:35 +02:00 |
|
Peter Willemsen
|
692e91a26d
|
changed close date from datetime.utcnow() to datetime.now(timezone.utc)
|
2021-09-23 10:28:15 +02:00 |
|
Peter Willemsen
|
b0de4d333e
|
fixed webhook error
|
2021-09-21 23:20:40 +02:00 |
|
Matthias
|
dd0db7ee5d
|
Split protection-notification into global and per-pair
|
2021-09-20 19:23:40 +02:00 |
|
Matthias
|
a0fb43c6ca
|
Add pairlock-notification
|
2021-09-20 19:12:59 +02:00 |
|
Rokas Kupstys
|
5dc78a0c66
|
[SQUASH] Get rid of _initialize() and fix informatives for dynamic pairlists.
|
2021-09-18 10:48:53 +03:00 |
|