Matthias
|
3f10430eb5
|
Version bump to 2021.9
|
2021-11-27 09:53:34 +01:00 |
|
Matthias
|
6ca6f62509
|
Remove duplicate code in optimize_reports
|
2021-11-27 09:39:10 +01:00 |
|
Matthias
|
450293878f
|
Merge pull request #5964 from stash86/fix-docs
Add more words on VolumePairlist backtest error message
|
2021-11-26 07:48:24 +01:00 |
|
Matthias
|
897788de17
|
Reformulate exception to be "nicer"
|
2021-11-26 07:02:50 +01:00 |
|
Stefano Ariestasia
|
5307d2bf3b
|
Trimming the sentence
|
2021-11-25 17:04:04 +09:00 |
|
Stefano Ariestasia
|
0d1e84cf55
|
Add more words
Because apparently, we get at least 1 question about this everyday in Discord
|
2021-11-25 16:00:10 +09:00 |
|
Matthias
|
b8cefd687e
|
Add api_version to botresponse
|
2021-11-23 07:08:55 +01:00 |
|
Rokas Kupstys
|
78a00f2518
|
Use market data to get base and quote currencies in @informative() decorator.
|
2021-11-22 09:27:45 +02:00 |
|
Matthias
|
64e34f382e
|
Sell-fill should include open-rate
|
2021-11-22 07:13:22 +01:00 |
|
Matthias
|
f8f7d81fc2
|
Update strategy template to use parameters
|
2021-11-20 11:39:21 +01:00 |
|
Matthias
|
4d1d8de9b7
|
Split /stats messages
closes #5869
|
2021-11-14 10:20:04 +01:00 |
|
Matthias
|
c70fdea886
|
Merge pull request #5847 from stash86/kucoin-api
Hardcoded temp fix for Kucoin API issue
|
2021-11-14 10:11:02 +01:00 |
|
Matthias
|
5b9cbaf277
|
Use Close value for trade signal calculation
|
2021-11-14 09:50:04 +01:00 |
|
Matthias
|
33f00d23b9
|
Merge pull request #5885 from ethanopp/develop
Include more details in _FILL telegram notifications
|
2021-11-14 09:37:58 +01:00 |
|
Stefano Ariestasia
|
632c1bc0aa
|
Add static workaround for kucoin 429000 issue
closes #5700
|
2021-11-14 09:31:38 +01:00 |
|
Matthias
|
7c11619924
|
avoid using replace in messages
|
2021-11-14 09:19:21 +01:00 |
|
ethan
|
c4c1b301cd
|
buy notification code consolidation
|
2021-11-13 15:46:00 -05:00 |
|
ethan
|
0bc9384451
|
more notification code consolidation
|
2021-11-13 14:52:59 -05:00 |
|
ethan
|
7412b7ba51
|
buy/sell fill notification code consolidation
|
2021-11-13 10:23:47 -05:00 |
|
ethan
|
a177e58dc4
|
Remove "currency" generating from splitting pair str
|
2021-11-13 08:49:02 -05:00 |
|
Matthias
|
df27499e19
|
Improve /help output from telegram
|
2021-11-13 08:46:06 +01:00 |
|
ethan
|
32e3376296
|
Update buy/sell fill telegram notifications
|
2021-11-12 21:49:07 -05:00 |
|
ethan
|
a237667bc9
|
Update buy/sell fill telegram notifications
|
2021-11-12 16:18:04 -05:00 |
|
Matthias
|
e0fd880c11
|
Improve some more pct formattings
|
2021-11-11 16:12:23 +01:00 |
|
Matthias
|
4eb9038358
|
Some more fixes to % formatting
|
2021-11-11 15:06:16 +01:00 |
|
Matthias
|
1b271d0840
|
Improve % outputs to not use explicit "pct" entries
|
2021-11-11 12:58:38 +01:00 |
|
Matthias
|
ce2aa1dc69
|
Small formatting upgrades
|
2021-11-11 12:06:18 +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
|
d3d17f9f8b
|
Only allow min-stake adjustments of up to 30%
fix #5856
|
2021-11-10 06:57:22 +01:00 |
|
Matthias
|
23a566b478
|
validate_stake_amount should not be a private method
|
2021-11-10 06:38:24 +01:00 |
|
Matthias
|
6267678ca9
|
Use doublequotes for docstrings
|
2021-11-09 10:40:01 +00:00 |
|
Matthias
|
f9e5a25b36
|
Add docstring style to Contributing
|
2021-11-09 07:48:25 +00:00 |
|
Matthias
|
ae0e72a945
|
Provide strategy with copied objects
avoids accidental modification of crucial elements in a trade object
part of #5828
|
2021-11-08 19:59:29 +01:00 |
|
Matthias
|
e4cca63163
|
Align sell_reason assignment location
trade mode sets it after "exit confirmation" - so should backtesting
detected in #5828
|
2021-11-08 19:32:13 +01:00 |
|
Matthias
|
f2be820f73
|
Merge pull request #5855 from freqtrade/multi_ohlcv_calls
Provide more historic data in trade mode
|
2021-11-08 19:30:40 +01:00 |
|
Matthias
|
c11e1a84e4
|
Fix wrong logging
detected in #5856
|
2021-11-07 15:41:04 +01:00 |
|
Matthias
|
de4bc7204d
|
Update documentation to clarify new behaviour
|
2021-11-07 15:36:43 +01:00 |
|
Matthias
|
a08dd17bc1
|
Use startup_candle-count to determine call count
|
2021-11-07 13:10:40 +01:00 |
|
Matthias
|
9fa64c2647
|
Allow multiple calls to get more candles in live-run
|
2021-11-07 11:31:59 +01:00 |
|
Matthias
|
fb6ba62158
|
Add default to "is_new_pair"
|
2021-11-07 11:08:30 +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
|
25fcab0794
|
Enhance /show_config endpoint
|
2021-11-06 16:20:18 +01:00 |
|
Matthias
|
fef7da03b2
|
Merge pull request #5850 from freqtrade/timeout_forcesell
multiple exit-timeouts can trigger emergencysell
|
2021-11-06 16:20:06 +01:00 |
|
Antoine Merino
|
d0e192e20f
|
Fix naive timezone for /daily command
|
2021-11-06 13:14:15 +01:00 |
|
Matthias
|
f7dc47b1c8
|
Add test for exit_timeout_count
|
2021-11-06 13:10:41 +01:00 |
|
Antoine Merino
|
3c33b48fd5
|
Fix naive timezones
|
2021-11-06 13:09:15 +01:00 |
|
Matthias
|
7a907a7636
|
Add Emergencyselling after X timeouts have been reached
|
2021-11-06 11:48:49 +01:00 |
|
Antoine Merino
|
8eabdd659f
|
Fix missing CallbackQueryHandler
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
|
2021-11-05 22:51:35 +01:00 |
|
Antoine Merino
|
70253258f0
|
Test /monthly & clean
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
|
2021-11-05 22:33:06 +01:00 |
|