Sam Germain
|
ffadc7426c
|
Removed exchange file modifications
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
c5ce8c6dd8
|
fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
0d5749c508
|
Set default leverage to 1.0
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
9ddb6981dd
|
Updated tests to new persistence
|
2021-07-26 23:09:46 -06:00 |
|
Matthias
|
75b2c9ca1b
|
Fix migrations, revert some parts related to amount properties
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
25ff726921
|
Wrote all tests for shorting
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
4d057b8047
|
Updated ratio calculation, updated short tests
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
3a8a9eb255
|
Kraken interest test comes really close to passing
Added more trades to conftest_trades
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
876386d2db
|
Made borrowed a computed property
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
2a50f4ff7b
|
Turned amount into a computed property
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
da81be9050
|
About 15 margin tests pass
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
6f6deae376
|
added exception checks to LocalTrade.leverage and LocalTrade.borrowed
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
c68a0f05d8
|
Added types to setters
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
691a042e29
|
Set leverage and borowed to computed properties
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
692c55088a
|
Started some pytests for short and leverage
1 short test passes
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
b6cc3f02bf
|
Created interest function
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
613eecf16a
|
Adding templates for leverage/short tests
All previous pytests pass
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
67341aa4f2
|
Added changes suggested in pull request, fixed breaking changes,
can run the bot again
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
20dcd9a1a2
|
Added changed to persistance/migrations
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
69e81100e4
|
Updated Trade class
|
2021-07-26 23:09:46 -06:00 |
|
Sam Germain
|
a27171b371
|
Updated LocalTrade and Order classes
|
2021-07-26 23:09:46 -06:00 |
|
Matthias
|
27fe6e0a1b
|
Merge pull request #5325 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.22
Bump sqlalchemy from 1.4.21 to 1.4.22
|
2021-07-26 18:17:50 +02:00 |
|
Matthias
|
d2d21baa04
|
Merge pull request #5326 from freqtrade/dependabot/pip/develop/coveralls-3.2.0
Bump coveralls from 3.1.0 to 3.2.0
|
2021-07-26 18:16:46 +02:00 |
|
Matthias
|
5c011cba73
|
Merge pull request #5317 from samgermain/fix-spammy-console
Log level set to debug on exchange.get_rate
|
2021-07-26 18:12:36 +02:00 |
|
dependabot[bot]
|
6a3838ea4b
|
Bump coveralls from 3.1.0 to 3.2.0
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases)
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.1.0...3.2.0)
---
updated-dependencies:
- dependency-name: coveralls
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-26 03:01:20 +00:00 |
|
dependabot[bot]
|
0f82174c52
|
Bump sqlalchemy from 1.4.21 to 1.4.22
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.21 to 1.4.22.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-26 03:01:16 +00:00 |
|
Sam Germain
|
05f74bdf53
|
Changed log ouput to debug in exchange.get_rate
|
2021-07-25 16:13:04 -06:00 |
|
Sam Germain
|
b42afb9dae
|
get_rate checks if side is buy for some console output
|
2021-07-24 17:14:54 -06:00 |
|
Matthias
|
b84a1d0c92
|
Don't crash when *_params is not defined in strategy
closes #5407
|
2021-07-22 20:21:04 +02:00 |
|
Matthias
|
f870c0099b
|
Merge pull request #5300 from samgermain/ubuntu-setup-fix
Fixed setup for python3.9 on ubuntu
|
2021-07-20 07:04:08 +02:00 |
|
Matthias
|
e4b42b2b5b
|
Merge pull request #5284 from samgermain/merge_get_buy_sell_rate
Merge get_buy_rate and get_sell_rate
|
2021-07-20 06:54:47 +02:00 |
|
Sam Germain
|
550a9de097
|
Fixed setup for python3.9 on ubuntu
|
2021-07-19 16:25:36 -06:00 |
|
Matthias
|
1f5504975c
|
Merge pull request #5289 from freqtrade/dependabot/pip/develop/ta-lib-0.4.21
Bump ta-lib from 0.4.20 to 0.4.21
|
2021-07-19 20:08:34 +02:00 |
|
Sam Germain
|
b0bfbb6558
|
removed buy and sell merge, updated strategy name, removed default side for get_rate
|
2021-07-19 11:37:52 -06:00 |
|
Matthias
|
d13524f7c1
|
Update ta-lib wheels
|
2021-07-19 19:36:24 +02:00 |
|
Matthias
|
59916d0e8b
|
Merge pull request #5288 from freqtrade/dependabot/pip/develop/mkdocs-1.2.2
Bump mkdocs from 1.2.1 to 1.2.2
|
2021-07-19 08:06:23 +02:00 |
|
Matthias
|
cd9341a116
|
Merge pull request #5295 from freqtrade/dependabot/pip/develop/numpy-1.21.1
Bump numpy from 1.21.0 to 1.21.1
|
2021-07-19 07:01:48 +02:00 |
|
dependabot[bot]
|
fe8de98832
|
Bump mkdocs from 1.2.1 to 1.2.2
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2.1...1.2.2)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 04:47:28 +00:00 |
|
Matthias
|
55f3877ee6
|
Merge pull request #5290 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.11
Bump mkdocs-material from 7.1.10 to 7.1.11
|
2021-07-19 06:46:36 +02:00 |
|
Matthias
|
c434d99b4f
|
Merge pull request #5291 from freqtrade/dependabot/pip/develop/requests-2.26.0
Bump requests from 2.25.1 to 2.26.0
|
2021-07-19 06:46:21 +02:00 |
|
Matthias
|
31b19b9a58
|
Merge pull request #5294 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.21
Bump sqlalchemy from 1.4.20 to 1.4.21
|
2021-07-19 06:44:32 +02:00 |
|
dependabot[bot]
|
bff353a299
|
Bump numpy from 1.21.0 to 1.21.1
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.21.1)
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 04:41:25 +00:00 |
|
Matthias
|
56c3e0c3ba
|
Merge pull request #5293 from freqtrade/dependabot/pip/develop/questionary-1.10.0
Bump questionary from 1.9.0 to 1.10.0
|
2021-07-19 06:40:54 +02:00 |
|
Matthias
|
3a3ef4f35d
|
Merge pull request #5292 from freqtrade/dependabot/pip/develop/ccxt-1.53.25
Bump ccxt from 1.52.83 to 1.53.25
|
2021-07-19 06:40:35 +02:00 |
|
dependabot[bot]
|
b7c951eacc
|
Bump sqlalchemy from 1.4.20 to 1.4.21
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.20 to 1.4.21.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 03:01:19 +00:00 |
|
dependabot[bot]
|
7efad98e47
|
Bump questionary from 1.9.0 to 1.10.0
Bumps [questionary](https://github.com/tmbo/questionary) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/tmbo/questionary/releases)
- [Commits](https://github.com/tmbo/questionary/compare/1.9.0...1.10.0)
---
updated-dependencies:
- dependency-name: questionary
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 03:01:13 +00:00 |
|
dependabot[bot]
|
4a26889743
|
Bump ccxt from 1.52.83 to 1.53.25
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.52.83 to 1.53.25.
- [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.83...1.53.25)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 03:01:10 +00:00 |
|
dependabot[bot]
|
31b3b49999
|
Bump requests from 2.25.1 to 2.26.0
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 03:01:04 +00:00 |
|
dependabot[bot]
|
c1f1dfb36e
|
Bump mkdocs-material from 7.1.10 to 7.1.11
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.10 to 7.1.11.
- [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.10...7.1.11)
---
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-19 03:01:00 +00:00 |
|
dependabot[bot]
|
e9d9668e8a
|
Bump ta-lib from 0.4.20 to 0.4.21
Bumps [ta-lib](https://github.com/mrjbq7/ta-lib) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/mrjbq7/ta-lib/releases)
- [Changelog](https://github.com/mrjbq7/ta-lib/blob/master/CHANGELOG)
- [Commits](https://github.com/mrjbq7/ta-lib/compare/TA_Lib-0.4.20...TA_Lib-0.4.21)
---
updated-dependencies:
- dependency-name: ta-lib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-19 03:00:56 +00:00 |
|