Commit Graph

1311 Commits

Author SHA1 Message Date
Matthias
2afe1d5b11 Add link to full sample 2020-08-08 17:30:31 +02:00
Matthias
09aa954b68 Update strategy-customization documentation 2020-08-08 17:24:19 +02:00
Matthias
5e1032c4af Simplify strategy documentation, move "substrategies" to advanced page 2020-08-08 17:08:38 +02:00
Matthias
f3ce54150e Simplify Telegram table 2020-08-08 15:06:13 +02:00
Matthias
5082acc33f Fix typos in documentation 2020-08-06 07:54:54 +02:00
Matthias
8ed3b81c61 Implement /delete in rest client 2020-08-04 19:57:28 +02:00
dependabot[bot]
809b3ddafc
Bump mkdocs-material from 5.5.0 to 5.5.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.5.0 to 5.5.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/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03 07:17:31 +00:00
dependabot[bot]
838743bf01
Bump mkdocs-material from 5.4.0 to 5.5.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.4.0 to 5.5.0.
- [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/5.4.0...5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-26 08:37:25 +00:00
Matthias
db8f3a9e9b
Merge pull request #3609 from thopd88/develop
Add telegram /trades command
2020-07-25 16:45:09 +02:00
Matthias
e0c14e6214 Add /trades to help (so users know about it) 2020-07-23 07:56:05 +02:00
hroff-1902
a1e292f56a Improve docs 2020-07-22 22:09:30 +03:00
hroff-1902
daee414d7a Fix docs formatting 2020-07-22 21:51:25 +03:00
Matthias
21dcef1134 Add trade_id to webhooks
allowing for easier corelation of different messages
2020-07-20 19:57:05 +02:00
hroff-1902
22c8f845ec
Merge pull request #3606 from freqtrade/docs/informative
Improve informative pair sample
2020-07-20 19:22:48 +03:00
gautier pialat
811028ae92
missing coma in sql request 2020-07-20 07:17:34 +02:00
Pan Long
37a9edfa35 Correct a typo in stop loss doc. 2020-07-20 00:37:06 +08:00
Matthias
49395601e9 Improve informative pair sample 2020-07-19 10:02:06 +02:00
Matthias
ea1ddeb87d
Merge pull request #3570 from gambcl/develop
Added range checks to min_days_listed in AgeFilter
2020-07-19 09:37:17 +02:00
Matthias
bdf611352e Update summary-metrics output 2020-07-14 19:34:01 +02:00
Matthias
2417898d00
Apply documentation suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-07-14 19:27:52 +02:00
hroff-1902
0f4fc67b83
Merge pull request #3582 from freqtrade/data/list
List available backtesting data
2020-07-14 19:38:32 +03:00
Matthias
62c55b1863 Enhance formatting, Add pair filter 2020-07-14 06:55:34 +02:00
Matthias
3811f4692b
Merge pull request #3577 from freqtrade/fix/doctypo
[minor] Fix typo in docs, install sqlite3 in docker image
2020-07-12 12:50:04 +02:00
Matthias
ed2e35ba5d
Update docs/sql_cheatsheet.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-07-12 12:36:16 +02:00
Matthias
33c3990972 Add documentation for list-data command 2020-07-12 10:05:47 +02:00
HumanBot
f0a1a1720f
removed duplicate
removed duplicate word using using
2020-07-11 15:21:54 -04:00
Matthias
ecbca3fab0 Add sqlite3 to dockerfile 2020-07-11 09:13:39 +02:00
Matthias
588043af86 Fix documentation brackets, add delete trade hints 2020-07-11 07:29:11 +02:00
gambcl
14eab9be04 Added min_price, max_price to PriceFilter 2020-07-08 22:02:04 +01:00
dependabot-preview[bot]
4c8bee1e5d
Bump mkdocs-material from 5.3.3 to 5.4.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.3.3 to 5.4.0.
- [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.3.3...5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 09:12:15 +00:00
hroff-1902
839b3340e6
Merge pull request #3497 from freqtrade/keep_dataframe_noapi
Analyze dataframe and keep it until the next analysis
2020-07-05 13:46:02 +03:00
Matthias
75318525a9
Update docs/strategy-advanced.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-07-04 16:41:19 +02:00
Matthias
c4a9a79be0
Apply suggested documentation changes from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-07-04 09:43:49 +02:00
Matthias
ea5e47657a Remove ticker_interval from jupyter notebook 2020-07-03 20:27:32 +02:00
Matthias
987188e41f Add avgduration for winners and losers 2020-07-03 19:58:02 +02:00
Matthias
42868ad24a Add best / worst day to statistics 2020-07-03 19:30:29 +02:00
Matthias
804c42933d Document summary-statistics 2020-07-03 08:02:27 +02:00
Matthias
d56f9655e2 Update notebook with new statistics example 2020-07-03 07:20:43 +02:00
Matthias
619eb183fe Allow strategy for plot-profit
to allow loading of multi-backtest files
2020-07-03 07:03:43 +02:00
HumanBot
61ae471eef
fixed --export trades command
refers to issue 3413 @ https://github.com/freqtrade/freqtrade/issues/3413
2020-06-30 10:13:27 -04:00
Confucius-The-Great
2f759825e4
Update faq.md
Major changes :)
2020-06-30 11:01:00 +02:00
Matthias
c2a6f70b4c Merge branch 'develop' into keep_dataframe_noapi 2020-06-30 07:46:52 +02:00
dependabot-preview[bot]
4e5910afba
Bump mkdocs-material from 5.3.2 to 5.3.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.3.2 to 5.3.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.3.2...5.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 09:03:19 +00:00
Matthias
baaf7f1c54
Merge pull request #3523 from freqtrade/doc/faq
Add missing data fillup to FAQ
2020-06-27 15:48:09 +02:00
Matthias
865b73a456
Merge pull request #3520 from freqtrade/rpc/cors_setting
Fix RPC Cors
2020-06-27 15:38:40 +02:00
Matthias
e11d22a6a2
Apply suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-27 15:31:37 +02:00
Matthias
185fab7b57
Change some wordings in documentation
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-27 15:26:55 +02:00
Matthias
da8e87660e Add missing data fillup to FAQ 2020-06-26 06:39:47 +02:00
gambcl
ab7f5a2bcf Added pairslist AgeFilter 2020-06-24 23:58:12 +01:00
Matthias
b77a105778 Add CORS_origins key to configuration 2020-06-24 20:32:19 +02:00
dependabot-preview[bot]
dcc95d0933
Bump mkdocs-material from 5.3.0 to 5.3.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.3.0 to 5.3.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.3.0...5.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 09:15:33 +00:00
Matthias
eef3c01da7 Fix function header formatting 2020-06-18 19:49:05 +02:00
Matthias
8472fcfff9 Add empty to documentation 2020-06-18 06:50:06 +02:00
Matthias
e5f7610b5d Add bot basics documentation 2020-06-18 06:50:06 +02:00
Matthias
8b186dbe0e Add additional test scenarios 2020-06-18 06:50:06 +02:00
Matthias
84329ad2ca Add confirm_trade* methods to abort buying or selling 2020-06-18 06:50:06 +02:00
Matthias
de676bcaba Document get_analyzed_dataframe for dataprovider 2020-06-18 06:50:06 +02:00
Matthias
bc821c7c20 Add documentation for bot_loop_start 2020-06-18 06:50:06 +02:00
hroff-1902
79933060e5
Merge pull request #3487 from freqtrade/fix-doc-typo
Fix documentation typo
2020-06-17 23:38:20 +03:00
hroff-1902
0b8cac68be
Improve advanced-setup.md 2020-06-17 22:49:01 +03:00
Matthias
0fc7e76ea1
Merge pull request #3481 from muletman/patch-1
Docs: Run multiple instances for new users
2020-06-17 09:55:30 +02:00
Matthias
0b2982caed Merge branch 'develop' into hyperopt_colorama_init 2020-06-16 10:16:41 +02:00
Matthias
9dba2a34f9 Add note for hyperopt color support on windows 2020-06-16 10:16:23 +02:00
Matthias
9cc04c929f Fix documentation typo 2020-06-16 07:17:15 +02:00
Matthias
5e4dd44155 Fix formatting 2020-06-15 20:55:06 +02:00
Matthias
61ce18a4ab Slightly reword certain things - add link in FAQ 2020-06-15 19:35:57 +02:00
Matthias
e24ffebe69 Move Multiple instances section to advanced-setup.md 2020-06-15 19:24:33 +02:00
Matthias
761407f74d
Merge pull request #3430 from freqtrade/timeframe
ticker_interval -> timeframe
2020-06-15 13:47:26 +02:00
dependabot-preview[bot]
1853350c7d
Bump mkdocs-material from 5.2.3 to 5.3.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.2.3 to 5.3.0.
- [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.3...5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 09:01:05 +00:00
Matthias
a3506f4d8e Merge branch 'develop' into timeframe 2020-06-15 06:35:55 +02:00
Matthias
f80b5f9410
Merge pull request #3438 from freqtrade/ftx_stoploss
Ftx stoploss
2020-06-14 07:02:15 +02:00
John Duong
9890e26aeb fix SQL cheatsheet query (#3475) 2020-06-12 22:10:18 -07:00
CoDaXe
9615614e48
Update hyperopt.md
Wrong flag name
2020-06-12 13:13:10 -04:00
CoDaXe
ab2f5579d8
Update strategy-customization.md
Fix typo "the an"
2020-06-11 20:34:14 -04:00
Theagainmen
ac92834693 reload_conf & reload_config now both accepted, code is more consistent now 2020-06-10 19:28:02 +02:00
Matthias
a198b91b87
align Spaces in commented config section
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-10 06:36:35 +02:00
Matthias
bd942992ef Add documentation about pricing related to market orders 2020-06-09 20:47:52 +02:00
Mister Render
05deb5ba05
Fixed typo and missing {
This should help with copy pasting the pairlists code block.
Also fixed minor typo on line 594 (was: "I selects" and is now: "It selects")
2020-06-09 16:08:20 +00:00
dependabot-preview[bot]
81ed1d6f35
Bump mkdocs-material from 5.2.2 to 5.2.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.2.2 to 5.2.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.2.2...5.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 09:10:29 +00:00
Matthias
68395d2745 Use bracket notation to query results in hyperopt 2020-06-07 15:39:59 +02:00
Matthias
1a5cd85900
Fix typo
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-06-06 13:15:01 +02:00
Matthias
b27348490d
Add rate-limiting note for Kraken datadownload 2020-06-05 13:59:00 +02:00
Matthias
2f07d21629 Update documentation with FTX Stoploss on exchange 2020-06-03 20:20:39 +02:00
hroff-1902
64881a94e2
Merge branch 'develop' into timeframe 2020-06-02 15:56:34 +03:00
hroff-1902
2cc47f651d
Merge pull request #3408 from freqtrade/apiserver_logging
Apiserver logging
2020-06-02 14:32:44 +03:00
Matthias
33b7046260 Update more documentation 2020-06-02 10:06:42 +02:00
Matthias
febc95dcdf Update documentation to remove ticker_interval 2020-06-02 10:03:23 +02:00
Matthias
af0f29e6b7 Update persistence to use timeframe 2020-06-02 10:02:36 +02: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