Commit Graph

1174 Commits

Author SHA1 Message Date
Matthias b27348490d
Add rate-limiting note for Kraken datadownload 2020-06-05 13:59:00 +02:00
hroff-1902 2cc47f651d
Merge pull request #3408 from freqtrade/apiserver_logging
Apiserver logging
2020-06-02 14:32:44 +03:00
hroff-1902 2928687acf
Merge pull request #3426 from freqtrade/percent_ratio
Remove deprecated setting
2020-06-02 02:17:23 +03:00
Matthias 67a3c32373 Remove some occurances of percentage 2020-06-01 20:02:12 +02:00
Matthias 3139343946 Remove capital_available_percentage and raise instead 2020-06-01 19:58:28 +02:00
Matthias 65c5bba189
Fix typo in docs
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-01 12:45:59 +02:00
dependabot-preview[bot] b06c1daddb
Bump mkdocs-material from 5.2.1 to 5.2.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.2.1...5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 09:19:38 +00:00
Matthias 7ad1c7e817 Allow lower verbosity level for api server
Not logging all calls makes sense when running the UI
otherwise this is VERY verbose, clogging up the log.
2020-05-31 09:51:45 +02:00
hroff-1902 a162b911b6
Merge pull request #3398 from freqtrade/ccxt_config_combine
combine CCXT configurations ...
2020-05-30 21:49:44 +03:00
Matthias a0d6a72bc8
Update docs/configuration.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-30 19:26:47 +02:00
Matthias e03bde9109
Merge pull request #3403 from freqtrade/hroff-1902-patch-2
minor: Fix docs
2020-05-30 19:21:39 +02:00
Matthias e505a1b840
Merge pull request #3402 from freqtrade/hroff-1902-patch-1
Docs: fix #3401
2020-05-30 19:18:40 +02:00
hroff-1902 48915d7945
minor: Fix docs 2020-05-30 19:35:44 +03:00
hroff-1902 fe40e8305d
fix #3401 2020-05-30 18:58:11 +03:00
Matthias 28b35178e9
Update doc wording
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-30 11:24:29 +02:00
Matthias 76ce2c6653 Document FTX subaccount configuration 2020-05-30 10:46:04 +02:00
Matthias f187753f8f Add ccxt_sync_config to simplify ccxt configuration 2020-05-30 10:45:50 +02:00
Matthias 2ed10aeb9b Add to missing point in documentation 2020-05-29 19:39:13 +02:00
Matthias ea5daee505 Allow changing severity of strategy-validations to log only. 2020-05-29 19:37:18 +02:00
Matthias 9f8b21de4a
Merge pull request #3358 from hroff-1902/refactor_generate_pairlist
Split the pairlist generation logic and filtering
2020-05-29 14:16:15 +02:00
hroff-1902 43225cfdcf
Update docs/developer.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-29 11:28:09 +03:00
hroff-1902 909b812550
Update developer.md 2020-05-29 00:28:24 +03:00
dependabot-preview[bot] 781de767ed
Bump mkdocs-material from 5.1.7 to 5.2.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.7 to 5.2.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.7...5.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 09:02:46 +00:00
Matthias 3b5ccf2efe Fix documentation link 2020-05-20 19:48:25 +02:00
hroff-1902 30d1a85895 Adjust docs 2020-05-18 23:46:23 +03:00
Matthias 63b6f171f9
Merge pull request #3331 from freqtrade/hroff-1902-patch-1
Improve Pairlist docs
2020-05-18 22:02:18 +02:00
hroff-1902 2c6c287c4b
Address comments made in review 2020-05-18 22:24:38 +03:00
hroff-1902 cc28aae5cb
Fix the links again 2020-05-18 12:44:20 +03:00
hroff-1902 d57ef6a2a6
Pairlist Section reworked 2020-05-18 12:39:52 +03:00
hroff-1902 7d80f8d25c
Fix links in docs 2020-05-18 12:02:16 +03:00
dependabot-preview[bot] a447efbe57
Bump mkdocs-material from 5.1.6 to 5.1.7
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.6...5.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 09:00:45 +00:00
Matthias 7a11219b61
Reword some documentation strings
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-16 13:17:48 +02:00
Matthias 2a1fcc0f06 Merge branch 'develop' into pr/jpribyl/3210-1 2020-05-16 13:09:38 +02:00
hroff-1902 72165a1926
Merge pull request #3238 from hroff-1902/dataprovider-add-ticker
Add ticker to dataprovider
2020-05-15 22:03:01 +03:00
hroff-1902 ac076ee0af
Update docs/strategy-customization.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-15 21:51:33 +03:00
hroff-1902 06b12c0a70
Add warning to docs for ticker data 2020-05-15 18:46:28 +03:00
hroff-1902 323b491962
Add description and example for dp.ticker() to the docs 2020-05-15 16:35:48 +03:00
hroff-1902 8e4ffea52b
Merge pull request #3239 from freqtrade/feat/fee_handling
Improve fee handling
2020-05-14 18:48:48 +03:00
Matthias fb92300cfa
Update docs/docker.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-14 15:48:23 +02:00
Matthias 38fd361c68
Add note about PI and docker 2020-05-14 14:40:40 +02:00
hroff-1902 ced812660b
Minor fix in the strategy docs 2020-05-13 22:37:50 +03:00
hroff-1902 b4d2433fc1
Merge pull request #3267 from GrilledChickenThighs/develop
Method for accessing current pairlist inside strategy.
2020-05-13 21:29:39 +03:00
hroff-1902 b3dd0a68d5
minor: fix typo in configuration.md 2020-05-13 18:51:38 +03:00
Pedro Torres 6ff457e391
Update doc Ta_lib
Update the document with the latest Ta_lib-0.4.18. 👍 
The requirements-common.txt has been updated previously on commit a379e68cf4
2020-05-13 20:50:11 +08:00
Paul D. Mendes 6e86a47764 updated docs 2020-05-13 14:49:16 +04:00
Matthias 0c3bdd66ac Update sql cheatsheet iwth current table structure 2020-05-13 06:50:52 +02:00
Paul D. Mendes 87d9388a9c Merge branch 'develop' of https://github.com/freqtrade/freqtrade into develop 2020-05-13 00:32:46 +04:00
Paul D. Mendes 63dfe3669f Updated docs for #3267 2020-05-13 00:25:57 +04:00
hroff-1902 4c9131bd64
Merge pull request #3291 from hroff-1902/minor-fix-docs2
Docs: Fix samples in strategy-advanced.md
2020-05-12 15:05:07 +03:00
hroff-1902 f1367b38a4 Docs: Fix the fix 2020-05-12 14:42:33 +03:00