Commit Graph

1527 Commits

Author SHA1 Message Date
Blackhawke a14ce9d7d9
Update docs/edge.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-08-14 09:26:28 -07:00
Blackhawke 47b215fe0a
Update docs/edge.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-08-14 09:25:53 -07:00
Matthias 904c4ecc23 Document /logs endpoints 2020-08-14 15:44:52 +02:00
Matthias a6fc922f28 Introduce insufficientFunds Exception 2020-08-14 09:56:48 +02:00
Matthias 22f6e884ed
Merge pull request #3676 from freqtrade/stoploss_remove_unused_argument
[minor] Cleanup and exception hierarchy documentation
2020-08-14 07:11:56 +02:00
Matthias 4109b31dac
Update wording in documentation 2020-08-14 06:46:34 +02:00
Matthias 067d1fd72a
Merge pull request #3553 from qkum/patch-3
Update faq.md
2020-08-13 08:20:03 +02:00
Matthias 6b85b1a34d
Don't only recommend pycharm, but keep it open to other editors too. 2020-08-13 08:06:57 +02:00
Matthias 1dabade883
small rewording of FAQ documentation 2020-08-13 08:02:36 +02:00
Blackhawke 827c31d4bc Re-arranged the introduction to better explain the theory of operation and the limitations of Edge. Added paragraphs at the bottom of "running edge independently" to better explain Edge's order of operations processing and potential differences between historical output and live/dry-run operation. 2020-08-12 09:42:16 -07:00
Matthias faa2bbb555 Document exception hierarchy 2020-08-12 14:29:14 +02:00
Matthias 688d657fe2 Merge branch 'develop' into pr/yazeed/3091 2020-08-11 20:04:43 +02:00
dependabot[bot] 17613f203a
Bump mkdocs-material from 5.5.1 to 5.5.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.5.1 to 5.5.3.
- [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.1...5.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-10 06:17:04 +00:00
Matthias 87e4a82041 Merge branch 'develop' into bt_add_maxdrawdown 2020-08-09 08:34:36 +02:00
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 119bf2a8ea Document hdf5 dataformat 2020-07-25 17:06:58 +02: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
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
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
Matthias adf0bb69b8 Update sql cheatsheet to allow manual closing trades correctly 2020-04-22 06:39:03 +02:00
Matthias 6b53197dfc Fix documentation to use --logfile, not --logfilename (which does not
exist)
2020-04-21 20:42:58 +02:00
dependabot-preview[bot] d395d7ac7d
Bump mkdocs-material from 5.1.0 to 5.1.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.0 to 5.1.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.0...5.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 09:26:31 +00:00
Matthias 431b244f43 Merge branch 'develop' into interface_ordertimeoutcallback 2020-04-19 06:58:44 +02:00
hroff-1902 2f60d9cad4
minor: fix typo in the docs 2020-04-17 23:23:22 +03:00
Matthias 506781f410 Reword hyperopt install docs 2020-04-17 20:48:27 +02:00
Matthias 55af8bf26f document to install hyperopt dependencies 2020-04-17 19:49:43 +02:00
dependabot-preview[bot] cfcce0e657
Bump mkdocs-material from 4.6.3 to 5.1.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.6.3 to 5.1.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/4.6.3...5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:32:29 +00:00
Matthias f1b92e2569 Improve wording of documentation 2020-03-30 08:11:38 +02:00
Matthias a5d00ce717 Remove defaultstrategy occurance from docs 2020-03-30 07:56:17 +02:00
hroff-1902 39ea126698
Merge pull request #3090 from freqtrade/remove_partial_candle_docs
Remove partial candle documentation
2020-03-25 19:55:44 +03:00
Matthias 6f687c97ce
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 09:24:37 +01:00
Matthias dfac7448d1
fix typo
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 08:33:22 +01:00
Matthias d9a5e1cd48
Update docs/exchanges.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 08:30:18 +01:00
Matthias acd402187a Update max_open_trades documentation 2020-03-22 19:39:36 +01:00
Yazeed Al Oyoun 1976aaf13e initial push 2020-03-22 02:22:06 +01:00
Matthias e30faf8c8c Remove partial candle documentation
It wasn't working 100% correctly - see #2993
2020-03-21 20:04:05 +01:00
Fredrik81 05250ba661
Update docs/plotting.md
Co-Authored-By: Matthias <xmatthias@outlook.com>
2020-03-18 11:00:33 +01:00
Fredrik81 8c33e07dc6 Update based on comments 2020-03-15 21:20:32 +01:00
Matthias a1bbeaa668 Merge branch 'develop' into interface_ordertimeoutcallback 2020-03-15 14:56:14 +01:00
Fredrik81 cf7e80f45d Docs and logging 2020-03-14 23:55:13 +01:00
hroff-1902 51f52c8609
Merge branch 'develop' into no-ticker-2 2020-03-13 16:43:52 +03:00
Matthias 2b1c146940 Add default volume > 0 filter 2020-03-10 16:05:33 +01:00
hroff-1902 c49fefc94d
Merge pull request #3044 from freqtrade/default_max_order_book
order_book_max - change example setting
2020-03-10 11:17:27 +03:00
Matthias a046c4829c
Apply suggestions from code review
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-10 09:03:44 +01:00
hroff-1902 52d89eadde
Merge pull request #3021 from Fredrik81/print-csv
Hyperopt: Add export CSV-file option
2020-03-10 10:46:58 +03:00
Matthias 42038da7f1
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-10 07:57:25 +01:00
Fredrik81 2f5fc731bb Removed overwrite option 2020-03-09 18:53:30 +01:00
Matthias e0afbcd4af Additional warning about order_book-max 2020-03-09 17:41:44 +01:00
Matthias 74a17c7b7b Clarify warning in the documentation 2020-03-09 17:38:35 +01:00
hroff-1902 3208faf7ed Do not use ticker where it's not a ticker 2020-03-08 20:47:02 +03:00
Fredrik81 91db75a707 Added tests and updated doc 2020-03-05 19:43:43 +01:00
hroff-1902 eee5727426 Adjust webhook docs 2020-03-05 17:44:38 +03:00
hroff-1902 33c1c8f726
Merge pull request #3018 from freqtrade/max_drawdown
Max drawdown in plot-profit
2020-03-04 20:42:57 +03:00
hroff-1902 dea4ef957e
Merge pull request #2982 from freqtrade/rate_side_optional
Rate side configurable
2020-03-04 16:07:08 +03:00
Matthias 2f54aff0ce Improve documentation wording for price sides 2020-03-04 06:44:59 +01:00
Matthias 8de35e1c83
Documentation suggestions from Review
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-04 06:40:19 +01:00
Matthias 9d8970a76b Add test and formatting to drawdown 2020-03-03 20:23:44 +01:00
hroff-1902 e20b06408c
Merge pull request #3000 from freqtrade/fix/jupyter_example
[minor] Fix jupyter notebook example
2020-03-02 00:49:21 +03:00
Matthias 0f2d771634 update docs 2020-03-01 09:46:12 +01:00
Matthias 4d8430c687 Use string typehints to avoid import errors 2020-03-01 09:43:20 +01:00
hroff-1902 0a2f854302
Merge pull request #3001 from freqtrade/doc-nonce
[minor] Add note about InvalidNonce to documentation
2020-03-01 01:28:34 +03:00
Matthias 18d724f7a1 Adjust wording of supported exchanges 2020-02-29 19:22:36 +01:00
Matthias d7373be553 Add official support for Kraken 2020-02-29 16:58:22 +01:00
Matthias 4c39f36084 Add note about InvalidNonce to documentation 2020-02-29 16:36:33 +01:00
Matthias 848054d140 Fix jupyter notebook example -
generate_candlestick_graph() needs a filtered pairlist, not a list
containing all pairs
2020-02-29 15:53:54 +01:00
Matthias f25adf3b12 improve and correct release documentation 2020-02-29 15:48:36 +01:00
hroff-1902 0528af1700
Merge pull request #2879 from freqtrade/sortino_hyperopt_loss
Sortino hyperopt loss
2020-02-29 11:36:27 +03:00
hroff-1902 c1c0b59223
Merge pull request #2974 from freqtrade/enhance_roi_doc
Add timeframe_to_minutes to ROI documentation
2020-02-27 18:18:24 +03:00
Matthias e5a9c81412 Add 0 entry to enhanced ROI example 2020-02-27 14:04:12 +01:00
Matthias 0fea3a7ea7 Some final polish to configurable_side 2020-02-26 19:50:17 +01:00
Matthias 3c5e716d8f Update some documentation regarding price_side 2020-02-26 19:39:12 +01:00
hroff-1902 30b0911645
Merge pull request #2976 from gaugau3000/doc_update_config_section
[Doc update config section] - [minor]
2020-02-26 12:45:06 +03:00
Matthias 8ae0f99a96 Remove duplicate section 2020-02-26 09:05:48 +01:00
Matthias a29653b510
Wording changes to install docs
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-26 08:59:27 +01:00
Matthias af4469f073 Convert to str to avoid errors 2020-02-26 06:43:15 +01:00
Matthias df49b98c25
Implement wording-changes
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-26 06:40:13 +01:00
hroff-1902 ce2e039e5f
Update docs/configuration.md 2020-02-26 01:58:32 +03:00
gaugau3000 76c449c0c2 volume_pair_list_extra_doc_infos 2020-02-25 19:45:23 +00:00
gaugau3000 7d7318a3ea fix_wrong_order_type 2020-02-25 19:41:20 +00:00
Matthias d44f6651c4 Fix small parenteses bug 2020-02-25 19:55:23 +01:00
Matthias cfc22577be Add timeframe_to_minutes to ROI documentation 2020-02-25 16:54:48 +01:00
Matthias 47e46bf205 Add second example using dataprovider and current price 2020-02-25 14:48:46 +01:00
Matthias 2f349e0504 Improve install documentation by streamlining the process 2020-02-24 20:21:25 +01:00
Matthias 23b47b66ec Update install-script documentation and reorder installation steps 2020-02-24 20:11:25 +01:00
Matthias 4a188525ec Fix documentation note syntax 2020-02-22 11:28:13 +01:00
Matthias 63502ed976 Add new advanced-strategy documentation file 2020-02-22 08:14:08 +01:00
Matthias bc30162a31 Add some documentation 2020-02-21 20:54:21 +01:00
Yazeed Al Oyoun 09a1c9eed6 fixed docs description of hyperopts 2020-02-19 22:25:34 +01:00
hroff-1902 f2f2c281c0
Merge pull request #2719 from xmatthias/data_handler
Introduce Data handler
2020-02-19 21:22:08 +03:00
Matthias 29b369c65e Rename cli argument 2020-02-19 14:53:54 +01:00
Matthias 882d0a5933 implement documentation feedback after review 2020-02-19 12:55:08 +01:00
Yazeed Al Oyoun 41b4fa3b7f fixed two more typos 2020-02-19 02:59:51 +01:00
Yazeed Al Oyoun 3fb6818bd8
Merge branch 'develop' into sortino_hyperopt_loss 2020-02-19 02:37:25 +01:00
Yazeed Al Oyoun df26c357d2 doc updates 2020-02-19 01:31:25 +01:00
hroff-1902 16cbd441ce
Merge pull request #2931 from freqtrade/status_badge
Add github actions badge
2020-02-18 10:55:34 +03:00
dependabot-preview[bot] 9435950fc9
Bump mkdocs-material from 4.6.2 to 4.6.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.6.2 to 4.6.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/4.6.2...4.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 08:04:40 +00:00
Matthias bec86b1325 Add github actions badge 2020-02-16 15:42:41 +01:00
Matthias 6335d81ceb Merge branch 'develop' into data_handler 2020-02-16 15:12:14 +01:00
Matthias 44ac2409ff
Merge pull request #2923 from hroff-1902/status-strategies
Add printing statuses for enlisted strategies and hyperopts
2020-02-15 19:43:02 +01:00
Matthias 87b506972f Fix edge documentation rendering 2020-02-15 13:12:29 +01:00
hroff-1902 c453969235
Merge pull request #2922 from freqtrade/config_userdir
default to loading config.json from userdir if it exists
2020-02-15 08:00:04 +03:00
hroff-1902 fdd362299f Docs adjusted 2020-02-15 07:34:39 +03:00
hroff-1902 bba7a38144
Merge pull request #2906 from freqtrade/fix/jupyterexample
Update data-analysis documentation to properly initialize configuration
2020-02-14 22:36:35 +03:00
Matthias d5a298bbb7 Add sentence from suggestion 2020-02-14 20:12:26 +01:00
Matthias 5efbdd25a7 Properly default to user_data/config.json if it exists 2020-02-14 20:04:05 +01:00
Matthias be4a9b5f4b Lowercase freqtrade 2020-02-14 19:37:20 +01:00
hroff-1902 4cdcf00ddc
Merge branch 'develop' into rpc_notification_fixes 2020-02-14 00:10:50 +03:00
hroff-1902 0631fc937a
Merge pull request #2915 from freqtrade/documentation_test
fix configuration table
2020-02-13 17:27:54 +03:00
Matthias 02148a1df2 Fix datatype styling issues 2020-02-13 15:09:09 +01:00
Matthias a93bc74eff Update documentation ... 2020-02-13 07:04:37 +01:00
Matthias 81f849811f Initcap Freqtrade 2020-02-13 06:30:59 +01:00
hroff-1902 634bf2b15c
Docs: Fix checking of runmode 2020-02-13 01:44:46 +03:00
Yazeed Al Oyoun 47874a4527 added logic to differentiate sell orders with double asterisk 2020-02-12 21:45:55 +01:00
Matthias 2efa1c164f Revert data-location section 2020-02-12 21:43:43 +01:00
Matthias 483cba453a Fix last occurence of data_location 2020-02-12 19:58:23 +01:00
Matthias d6b9397579 Fix typo in datadir key 2020-02-12 06:40:13 +01:00
hroff-1902 e73dac8d91
Merge pull request #2905 from Fredrik81/hyperopt-more-filters
Adding --min-trades, --max-trades, --max-avg-profit, --max-total-profit for hyperopt-list
2020-02-11 23:46:48 +03:00
Fredrik Rydin 539343b20d Adding 2 more filter options for completeness 2020-02-11 21:29:55 +01:00
Matthias 7be9f0067e Update data-analysis documentation to properly initialize configuration 2020-02-11 20:51:39 +01:00
Matthias 64fb8e28ec
Merge pull request #2886 from freqtrade/docker_docs
Docker docs
2020-02-11 19:41:42 +01:00
Matthias c35fe2c386 Add link to quick-start-guide 2020-02-11 19:29:43 +01:00
Fredrik Rydin 5b4d8d69ef Adding --min-trades and --max-trades for hyperopt-list 2020-02-11 16:02:08 +01:00
Yazeed Al Oyoun fc29564974 Fixed messages and readability 2020-02-11 15:58:40 +01:00
hroff-1902 2bcce33f23
Merge pull request #2888 from Fredrik81/hyperopt-filters
Added filter options to "hyperopt-list" in order to easier find epochs.
2020-02-10 23:59:40 +03:00
Fredrik Rydin f2520c11e7 Used wrong utils.md as base 2020-02-10 21:19:25 +01:00
Fredrik Rydin c924e4d519 Updated based on feedback:
- Profit commands now use float
- Compatible with --best
- Corrected wrong information in docs
2020-02-10 20:54:31 +01:00
Yazeed Al Oyoun d69ddd2ac3 Apply suggestions from code review
Committed 1 code suggestion in code review.

Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-10 11:54:12 +01:00
Matthias 7bb02d0cc6 Update docker-docs wording 2020-02-10 11:01:33 +01:00
dependabot-preview[bot] 6b4094fd92 Bump mkdocs-material from 4.6.0 to 4.6.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.6.0 to 4.6.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/4.6.0...4.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 08:02:45 +00:00
Matthias db0475f9c3 Merge pull request #2890 from freqtrade/hroff-1902-patch-1
Add tip on running order types for Bittrex
2020-02-10 08:33:24 +01:00
hroff-1902 0ba8d13de9
Merge pull request #2831 from xmatthias/feat/new_config
introduce new-config subcommand
2020-02-09 22:11:37 +03:00
hroff-1902 f7c74e551f
Fix wording 2020-02-09 21:56:59 +03:00
hroff-1902 cc3f65d069
Fix typo 2020-02-09 19:45:04 +03:00
hroff-1902 c83da7cadb
Add section about order types into Bittrex Exchange-specific chapter 2020-02-09 19:11:06 +03:00
hroff-1902 40abdd2608 Suggest changing strategy 2020-02-09 18:54:04 +03:00
Matthias d65a06947d Merge branch 'develop' into data_handler 2020-02-09 15:16:43 +01:00
hroff-1902 c7ba85c2e6 Add tip on running order types for Bittrex 2020-02-09 14:19:13 +03:00