Commit Graph

402 Commits

Author SHA1 Message Date
Matthias 7b99d5ebcb Add blacklist and whitelist commands to telegram docs 2019-03-24 16:16:39 +01:00
Matthias 0dc96210b6 Fix formatting of boxes 2 2019-03-23 19:43:23 +01:00
Matthias a95f30ce45 Fix custom boxes on documentation 2019-03-23 19:40:52 +01:00
hroff-1902 00821036bb
docs for dry_run_wallet 2019-03-20 23:57:49 +03:00
Misagh ff08416b12
Merge pull request #1674 from freqtrade/feat/stopbuy
Telegram `/stopbuy`
2019-03-18 09:00:47 +01:00
Matthias 37e6b262eb Update docs to include /stopbuy 2019-03-17 19:36:25 +01:00
Matthias 2bf7f2feae Remove duplicate backtest-result-analysi documentation 2019-03-17 16:14:49 +01:00
Misagh b3f42dc51e
Merge pull request #1635 from freqtrade/feat/btanlaysis
BTAnalysis - simplify backtest result analysis
2019-03-16 21:16:59 +01:00
Matthias e632539b61 Add 15min to documentation, fix link to "parameters in THE strategy" 2019-03-16 19:51:39 +01:00
Matthias d7017ce1e4 Document backtest-result loading 2019-03-16 17:28:28 +01:00
Matthias 6666d31ee9
Merge pull request #1648 from hroff-1902/sd-watchdog
Support for systemd watchdog
2019-03-16 13:46:04 +01:00
Matthias d596a877fa Update docs to link to ocnfiguration piece necessary 2019-03-16 11:07:16 +01:00
Matthias a233a8cc82 Be explicit in the documentation 2019-03-16 10:38:32 +01:00
misagh 9a226ec7e6 conflict with develop resolved 2019-03-14 07:56:21 +01:00
Misagh 2959600f52
Merge pull request #1656 from freqtrade/fix/1633
Default value for minimal_roi
2019-03-14 07:51:07 +01:00
iuvbio aa2d747d8f update docs 2019-03-13 20:08:51 +01:00
Matthias 0293a61895 Update documentation for minimal_roi, which is not really optional 2019-03-12 19:37:43 +01:00
iuvbio 299e640170 include markets_refresh_interval in docs 2019-03-12 16:39:13 +01:00
misagh 0bcf50f1b5 added to stoploss doc 2019-03-12 15:48:30 +01:00
misagh 8d5cc42ef5 configuration doc added 2019-03-12 15:46:21 +01:00
hroff-1902 8730852d6e Support for systemd watchdog via sd_notify 2019-03-10 21:04:38 +03:00
Matthias 21cb4eafe5
Merge pull request #1632 from iuvbio/update_docs
update sql_cheatsheet
2019-03-08 22:19:44 +01:00
Matthias fa4c8110e7 Rename cheatsheet header 2019-03-08 22:15:03 +01:00
hroff-1902 702153d087 exchange.sandbox parameter was missing in the docs 2019-03-08 22:24:55 +03:00
hroff-1902 9c1d4183fd
typo in doc 2019-03-08 20:18:45 +03:00
iuvbio 7b901e180a update sql_cheatsheet 2019-03-06 21:37:52 +01:00
hroff-1902 35250eb230 one more typo fixed (by @xmatthias) 2019-03-06 01:21:38 +03:00
hroff-1902 ce46555e77 docs/configuration.md reviewed: formatting, wording, grammar, etc 2019-03-05 14:11:40 +03:00
hroff-1902 2f98dd0429 description for --dynamic-whitelist moved to new docs/deprecated.md 2019-03-05 14:09:26 +03:00
Misagh 6d63b8e71e
Merge pull request #1615 from freqtrade/fix/hyperopt_peram
Update documentation for --customhyperopt
2019-03-05 09:40:05 +01:00
Matthias f6ca97d1dc Update hyperopt doc to validate backtest results 2019-03-05 06:43:28 +01:00
hroff-1902 386abc5eba
minor: doc update index.md 2019-03-04 23:44:44 +03:00
hroff-1902 460e0711c6
How to use multiple configuration files
Description of multiple config command line options added.

Concrete examples to the bot-configuration page (something like "Hiding your key and exchange secret") will follow.

Please review grammar, wording etc.
2019-03-04 11:05:12 +03:00
Matthias b8eb3ecb1d Update hyperopts documentation to work and match the code 2019-03-04 07:24:49 +01:00
Matthias 2208a21a6c Update help strings 2019-03-04 07:24:41 +01:00
iuvbio df79098adc update docs 2019-03-03 13:37:54 +01:00
Matthias 5c3177cc79 Adapt documentation to remove market_url 2019-02-26 19:27:28 +01:00
hroff-1902 5fac4f7b45 Edge doc file minor improvements, typos, formatting 2019-02-24 13:19:01 +03:00
hroff-1902 9c54886f14
minor: formatting math expression in FAQ 2019-02-22 19:33:05 +03:00
hroff-1902 a1b00f9053
Edge question added; minor improvements (sections for Hyperopt and Edge) 2019-02-22 17:37:59 +03:00
gautier pialat ba23f58ff3
change the way to clone git rep for Window with docker 2019-02-20 18:09:26 +01:00
gautier pialat dffb27326e
prevent convert LF->CRLF line ending on window
During docker built on windows if in  global git config  core.autocrlf = true then when have this message :

Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
 ---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected

this behave is because file is in the wrong line ending format

Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at  core.autocrlf = true.
2019-02-18 17:16:27 +01:00
hroff-1902 df8067d6c4
add description of the new configuration option amount_reserve_percent 2019-02-17 12:56:28 +03:00
Misagh 421be5da86
Merge pull request #1511 from freqtrade/fix/more_settings_strategy
add more settings to strategy
2019-01-30 11:22:10 +01:00
Matthias 02d13645b0 Merge branch 'develop' into feat/dataprovider 2019-01-26 19:29:41 +01:00
Matthias ba07348b82 Rename additional_pairs to informative_pairs 2019-01-26 19:22:45 +01:00
Matthias da5210ef5b
Merge branch 'develop' into feature/plot_df_refactoring_multiple_pairs 2019-01-26 11:04:35 +01:00
AxelCh eec7276393 fix crash when backtest-result.json not exist 2019-01-26 11:00:04 +01:00
Matthias 5e7ba85dbe Fix typo 2019-01-25 19:17:44 +01:00
Matthias 56a3d78128 Fix typo 2019-01-25 19:14:29 +01:00