Matthias
|
c52edcff4d
|
Merge pull request #4677 from mads03dk/get_trade
Add API endpoint for getting a specific trade
|
2021-04-16 19:57:58 +02:00 |
|
Matthias
|
9f2b6ee9a5
|
Merge pull request #4740 from freqtrade/decimal_stoploss_Hyperopt
stoploss and roi skdecimal spaces hyperopt
|
2021-04-16 19:46:07 +02:00 |
|
Matthias
|
5c579613e1
|
add /trade endpoint to rest_client script
|
2021-04-16 19:42:13 +02:00 |
|
Matthias
|
aeb81f90ff
|
Implement errorhandling for /trade endpoint
|
2021-04-16 19:35:56 +02:00 |
|
Matthias
|
e6936ae135
|
Improve wording in docs
|
2021-04-16 19:16:29 +02:00 |
|
Matthias
|
ccd4ef905e
|
Merge pull request #4742 from theomart/patch-2
Correct get_min_pair_stake_amount formula
|
2021-04-16 13:49:46 +02:00 |
|
Matthias
|
8ce5522a10
|
Add additional documentation for SKDecimal space
|
2021-04-16 08:00:04 +02:00 |
|
Matthias
|
2011912a19
|
Adapt documentation to use 3 decimals only
|
2021-04-16 07:46:00 +02:00 |
|
grillzoo
|
01b303e0f9
|
Aligning the doc
|
2021-04-15 21:58:07 +01:00 |
|
grillzoo
|
5e51ba6258
|
fix flake8
|
2021-04-15 21:38:00 +01:00 |
|
Matthias
|
ce870bbcf7
|
Use 3 decimals for ROI space
|
2021-04-15 21:38:20 +02:00 |
|
Matthias
|
a7f8da4bd5
|
Merge pull request #4713 from ugurcemozturk/patch-1
chore(readme): Fix markdown of docker manual
|
2021-04-15 16:16:02 +02:00 |
|
Matthias
|
7142787256
|
Roll back unintended changes that break rendering
|
2021-04-15 15:41:35 +02:00 |
|
Matthias
|
db9887c335
|
Merge pull request #4743 from JoeSchr/patch-1
remove `copy()` from `custom_info` example
|
2021-04-15 15:34:50 +02:00 |
|
JoeSchr
|
c9c039d640
|
remove copy() from custom_info example
`set_index` automatically copies if not stated otherwise with `inplace=True`
> inplacebool, default False
If True, modifies the DataFrame in place (do not create a new object).
from: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.set_index.html?highlight=set_index#pandas.DataFrame.set_index
|
2021-04-15 15:21:28 +02:00 |
|
Théo Martin
|
ce23d9dfee
|
Fix test min stake amount
|
2021-04-15 01:38:08 +01:00 |
|
Théo Martin
|
885096f2b3
|
Update tests for get_min_pair_stake_amount
|
2021-04-15 01:22:52 +01:00 |
|
Théo Martin
|
fa343b0484
|
Fix get_min_pair_stake_amount formula
|
2021-04-15 01:19:30 +01:00 |
|
Matthias
|
52c482cecf
|
Convert trailing and roi defaults to skdecimal
|
2021-04-14 20:36:34 +02:00 |
|
Matthias
|
e820814809
|
Default-stoploss-hyperopt should use decimal space, nto real
|
2021-04-14 20:32:34 +02:00 |
|
Matthias
|
862df2b431
|
Add blacklist recommendation for kucoin
closes #4738
|
2021-04-14 19:43:32 +02:00 |
|
Matthias
|
6beb1c223f
|
Merge pull request #4734 from freqtrade/get_tickers_ccache
/balance should use cached tickers when possible
|
2021-04-14 06:30:22 +02:00 |
|
Matthias
|
ba38e398e4
|
Add type hint
|
2021-04-13 22:17:42 +02:00 |
|
Matthias
|
c316531c49
|
make tests 3.7 compatible
|
2021-04-13 22:07:01 +02:00 |
|
Matthias
|
c2f35ce416
|
/balance should use cached tickers when possible
|
2021-04-13 20:21:03 +02:00 |
|
Matthias
|
82d66410f7
|
Fix /performance output
if multiple messages are necessary
closes #4726
|
2021-04-13 19:20:57 +02:00 |
|
Matthias
|
521e48c94a
|
Add doc section for Kucoin
part of #4723
|
2021-04-13 13:55:08 +02:00 |
|
Matthias
|
e4bb6b1582
|
Add kucoin exchange subclass
Kucoin has some specific orderbook restrictions
closes #4723
|
2021-04-13 12:28:07 +02:00 |
|
Matthias
|
b0bd73272c
|
Merge pull request #4730 from wr0ngc0degen/develop
update conda dependencies to make compatible with tables package
|
2021-04-13 12:19:49 +02:00 |
|
Matthias
|
638cd4e8f1
|
Upgrade cleanup action to latest version
|
2021-04-13 12:04:22 +02:00 |
|
Matthias
|
37c8fd6ad7
|
Remove arrow from models.py
|
2021-04-13 11:55:03 +02:00 |
|
wr0ngc0degen
|
e0f2bb6160
|
update conda dependencies to make compatible with tables package
- restrict python version in conda's environment.yml to fixed installation issues due to current incompatibility of tables package with python 3.9
|
2021-04-13 11:44:07 +02:00 |
|
Matthias
|
59cfbbee17
|
Merge pull request #4724 from csteeg/develop
Fixes FTX stoploss on echange throwing an error
|
2021-04-13 08:41:52 +02:00 |
|
Matthias
|
99e7ee1273
|
Fix ftx stoploss creation test
|
2021-04-13 08:26:41 +02:00 |
|
Matthias
|
f1cf56cc42
|
Update current_whitelist test
|
2021-04-13 06:57:21 +02:00 |
|
Matthias
|
9b23be4021
|
Return a copy from current_whitelist
this avoids manipulating of the pair whitelist from within a strategy
|
2021-04-13 06:49:53 +02:00 |
|
Matthias
|
4b902d6eb8
|
Don't use response-model on trades endpoint for now
|
2021-04-13 06:23:11 +02:00 |
|
Matthias
|
9a58a85347
|
Don't export "hum" date versions for trade objects.
They are not used and have a rather high performance penalty due to
using arrow.get
|
2021-04-13 06:17:11 +02:00 |
|
Matthias
|
b60c2bc9b6
|
Merge pull request #4725 from freqtrade/brew_install
Update brew before installing packages
|
2021-04-13 06:06:51 +02:00 |
|
Matthias
|
1194d0c0f4
|
Update brew before installing packages
|
2021-04-12 20:06:18 +02:00 |
|
Matthias
|
cb60db01b1
|
Merge pull request #4703 from freqtrade/decimal_space
Add SKDecimal Space
|
2021-04-12 19:18:10 +02:00 |
|
Chris van de Steeg
|
d4dc05980c
|
Update ftx.py
Stoploss price should be set as param instead of passing it as price according to ccxt
|
2021-04-12 16:01:46 +02:00 |
|
Matthias
|
f1ac6853fc
|
Fix discord invite link
|
2021-04-12 11:11:53 +02:00 |
|
Matthias
|
b4a2d00698
|
Merge pull request #4719 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.7
Bump sqlalchemy from 1.4.5 to 1.4.7
|
2021-04-12 08:13:10 +02:00 |
|
Matthias
|
8fe2a9cdc9
|
Merge pull request #4720 from freqtrade/dependabot/pip/develop/ccxt-1.47.47
Bump ccxt from 1.46.38 to 1.47.47
|
2021-04-12 08:12:12 +02:00 |
|
Matthias
|
0a91d2c7ce
|
Merge pull request #4721 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.1
Bump mkdocs-material from 7.1.0 to 7.1.1
|
2021-04-12 08:01:36 +02:00 |
|
dependabot[bot]
|
c19ebc0157
|
Bump mkdocs-material from 7.1.0 to 7.1.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.0 to 7.1.1.
- [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.0...7.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-12 05:26:58 +00:00 |
|
dependabot[bot]
|
53bbb2b42c
|
Bump ccxt from 1.46.38 to 1.47.47
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.46.38 to 1.47.47.
- [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.46.38...1.47.47)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-12 05:26:47 +00:00 |
|
dependabot[bot]
|
1b925ec4a9
|
Bump sqlalchemy from 1.4.5 to 1.4.7
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.5 to 1.4.7.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-12 05:26:11 +00:00 |
|
Ugur Cem Ozturk
|
906c4e64d3
|
chore(readme): Fix markdown of docker manual
Link to docker-compose was pointing to the one from develop branch. It's changed as with the stable docker-compose.
|
2021-04-11 15:38:08 +03:00 |
|