Commit Graph

1143 Commits

Author SHA1 Message Date
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
hroff-1902 e2b9c24856 Docs: Fix sample in strategy-advanced 2020-05-12 13:54:13 +03:00
prashanthsandela 258071928f
Correct log path in doc. 2020-05-11 17:21:04 -07:00
dependabot-preview[bot] 96710d42f5
Bump mkdocs-material from 5.1.5 to 5.1.6
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.5 to 5.1.6.
- [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.5...5.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:13:06 +00:00
Matthias 21c2af2b92 Load jwt_key from config 2020-05-10 19:42:06 +02:00
Matthias b163bb7650
Apply suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:48:29 +02:00
Matthias c2224ed6b7
Fix doc typos
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:47:43 +02:00
Matthias 2406e20be2
Update docs/rest-api.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:36:43 +02:00
Matthias d9e4f41a35 Add documentation for JWt 2020-05-10 16:14:35 +02:00
hroff-1902 2307495f28
Update docs/configuration.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-08 20:10:16 +03:00
hroff-1902 1b448f57b9
Merge pull request #3242 from freqtrade/feat/trade_show
New subcommand show-trades
2020-05-05 19:26:59 +03:00
dependabot-preview[bot] 32eb1c5705
Bump mkdocs-material from 5.1.3 to 5.1.5
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.3 to 5.1.5.
- [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.3...5.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:19:26 +00:00
Matthias 1c9c72937e Adjust trade-ids param 2020-05-03 15:32:09 +02:00
Matthias 7dcef58f15 Add show-trades to documentation 2020-05-02 11:50:53 +02:00
jpribyl bd51cd332b Cancel all open orders after receiving /stop or ctrl+c 2020-05-01 10:36:11 -06:00
Matthias 69b44234a4
Update docs/backtesting.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-29 10:47:53 +02:00
Matthias 74281a16fd
Move to the last point and clarify further 2020-04-29 10:39:55 +02:00
Matthias 1a6ddfcaeb
Be clear on evaluation logic during backtesting 2020-04-29 10:37:48 +02:00
hroff-1902 fedcf1db52
Merge pull request #3217 from freqtrade/remove_deprecation
Remove deprecated pairlist and binary
2020-04-27 19:41:54 +03:00
Matthias 3754bf46ed
Change wording in deprecation messages
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-27 17:13:30 +02:00
hroff-1902 9ebc997e9d
Merge pull request #3215 from freqtrade/backtest_use_pairlists
Backtest use pairlists
2020-04-27 13:34:06 +03:00
dependabot-preview[bot] abbb3254b2
Bump mkdocs-material from 5.1.1 to 5.1.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.1 to 5.1.3.
- [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.1...5.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:03:59 +00:00
hroff-1902 9ed627091b
Merge pull request #3216 from freqtrade/hyperopt_docs
Hyperopt should mention that a strategy is mandatory.
2020-04-27 10:13:14 +03:00
Matthias e928c5fdaf
Update docs/hyperopt.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-04-27 07:15:37 +02:00
hroff-1902 485e324d36
Merge pull request #2872 from freqtrade/interface_ordertimeoutcallback
Buy order timeout callback
2020-04-25 19:02:15 +03:00
Matthias 255a43c98e Update price timeout example 2020-04-25 17:25:18 +02:00
Matthias 9fa21628d7 Deprecate keys other than quoteVolume
fixes #2981
2020-04-25 16:29:17 +02:00
Matthias d1a24db6b7 Remove deprecated pairlist and binary 2020-04-25 16:04:10 +02:00
Matthias a3a045dbd4 Add small section noting that a strategy file is always necessary
fix #3047
2020-04-25 15:54:46 +02:00
Matthias 57345476ab Document pairlists for backtesting 2020-04-25 15:39:27 +02:00
hroff-1902 c230a94d55 Fix #3065 2020-04-25 11:23:54 +03:00
jpribyl 662ec1cd60 Update wording in expectancy docs and add example 2020-04-22 18:45:33 -06:00