Matthias
|
181b88dc75
|
Don't accept too high fees, assuming they are erroneous
Forces fallback to "detection from trades"
|
2020-12-12 10:52:27 +01:00 |
|
Matthias
|
6107878f4e
|
Bump ccxt to 1.39.10
closes #4051
|
2020-12-12 07:08:29 +01:00 |
|
Matthias
|
aab8e36e78
|
Merge pull request #4046 from dmmop/patch-1
Update dockerfile to multistage
|
2020-12-11 09:10:36 +01:00 |
|
Matthias
|
c784e5780e
|
Merge pull request #4054 from freqtrade/models_open_price
Models open price
|
2020-12-11 06:31:02 +01:00 |
|
Matthias
|
95fd3824da
|
Finish renamal of open_trade_price to open_value
|
2020-12-10 19:36:52 +01:00 |
|
Matthias
|
201cc67e05
|
Rename open_trade_price to "open_trade_value"
|
2020-12-10 19:21:20 +01:00 |
|
Matthias
|
76594d5dde
|
Merge pull request #3799 from imxuwang/issue3783
Introduce Telegram /stats endpoint
|
2020-12-10 15:41:09 +01:00 |
|
Matthias
|
ca99d484fc
|
Refactor to use list comprehension
|
2020-12-10 07:39:50 +01:00 |
|
Matthias
|
33f330256b
|
Reorder commands on telegram init
|
2020-12-09 20:36:30 +01:00 |
|
David Martinez Martin
|
25f8e0cc57
|
Added git packages for future dependencies
|
2020-12-09 11:28:45 +01:00 |
|
David Martinez Martin
|
5708098256
|
Move ENV PATH to base image
|
2020-12-09 10:34:38 +01:00 |
|
Matthias
|
7126aa9514
|
Merge pull request #4047 from freqtrade/strategy_manatory
Ensure non-defined attributes fail correctly
|
2020-12-09 10:27:29 +01:00 |
|
Matthias
|
f1af2972e2
|
Ensure non-defined attributes fail correctly
Remove unnecessary check, as stoploss cannot be none (it's mandatory and
a number)
|
2020-12-09 07:55:08 +01:00 |
|
David Martinez Martin
|
e6b3e64534
|
Update dockerfile to multistage
This change reduce the image size from 727Mb to 469Mb.
|
2020-12-09 03:27:59 +01:00 |
|
Matthias
|
d9a86158f4
|
Add cmake to support raspberry 64bit installs
|
2020-12-08 19:46:54 +01:00 |
|
Matthias
|
ad7b29cc1d
|
Merge pull request #4045 from Samaoo/patch-3
Update data-download.md
|
2020-12-08 19:14:17 +01:00 |
|
Samaoo
|
118a22d010
|
Update data-download.md
|
2020-12-08 18:04:26 +01:00 |
|
Matthias
|
3ab5514697
|
Add API endpoint for /stats
|
2020-12-07 15:07:08 +01:00 |
|
Matthias
|
81410fb404
|
Document /stats for telegram
|
2020-12-07 15:03:16 +01:00 |
|
Matthias
|
e873cafdc4
|
Beautify code a bit
|
2020-12-07 14:54:39 +01:00 |
|
Matthias
|
f01d86060a
|
Merge pull request #4040 from freqtrade/dependabot/pip/develop/ccxt-1.38.87
Bump ccxt from 1.38.55 to 1.38.87
|
2020-12-07 08:12:30 +01:00 |
|
Matthias
|
1fd652d3de
|
Merge pull request #4039 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.7
Bump mkdocs-material from 6.1.6 to 6.1.7
|
2020-12-07 08:06:02 +01:00 |
|
dependabot[bot]
|
647e6509a4
|
Bump ccxt from 1.38.55 to 1.38.87
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.38.55 to 1.38.87.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.38.55...1.38.87)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-12-07 05:48:43 +00:00 |
|
dependabot[bot]
|
0c0eb8236d
|
Bump mkdocs-material from 6.1.6 to 6.1.7
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 6.1.6 to 6.1.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/6.1.6...6.1.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-12-07 05:48:23 +00:00 |
|
Matthias
|
51fbd0698c
|
Move get_logs to be static method
|
2020-12-06 19:57:48 +01:00 |
|
Matthias
|
245c19f5e9
|
Add simple test for /stats call
|
2020-12-05 14:48:56 +01:00 |
|
Matthias
|
aa27c9ace2
|
Reorder methods in telegram
/stats is closely related to /profit
|
2020-12-05 14:39:50 +01:00 |
|
Matthias
|
143423145c
|
Refactor most of the logic to rpc.py
this way /stats can be used by other RPC methods too
|
2020-12-05 14:38:42 +01:00 |
|
Matthias
|
c556d1b37e
|
Make /stats working
|
2020-12-05 14:06:46 +01:00 |
|
Matthias
|
8f61b68b2a
|
Merge branch 'develop' into pr/imxuwang/3799
|
2020-12-05 14:06:23 +01:00 |
|
Matthias
|
058d40a72c
|
Fix telegram /daily command without arguments
|
2020-12-05 08:16:40 +01:00 |
|
Matthias
|
71e46794b4
|
Add updating documentation
closes #4036
|
2020-12-04 19:59:26 +01:00 |
|
Matthias
|
f37af9d98a
|
Merge pull request #4033 from Samaoo/patch-2
Put dollar sign after amount in edge.md
|
2020-12-04 19:50:46 +01:00 |
|
Samaoo
|
7f453033a4
|
Update edge.md
|
2020-12-04 16:53:41 +01:00 |
|
Matthias
|
2fbbeb970b
|
Gracefully handle cases where no buy price was found
closes #4030
|
2020-12-04 07:42:16 +01:00 |
|
Matthias
|
22595e6f92
|
Merge pull request #3929 from radwayne/roi_trailing_backtest
change backtesting behaviour if roi and trailing-stop happen at the same time
|
2020-12-03 19:40:46 +01:00 |
|
Matthias
|
01cb676f2c
|
Merge pull request #4015 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.1
Bump python-telegram-bot from 13.0 to 13.1
|
2020-12-02 19:02:10 +01:00 |
|
Matthias
|
9e063b9fc8
|
Merge pull request #4026 from Samaoo/patch-1
Update faq.md
|
2020-12-02 09:05:59 +01:00 |
|
Samaoo
|
9b4a81c0a4
|
Update faq.md
|
2020-12-02 08:40:49 +01:00 |
|
Matthias
|
c09c23eab1
|
Make sure non-int telegram values don't crash the bot
|
2020-12-02 07:51:59 +01:00 |
|
Matthias
|
d039ce1fb3
|
Update available columns for hyperopt
closes #4025
|
2020-12-02 06:46:18 +01:00 |
|
Matthias
|
4f8bc73d1a
|
Merge pull request #4024 from Samaoo/patch-2
Update faq.md
|
2020-12-02 06:40:02 +01:00 |
|
Samaoo
|
3c4fe66d86
|
Update faq.md
|
2020-12-01 21:50:51 +01:00 |
|
Samaoo
|
4bc24ece41
|
Update faq.md
|
2020-12-01 21:49:50 +01:00 |
|
Samaoo
|
c1fffb9925
|
Update faq.md
|
2020-12-01 21:38:54 +01:00 |
|
Matthias
|
d6cc3d7374
|
Improve FAQ
related to question in #4023
|
2020-12-01 19:58:06 +01:00 |
|
Matthias
|
5dfa1807a3
|
Fix tests after small updates
|
2020-12-01 19:57:43 +01:00 |
|
Matthias
|
36b7edc342
|
Update typing errors
|
2020-12-01 19:57:09 +01:00 |
|
Matthias
|
de0c5f9133
|
Merge pull request #4022 from freqtrade/pi_setup
improve setup.sh script
|
2020-12-01 07:03:26 +01:00 |
|
Matthias
|
cec771b593
|
Ask for plotting dependency installation
|
2020-12-01 06:48:16 +01:00 |
|