Matthias
|
b41c234440
|
Extract Closed profit calculation to trade object
|
2021-07-12 06:54:06 +02:00 |
|
Matthias
|
ed77889d6b
|
Add explicit tests for _validate_stake_amount
|
2021-07-12 06:52:59 +02:00 |
|
Matthias
|
c583452a5a
|
Merge pull request #5263 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.10
Bump mkdocs-material from 7.1.9 to 7.1.10
|
2021-07-12 06:40:10 +02:00 |
|
Matthias
|
5f94c3f81b
|
Merge pull request #5262 from freqtrade/dependabot/pip/develop/ccxt-1.52.83
Bump ccxt from 1.52.40 to 1.52.83
|
2021-07-12 06:38:01 +02:00 |
|
dependabot[bot]
|
21ef08d9a8
|
Bump mkdocs-material from 7.1.9 to 7.1.10
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.9 to 7.1.10.
- [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/7.1.9...7.1.10)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-12 03:01:34 +00:00 |
|
dependabot[bot]
|
f4caf9b93c
|
Bump ccxt from 1.52.40 to 1.52.83
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.52.40 to 1.52.83.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.52.40...1.52.83)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-12 03:01:29 +00:00 |
|
Matthias
|
8b78a3bde2
|
Quick fix for trades opening below min-trade amount
|
2021-07-11 21:01:12 +02:00 |
|
Matthias
|
38296e8689
|
Merge pull request #5189 from rokups/rk/custom-stake
Implement strategy-controlled stake sizes
|
2021-07-11 19:45:43 +02:00 |
|
Matthias
|
7ea0a74c53
|
Default to proposed stake
|
2021-07-11 14:11:41 +02:00 |
|
Rokas Kupstys
|
0e4466ca1e
|
Implement strategy-controlled stake sizes. Expose self.wallet to a strategy.
|
2021-07-11 12:38:58 +03:00 |
|
Matthias
|
f658cfa349
|
Remove Slack
As the community is mostly active on discord, there's little point in
linking people to Slack as well
|
2021-07-11 11:13:27 +02:00 |
|
Matthias
|
e4e2340f91
|
Fix bug where currencies are duplicated
in case there is dust
|
2021-07-10 10:02:05 +02:00 |
|
Matthias
|
6129c5ca9e
|
Fix deprecation warnings from pandas 1.3.0
closes #5251
|
2021-07-09 20:46:38 +02:00 |
|
Matthias
|
2f33b97b95
|
Validate startup candles for backtesting correctly
closes #5250
|
2021-07-09 07:20:43 +02:00 |
|
Matthias
|
fb25130588
|
Merge pull request #5244 from octaviusgus/develop
fix daily profit data bug and daily profit curve example
|
2021-07-09 07:06:14 +02:00 |
|
Matthias
|
d96d6024f4
|
Merge pull request #5252 from kevinjulian/agefilter-max-days-listed
Fix Agefilter cannot appear on startup messages
|
2021-07-08 20:29:06 +02:00 |
|
Matthias
|
03861945a3
|
Update documentation page too.
|
2021-07-08 20:04:47 +02:00 |
|
kevinjulian
|
2a4a980855
|
Merge branch 'agefilter-max-days-listed' of https://github.com/kevinjulian/freqtrade into agefilter-max-days-listed
|
2021-07-08 19:25:32 +07:00 |
|
kevinjulian
|
863391122f
|
fix short desc not appear
|
2021-07-08 13:42:52 +07:00 |
|
Matthias
|
225522762b
|
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
Range based VolumeFilter
|
2021-07-08 07:22:37 +02:00 |
|
Matthias
|
e5da7ff6db
|
Fix typos and improve wording in docs
|
2021-07-08 07:02:40 +02:00 |
|
Matthias
|
76e51cddba
|
Merge pull request #5246 from nightshift2k/feature/offsetfilter
new filter OffsetFilter for offsetting incoming pairlists
|
2021-07-07 21:06:23 +02:00 |
|
nightshift2k
|
7dc826d6b3
|
warning for range based lookback performance
more readable formatting of examples
|
2021-07-07 20:43:37 +02:00 |
|
nightshift2k
|
5a2bc192d4
|
Update docs/includes/pairlists.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-07-07 20:29:55 +02:00 |
|
nightshift2k
|
4d4ed82db8
|
Update docs/includes/pairlists.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2021-07-07 20:29:52 +02:00 |
|
Matthias
|
62f2597f7a
|
Merge pull request #5228 from kevinjulian/agefilter-max-days-listed
feat(agefilter): add max_days_listed
|
2021-07-07 20:22:04 +02:00 |
|
Matthias
|
682f880630
|
Slightly simplify if statement, add additional test
|
2021-07-07 20:05:56 +02:00 |
|
kevinjulian
|
8248d1acd1
|
run flake8
|
2021-07-07 22:10:22 +07:00 |
|
kevinjulian
|
00a1931f40
|
fix test
|
2021-07-07 21:24:44 +07:00 |
|
nightshift2k
|
c44e87cd30
|
added tests for `OffsetFilter
to `test_pairlist.py`
|
2021-07-07 12:06:55 +02:00 |
|
nightshift2k
|
6cea0ef2d7
|
documentation for OffsetFilter
|
2021-07-07 11:48:26 +02:00 |
|
nightshift2k
|
f30e300f18
|
adjusted test_pairlist.py for fixed rolling sum
|
2021-07-07 11:28:35 +02:00 |
|
nightshift2k
|
3c3772703b
|
changed quoteVolume to be built over a
rolling period using lookback_period
to avoid pair_candles being larger
than requested lookback_period
|
2021-07-07 09:46:05 +02:00 |
|
octaviusgus
|
d1104bd434
|
fix daily profit data and daily profit curve example
|
2021-07-06 22:47:39 +02:00 |
|
Kevin Julian
|
0f3d34eaf4
|
Merge branch 'develop' into agefilter-max-days-listed
|
2021-07-06 19:47:18 +07:00 |
|
kevinjulian
|
502c69dce3
|
change short desc
|
2021-07-06 19:36:42 +07:00 |
|
Matthias
|
dec523eef0
|
Display verison of installed FreqUI
|
2021-07-06 07:20:05 +02:00 |
|
nightshift2k
|
1e87225e91
|
added test_VolumePairList_range to test_pairlist.py
|
2021-07-05 20:59:27 +02:00 |
|
Matthias
|
baf6bca34e
|
Merge pull request #5240 from freqtrade/dependabot/pip/develop/pandas-1.3.0
Bump pandas from 1.2.5 to 1.3.0
|
2021-07-05 19:56:03 +02:00 |
|
Matthias
|
10998eb0fa
|
Remove further usages of int(int_timestamp)
|
2021-07-05 19:51:14 +02:00 |
|
Matthias
|
1682578a39
|
Merge pull request #5234 from nightshift2k/fixups/pairlists
fixup pairlist filters, change float_timestamp to int_timestamp
|
2021-07-05 19:45:35 +02:00 |
|
nightshift2k
|
346d66748b
|
first version of OffsetFilter
|
2021-07-05 12:50:56 +02:00 |
|
nightshift2k
|
5626ca5a06
|
removed unnecessary casting to int()
|
2021-07-05 10:39:22 +02:00 |
|
Matthias
|
70a41a0f67
|
Merge pull request #5239 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.7
Bump python-telegram-bot from 13.6 to 13.7
|
2021-07-05 07:06:28 +02:00 |
|
Matthias
|
eb3ead4930
|
Merge pull request #5229 from kevinjulian/telegram-balance
compact low balance currencies
|
2021-07-05 06:56:35 +02:00 |
|
dependabot[bot]
|
ac7598ff14
|
Bump python-telegram-bot from 13.6 to 13.7
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 13.6 to 13.7.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.6...v13.7)
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-05 04:31:00 +00:00 |
|
dependabot[bot]
|
0c8afea382
|
Bump pandas from 1.2.5 to 1.3.0
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.2.5 to 1.3.0.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.5...v1.3.0)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-05 04:30:54 +00:00 |
|
Matthias
|
94ec9d2366
|
Merge pull request #5237 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.20
Bump sqlalchemy from 1.4.19 to 1.4.20
|
2021-07-05 06:29:58 +02:00 |
|
Matthias
|
6c789e4130
|
Merge pull request #5236 from freqtrade/dependabot/pip/develop/ccxt-1.52.40
Bump ccxt from 1.52.4 to 1.52.40
|
2021-07-05 06:29:39 +02:00 |
|
Matthias
|
1e696c4a20
|
Merge pull request #5235 from freqtrade/dependabot/pip/develop/plotly-5.1.0
Bump plotly from 5.0.0 to 5.1.0
|
2021-07-05 06:29:19 +02:00 |
|