Commit Graph

946 Commits

Author SHA1 Message Date
Matthias 4ff035537b Simplify precision_filter code 2019-10-28 16:21:00 +01:00
Matthias b947f3c2a5
Merge pull request #2417 from freqtrade/whitelist_docs
DynamicPairlist - pair_whitelist
2019-10-28 15:25:17 +01:00
Matthias 61c037f2cf Fix some typos and comment mistakes 2019-10-28 13:05:54 +01:00
Matthias 73343b3387 Address feedback 2019-10-28 12:53:12 +01:00
Matthias 3a6020dcd7 small improvements to stoploss doc 2019-10-28 12:43:35 +01:00
Matthias 70ad909b16 change samples to python code, and simplify a few things 2019-10-27 19:46:05 +01:00
Matthias 2af3ce3ecc Improve stoploss documentation - split out offset_is_reached 2019-10-27 19:36:00 +01:00
Matthias 132a4da7cf Small style fixes and adjusted tests 2019-10-27 10:56:38 +01:00
Matthias c4cb098d14 Update documentation with indicator_startup_period 2019-10-27 10:26:17 +01:00
hroff-1902 17fce00a5e
Merge pull request #2427 from freqtrade/docs_windows
Improve windows Install documentation with hints
2019-10-27 10:01:25 +03:00
Matthias e5487441ba Fix typos 2019-10-27 06:08:55 +01:00
hroff-1902 48d83715a5 Fix typo in docs (thanks to Escaliert@Slack) 2019-10-27 03:44:49 +03:00
hroff-1902 8b4fea4b71 Update installation.md 2019-10-27 02:06:10 +03:00
Matthias 13ae339a2e Improve windows Install documentation with hints 2019-10-26 16:34:13 +02:00
hroff-1902 bf20f3b7d8 Remove part which is related to #2418 2019-10-26 15:41:31 +03:00
Matthias 20dabd9c41 Merge branch 'develop' into whitelist_docs 2019-10-26 13:36:39 +02:00
hroff-1902 bfec9d974b docs: Create Advanced Post-installation Tasks section; move systemd stuff there 2019-10-26 13:26:22 +03:00
hroff-1902 ea6b94fd0c
docs: add a tip for The Ocean exchange 2019-10-26 11:54:04 +03:00
Matthias 2f1d9696cd Change keepalive to heartbeat 2019-10-25 20:00:08 +02:00
Matthias e63377980e Improve pairlist documentation 2019-10-25 19:47:37 +02:00
Matthias 0773a65333 Add I Am Alive Message 2019-10-25 15:01:35 +02:00
Matthias b3e028e853 Improve dynamic pairlist documentation 2019-10-25 07:06:29 +02:00
hroff-1902 4ce278a06e
Merge branch 'develop' into feat/new_args_system 2019-10-23 22:45:06 +03:00
hroff-1902 ad5f7e1581 Merge remote-tracking branch 'origin/develop' into list-pairs2 2019-10-22 12:30:39 +03:00
hroff-1902 ff5ba64385
Improve docs 2019-10-21 14:06:46 +03:00
hroff-1902 cac314d4b3
Merge pull request #2396 from freqtrade/improve_strat_docs
[doc] Clearly highlight potential problems with looking into the future
2019-10-21 08:37:49 +03:00
Matthias bedbd964fc slightly rephrase strategy docs 2019-10-21 06:51:48 +02:00
hroff-1902 8a0d90136c
Improve unclear sentence in the docs 2019-10-20 23:31:44 +03:00
hroff-1902 5b680f2ece
minor: Condense paragraphs in the docs 2019-10-20 23:26:25 +03:00
hroff-1902 1bc63288a3
Merge branch 'develop' into list-pairs2 2019-10-20 23:22:45 +03:00
hroff-1902 45b2d24b79 Improve docs 2019-10-20 23:00:17 +03:00
Matthias 2d34c0f52d Update helpstring exports 2019-10-20 19:35:38 +02:00
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system 2019-10-20 19:32:34 +02:00
hroff-1902 88c91a8a54
Merge pull request #2392 from freqtrade/backtest-doc
[minor][doc]Fix backtesting format since sublist does not render correctly
2019-10-20 20:13:50 +03:00
Matthias 20dd3f2d67 Clearly highlight potential problems with looking into the future 2019-10-20 16:22:11 +02:00
Matthias 78cd75dfef Add requirement 2019-10-20 10:35:36 +02:00
Matthias b805e4e150 Try list extension 2019-10-20 10:34:04 +02:00
hroff-1902 4f17511fdc
Merge pull request #2393 from freqtrade/remove_timeframe
Remove non-date based timeframe selection
2019-10-19 22:05:44 +03:00
hroff-1902 47fabca1d9
Merge pull request #2372 from xmatthias/kraken_ohlcv_emulate
download tick-based data to emulate candles
2019-10-19 19:32:37 +03:00
Matthias 16e10d99b9 Remove timeframe logic for non-date entries 2019-10-19 15:10:48 +02:00
Matthias 0adcee9233 Fix backtesting format since sublist does not render correctly 2019-10-19 14:34:55 +02:00
Matthias fd22c87295 Some minor cleanups to trades download methods and docs 2019-10-19 10:05:30 +02:00
hroff-1902 4ec83a2c24 DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
Matthias 00a95945e1 Improve assumptions 2019-10-18 10:00:43 +02:00
hroff-1902 ff6a3465a7 Docs added 2019-10-17 17:22:33 +03:00
Matthias 5b58141f6b iFix grammar issue 2019-10-17 06:11:10 +02:00
Matthias e6e35c2584 Switch samplestrategy from ADX to RSI 2019-10-15 19:45:01 +02:00
Matthias ace70510f3 Wording fixes 2019-10-15 14:50:51 +02:00
hroff-1902 cb4d6efb29
Merge pull request #2377 from freqtrade/aligncustomoptions
Rename --custom-hyperopt to --hyperopt
2019-10-15 14:18:05 +03:00
Matthias 6fb96183c0 Reword help string 2019-10-15 12:26:06 +02:00
Matthias a5c83b66df Add --dry-run to trade command 2019-10-15 06:53:16 +02:00
Matthias 790e6146f5 Use crossed() in sample strategy 2019-10-14 20:17:40 +02:00
Matthias 89283ef486 Rename --custom-hyperopt to --hyperopt 2019-10-14 19:42:28 +02:00
Matthias 023eb19615 Add documentation for --dl-trades 2019-10-13 19:39:07 +02:00
hroff-1902 08e6d8a780 Rollback defaulting to DefaultHyperOptLoss 2019-10-11 23:33:22 +03:00
Paul D. Mendes e72b6a440b Updated Rest API Docs 2019-10-10 20:37:25 +00:00
Matthias b5ca4b7f35
Merge pull request #2364 from hroff-1902/list-diff-helpstrings-2
Fix helpstring which shared between the list-exchanges and list-timeframes subcommands
2019-10-10 19:57:19 +02:00
hroff-1902 c49f4b73dd Fix helpstring 2019-10-10 20:44:24 +03:00
Matthias 80cbf08a58
Merge pull request #2219 from ahonnecke/docker-compose
Make local development start up faster and easier by leveraging docker-compose
2019-10-10 19:38:40 +02:00
Matthias bba5f54722
Merge pull request #2335 from hroff-1902/dataprovider-market
Allow to use market data in the strategies
2019-10-10 16:54:04 +02:00
Matthias 85c4546333
Merge pull request #2343 from hroff-1902/move-experimental
Move experimental settings to ask_strategy
2019-10-10 16:08:11 +02:00
hroff-1902 c4105436eb Disable defaulting to DefaultHyperOpts and DefaultHyperOptLoss 2019-10-10 04:37:32 +03:00
hroff-1902 69c23c00e0
Fix minor typos in the docs 2019-10-08 22:07:38 +03:00
Matthias 2e91ee3849 remove underline from docs style 2019-10-08 19:41:18 +02:00
Matthias 86ef32318c Add versions to doc theme 2019-10-08 06:21:05 +02:00
hroff-1902 e78e42339d Improve docs wordings 2019-10-08 00:58:25 +03:00
hroff-1902 613300c61d Add short description of the market() method into docs 2019-10-08 00:38:20 +03:00
Matthias 57bb9281f6
Merge pull request #2351 from freqtrade/dependabot/pip/develop/mkdocs-material-4.4.3
Bump mkdocs-material from 4.4.2 to 4.4.3
2019-10-07 15:05:48 +02:00
hroff-1902 edfbb56749
Merge pull request #2344 from freqtrade/backtest_nofees
Backtest no fees / custom fees
2019-10-07 13:30:20 +03:00
dependabot-preview[bot] 5e9ab3e261
Bump mkdocs-material from 4.4.2 to 4.4.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.4.2 to 4.4.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.4.2...4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07 10:24:29 +00:00
Matthias ad35a3d7ab Small wording improvements 2019-10-07 07:02:43 +02:00
hroff-1902 946b8c29d7
Merge pull request #2317 from hroff-1902/list-timeframes
Add list-timeframes subcommand
2019-10-06 16:28:15 +03:00
Matthias 82d4051a39 Add --fee to documentation 2019-10-05 15:33:44 +02:00
hroff-1902 9b23376415 Move experimental settings to ask_strategy 2019-10-05 13:29:59 +03:00
Matthias 73e9cbdea1 Fix #2338 2019-10-05 09:56:01 +02:00
hroff-1902 c57d5ef1cd Added short descriptions and examples in utils.md 2019-10-01 21:12:52 +03:00
Matthias 8c5b299449
Merge pull request #2282 from freqtrade/jupyter_nbconvert
add plotting documentation to jupyter notebook
2019-10-01 19:58:20 +02:00
hroff-1902 f2e878d9ec Update helpstring for list-exchanges 2019-10-01 16:57:35 +03:00
Matthias b73426b91f Disable Defaulting to DefaultStrategy 2019-10-01 07:02:30 +02:00
hroff-1902 cd0e813a85 Docs adjusted, utils.md added 2019-09-30 21:36:52 +03:00
Matthias 344a0a094f Update remaining documentations 2019-09-29 19:21:18 +02:00
Matthias 2710226326 Update documentation to use subcommands 2019-09-29 19:18:52 +02:00
Matthias 23665c7731 Don't use main.py as entry point in documentation 2019-09-29 10:25:47 +02:00
hroff-1902 6a397f579e
Add description of usage 2019-09-29 00:43:27 +03:00
hroff-1902 2f005d6be9
Align example of ROI in the docs 2019-09-28 11:56:19 +03:00
hroff-1902 45f5394d79
Align example in the docs 2019-09-28 11:54:26 +03:00
hroff-1902 7e214d8e4c
minor: change default stoploss space 2019-09-28 11:50:15 +03:00
hroff-1902 21b807aa85
Merge pull request #2310 from freqtrade/slack_link
Update slack link
2019-09-26 21:12:40 +03:00
Matthias 637ec60644 Update slack link 2019-09-26 19:36:09 +02:00
Ashton Honnecke 11bb7e520c use .develop dockerfile, move docs to develop.md, add freqtrade_bash 2019-09-26 09:22:49 -06:00
Matthias 6ba9316e15 Merge branch 'develop' into backtest_docs 2019-09-26 11:04:01 +02:00
Matthias 60e3e626e4 Improve timerange section of the docs 2019-09-26 11:00:26 +02:00
Matthias eb07f1fee9 Fix typo 2019-09-26 09:31:31 +02:00
Matthias d05db077e2 Update PI install documentation and dockerfile 2019-09-25 11:40:34 +02:00
Matthias cc91ccad3e Improve documentation wording 2019-09-25 06:26:28 +02:00
hroff-1902 5c3b14069e
Merge pull request #2285 from freqtrade/doc/configuration
Improve configuration documentation
2019-09-24 21:18:30 +03:00
hroff-1902 d066ab2620
Merge pull request #2278 from freqtrade/remove_refresh
Remove refresh-pairs-cached
2019-09-24 09:07:25 +03:00
Matthias 93b2621651 Add format description for pairs.json file 2019-09-24 07:07:06 +02:00
Matthias 6aa1ec2a4c Some small restructuring 2019-09-24 07:05:30 +02:00
Matthias cc9fc41318 Rename section to data-downloading, implement some feedback 2019-09-24 06:56:31 +02:00
Matthias fe40636ae1 Improve wordings 2019-09-24 06:42:44 +02:00
Matthias 577b1fd965 Improve documentation wording 2019-09-24 06:39:00 +02:00
Matthias ba4db0da49 Improve configuration documentation 2019-09-21 13:16:53 +02:00
Matthias 359b0ba088 Add samples for plotting to jupyter documentation 2019-09-21 10:57:34 +02:00
Matthias 5234f8bf28 Update jupyter notebook slightly 2019-09-21 10:42:51 +02:00
Matthias 9a3bad291a Automatically generate documentation from jupyter notebook 2019-09-21 10:27:43 +02:00
Matthias b1a3e213ae Improve backtesting docs 2019-09-21 10:13:00 +02:00
Matthias 2fcddfc866 Clarify updating existing data 2019-09-20 20:29:26 +02:00
Matthias 9cedbc1345 Cleanup history.py and update documentation 2019-09-20 20:16:49 +02:00
Matthias f0cf8d6a81 Allow easy printing of loaded configuration
(beforechanging types and applying defaults)
2019-09-20 07:23:32 +02:00
Matthias e2a100c925 Directory / folder 2019-09-14 09:54:40 +02:00
Matthias 16b4ae8396 Document this new behaviour 2019-09-13 07:08:42 +02:00
Matthias 3e0edc7ee2 Update backtesting section about correct data used 2019-09-08 19:05:51 +02:00
Matthias f2cbc5fb8f Fix documentation references to tests folder 2019-09-08 19:05:23 +02:00
hroff-1902 ef8386c065
Fix table with ROI limits 2019-09-06 11:55:07 +03:00
Matthias 7af445adf3
Merge pull request #2137 from hroff-1902/hyperopt-adaptive-roi-space
Hyperopt: adaptive roi_space
2019-09-06 06:26:52 +02:00
hroff-1902 e39d911177 Improve wordings in hyperopt.md 2019-09-05 23:31:07 +03:00
hroff-1902 caec5ac941
Merge pull request #2206 from freqtrade/sloe_handling
Improve stoploss on exchange handling
2019-09-04 10:00:53 +03:00
Matthias 88f823f899 Improvements to documentation 2019-09-04 06:56:25 +02:00
hroff-1902 e8614abc5d
update table md formatting, enhance description 2019-09-03 16:52:55 +03:00
hroff-1902 87ae2430df ranges for ROI tables for different ticker_intervals in docs 2019-09-03 11:32:18 +03:00
dependabot-preview[bot] 949ab2a17c
Bump mkdocs-material from 4.4.1 to 4.4.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.4.1 to 4.4.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.4.1...4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 08:27:37 +00:00
Matthias 514860ac3b Improve documentation 2019-09-01 10:17:02 +02:00
Matthias ee808abfea Add emergency_sell as sell reason 2019-09-01 09:07:09 +02:00
Matthias 2886fa288a fix documentation 2019-08-31 15:31:47 +02:00
Matthias 816d942ded Merge branch 'develop' into plot_commands 2019-08-30 20:42:58 +02:00
Matthias 423805c9ca Small documentation improvements 2019-08-30 20:42:14 +02:00
Matthias 50b572a657 Merge branch 'develop' into strategy_version 2019-08-28 19:29:53 +02:00
Matthias c6bb68bd30
Merge pull request #2192 from freqtrade/rename_teststrat
Rename testStrategy to sample_strategy
2019-08-28 06:28:19 +02:00
hroff-1902 756f44fcbd highlight really important notifications 2019-08-28 00:20:32 +03:00
Matthias 51fbeed71f Rename TestStrategy to SampleStrategy 2019-08-27 06:42:10 +02:00
Matthias d66fb86449 Add documentation for interface_version 2019-08-27 06:32:01 +02:00
hroff-1902 a504abf00c minor: improvements in confuguration.md 2019-08-27 04:12:00 +03:00
dependabot-preview[bot] e5da5f7fe7
Bump mkdocs-material from 4.4.0 to 4.4.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.4.0 to 4.4.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/4.4.0...4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 08:07:03 +00:00
Matthias 240936eb19 Small fixes 2019-08-24 15:26:42 +02:00
Matthias 661cd65bdd Improvements to plot documentation 2019-08-24 15:11:31 +02:00
Matthias 1b374fcf7e Improve plotting documentation 2019-08-24 15:11:31 +02:00
Matthias ad6de07d2b
Merge pull request #2155 from jraviotta/analysis
split example notebooks
2019-08-22 15:54:08 +02:00
Matthias 91b0394433
Merge pull request #2156 from freqtrade/remove_live
Remove deprecated option live  - deprecate -r
2019-08-22 15:33:39 +02:00
Matthias b2ef8f4e14 Add additional header 2019-08-22 15:26:18 +02:00
Matthias 81925dfadf Fix some doc inconsistencies 2019-08-22 13:01:10 +02:00
Matthias fe12d2e3b7 Fix documentation syntax 2019-08-22 06:57:32 +02:00
Matthias aaeeb9c0c6 Merge branch 'develop' into align_userdata 2019-08-21 19:41:10 +02:00
Matthias 210f66e48b
Improve wording 2019-08-20 19:34:18 +02:00
Matthias 91e72ba081 small formatting issue 2019-08-20 19:32:26 +02:00
Matthias be308ff914
Fix grammar error in documentation 2019-08-20 09:45:28 +02:00
Matthias 4ee35438a7 Improve deprecated docs 2019-08-20 07:07:05 +02:00
Matthias 11dab2b9ca Deprecate documentation for --refresh-pairs-cached 2019-08-20 07:02:30 +02:00
Matthias e9e2a83436 remove `--live` references 2019-08-20 07:00:43 +02:00
Matthias e8ee087e9d Merge branch 'develop' into download_module 2019-08-20 06:49:18 +02:00
Jonathan Raviotta 8cc477f353 edits 2019-08-20 00:47:10 -04:00
Matthias 8d1a575a9b Reword documentation 2019-08-20 06:39:28 +02:00
Matthias 491d742bf9
Merge pull request #2163 from hroff-1902/dataprovider-get-pair-dataframe
get_pair_dataframe(): example in the docs changed
2019-08-20 06:33:59 +02:00
hroff-1902 70b1a05d97 example in the docs changed 2019-08-20 01:32:02 +03:00
Matthias 0a478bc0dc Merge branch 'develop' into align_userdata 2019-08-18 15:00:12 +02:00
Matthias 5e440a4cdc Improve docs to point to `freqtrade download-data` 2019-08-18 06:55:19 +02:00
Jonathan Raviotta 2cffc3228a split example notebooks 2019-08-17 19:37:34 -04:00
Matthias 7fa6d804ce Add note explaining how / when docker images are rebuild 2019-08-17 19:48:55 +02:00
Matthias 219d0b7fb0 Adjust documentation to removed download-script 2019-08-16 15:27:48 +02:00
Matthias 8d206f8308 Fix wrong warning box 2019-08-16 06:57:46 +02:00
Matthias c2e9685e04
Merge pull request #2121 from hroff-1902/config-allow-comments
Allow comments in config files
2019-08-14 06:37:33 +02:00
hroff-1902 3d36747b92 preface in configuration.md reworked 2019-08-13 21:52:50 +03:00
Matthias c0784b7c33
Merge pull request #2089 from hroff-1902/hyperopt-print-colorized
Hyperopt print colorized results
2019-08-13 19:36:06 +02:00
hroff-1902 94196c84e9 docs: explanation for --no-color and colorization schema for results 2019-08-13 14:25:56 +03:00
Matthias 3c589bb877 fail if known bad exchanges are detcted 2019-08-13 08:27:46 +02:00
hroff-1902 de80234165 hyperopt options updated in bot-usage.md 2019-08-13 00:23:41 +03:00
hroff-1902 906be7be7c
Merge branch 'develop' into config-allow-comments 2019-08-13 00:14:19 +03:00
hroff-1902 482847a994 docs adjusted; various fixes to bot-usage.md and configuration.md 2019-08-13 00:10:33 +03:00
Matthias 6310b40fc6
Merge pull request #2123 from freqtrade/hyperoptloss_help
[minor] Improve hyperopt-loss docs
2019-08-12 14:08:32 +02:00
Matthias 51ad8f5ab4 Merge branch 'develop' into log_has_ref 2019-08-12 06:49:41 +02:00
Matthias 43b41324e2 Improve hyperopt-loss docs 2019-08-12 06:45:27 +02:00
Matthias 197ce0b670 Improve documentation wording for multiconfig files 2019-08-12 06:35:47 +02:00
Matthias c5d8499ad2 Improve documentation regarding tests 2019-08-11 20:30:15 +02:00
Matthias 2c5a499a8b Merge branch 'develop' into align_userdata 2019-08-10 20:15:07 +02:00
Matthias c4cbe79b48 Adjust documentation 2019-08-10 19:55:33 +02:00
Matthias 74e583a612
Merge pull request #2094 from hroff-1902/hyperopt-roi-stoploss
Simplify custom hyperopts -- no need to copy ugly methods in every custom implementation
2019-08-10 15:49:52 +02:00
Matthias 29619ccf1c
Merge pull request #2108 from jraviotta/nbdocs
Added jupyter notebook example and doc edits
2019-08-10 15:47:06 +02:00
Matthias ab092fc77f Reinstate comment on backesting data 2019-08-10 15:45:41 +02:00
Jonathan Raviotta 8eb39178ea code block instructions. removed extra packages 2019-08-09 17:24:17 -04:00
Jonathan Raviotta dd35ba5e81 added imports to doc code blocks. 2019-08-09 17:06:19 -04:00
Jonathan Raviotta 3cc772c8e9 added reminders 2019-08-09 11:53:29 -04:00
Jonathan Raviotta 51d59e673b fixed another instance of Path in docs and nb 2019-08-09 11:36:53 -04:00
hroff-1902 15cf5ac2d7 docs improved 2019-08-09 09:31:30 +03:00
Jonathan Raviotta ccf3c69874 edits to clarify backtesting analysis 2019-08-08 22:09:15 -04:00
pyup-bot dfce202034 Update mkdocs-material from 3.1.0 to 4.4.0 2019-08-07 07:02:15 +00:00
Jonathan Raviotta 8418dfbaed edits for jupyter notebook example 2019-08-06 22:35:14 -04:00
Matthias 9d471f3c9a Fix documentation for strategy-list 2019-08-06 06:32:31 +02:00
Matthias e060516cc7
Merge pull request #2049 from jraviotta/conda
Conda / makefile
2019-08-05 19:49:25 +02:00
Matthias 904381058c Add documentation for conda install 2019-08-05 19:25:43 +02:00
hroff-1902 c6444a10a8 move roi_space, stoploss_space, generate_roi_table to IHyperOpt 2019-08-05 18:07:25 +03:00
Matthias 383b24ab84 Merge branch 'develop' into align_userdata 2019-08-05 06:55:51 +02:00
Matthias d1838dceec
Merge pull request #2086 from freqtrade/fix_restricted_markets
Restricted pairs warning
2019-08-04 09:25:59 +02:00
Matthias d51fd1a5d0 fix typo 2019-08-03 19:56:41 +02:00
hroff-1902 3dd6fe2703 wording 2019-08-03 19:44:32 +03:00
hroff-1902 f200f52a16 hyperopt print colorized results 2019-08-03 19:09:42 +03:00
Matthias d59608f764 adjust some documentation wordings 2019-08-03 17:19:37 +02:00
Matthias b3e6e710d8
Merge pull request #2084 from hroff-1902/hyperopt-print-params4
Improvements to hyperopt output
2019-08-03 13:24:47 +02:00
Matthias 8ab07e0451 Add FAQ section about restricted markets 2019-08-03 13:22:44 +02:00
hroff-1902 13620df717 'with values:' line removed 2019-08-03 11:05:05 +03:00
hroff-1902 b152d1a7ab docs agjusted, plus minor fixes 2019-08-02 22:23:48 +03:00
Matthias 3eb571f34c recommended ... 2019-08-02 20:04:18 +02:00
Matthias 32605fa10a small improvements 2019-08-02 19:52:56 +02:00
Matthias 0b9b5f3993 Improve document wording 2019-08-02 19:50:12 +02:00
Matthias 01cd30984b Improve wording 2019-08-02 06:47:03 +02:00
Matthias fceb411154 Create detailed section about strategy problem analysis 2019-08-02 06:44:31 +02:00
Matthias bcccdda7c0 Merge branch 'develop' into align_userdata 2019-08-01 19:33:45 +02:00
Matthias 2a141af42e Only create userdir when explicitly requested 2019-07-31 19:39:54 +02:00
Matthias 472690a55f
Merge pull request #2073 from freqtrade/update/setuppy
Improve setup.py to allow "extras" installations
2019-07-31 19:25:21 +02:00
Matthias 8cef567abc create and use hyperopt-results folder 2019-07-31 07:10:17 +02:00
Matthias c3d14ab9b9 don't use "folder" ... 2019-07-31 06:54:45 +02:00
Matthias 0488525888 Fix some documentation errors 2019-07-31 06:49:25 +02:00
Matthias 59caff8fb1 UPdate developer docs 2019-07-29 20:57:57 +02:00
Matthias e14dd4974f Improve release documentation 2019-07-29 20:32:28 +02:00
Matthias c1bc1e3137 Add documentation for user_data_dir 2019-07-28 15:34:49 +02:00
Matthias c85cd13ca1 Change default backtest result to "backtest_results" - backtest_data is
misleading
2019-07-28 14:55:19 +02:00
Matthias de2a2473f5
Merge pull request #2050 from mrsegen/patch-1
Resolve issue #2042
2019-07-28 14:11:03 +02:00
Leif Segen 08a3d26328
Update bot-usage.md
Update in response to feedback.
2019-07-27 18:35:21 -05:00
Matthias 3d5268368f
Merge pull request #2059 from hroff-1902/docs-minor-fixes
Docs minor fixes
2019-07-26 06:08:09 +02:00
Matthias 20b51da180
Merge pull request #2056 from freqtrade/deprecate_live_bt
Deprecate live bt
2019-07-26 06:02:27 +02:00
hroff-1902 1ac4a7e116 rendering for a Note fixed 2019-07-26 02:59:10 +03:00
hroff-1902 327e505273 non-working link to misc.py removed 2019-07-26 02:57:51 +03:00
Matthias 0c14176cd7 Deprecate --live 2019-07-25 20:36:19 +02:00
Matthias 098a23adc6
Merge pull request #2048 from hroff-1902/hyperopt-loss-onlyprofit2
minor: add OnlyProfitHyperOptLoss
2019-07-25 20:18:05 +02:00
hroff-1902 10c69387fd docs adjusted 2019-07-25 21:07:17 +03:00
hroff-1902 05be16e9e1 helpstring alignment fixed 2019-07-25 08:49:33 +03:00
Leif Segen cf6113068c
Resolve issue #2042
Issue #2042 noted that the terminal output from `setup.sh` regarding an option use the bot was missing from the documentation. This has been added.
2019-07-23 22:52:42 -05:00
hroff-1902 04382d4b44 add --hyperopt-path option 2019-07-22 20:23:18 +03:00
Matthias 790838d897
Merge pull request #2024 from freqtrade/custom_hyperopt_loss
Custom hyperopt loss function (and sharpe-ratio)
2019-07-20 12:48:26 +02:00
Matthias 4d0cf9ec8e
Merge pull request #2033 from hroff-1902/remove-dynamic-whitelist-option
remove deprecated --dynamic-whitelist option
2019-07-19 06:38:54 +02:00
Matthias fa8904978b Don't use --hyperopt-loss-class, but --hyperopt-loss instead 2019-07-19 06:31:49 +02:00
hroff-1902 4a144d1c18 docs: description for whitelist and blacklist fixed 2019-07-18 22:43:36 +03:00
Matthias e01c0ab4d6 Improve doc wording 2019-07-18 20:02:28 +02:00
hroff-1902 43d5ec2d4a docs: removed historical excursus which can confuse new users 2019-07-18 18:15:51 +03:00
hroff-1902 75a0998ed2 docs: restore link to #dynamic-pairlists. 2019-07-18 18:08:02 +03:00
hroff-1902 50d2950e6b add -V alias for --version 2019-07-18 12:12:34 +03:00
hroff-1902 96564d0dad remove deprecated --dynamic-whitelist option 2019-07-18 10:45:47 +03:00
Matthias 639a4d5cf7 Allow importing interface from hyperopt.py 2019-07-17 07:15:43 +02:00
Matthias 0e500de1a0 Add sample loss and improve docstring 2019-07-17 06:32:24 +02:00
Matthias 1493771087 improve description 2019-07-16 19:40:42 +02:00
Matthias 192d7ad735 Add column description to hyperopt documentation 2019-07-16 06:54:38 +02:00
Matthias d23179e25c Update hyperopt-loss to use resolver 2019-07-16 06:27:43 +02:00
Matthias c4e55d78d5 reword documentation 2019-07-16 05:41:39 +02:00
Matthias 55e8092cbf Add sharpe ratio as loss function 2019-07-15 22:52:33 +02:00
Matthias 710443d200 Add documentation for custom hyperopt 2019-07-15 21:38:49 +02:00
Matthias cbe25178d7
Merge pull request #2009 from hroff-1902/fix-2008
fix #2008
2019-07-15 10:55:33 +02:00
Matthias a3b7e1f774 Update wording in docs 2019-07-15 06:59:20 +02:00
hroff-1902 876cae2807 docs adjusted to current default values; more detailed description of --eps and --dmmp added 2019-07-14 22:48:15 +03:00
Matthias 7536f6adbd
Merge pull request #2004 from freqtrade/doc/starting
Don't run the bot with python3 freqtrade
2019-07-12 09:02:41 +02:00
Matthias 6a43128019 Fix non-rendering docs 2019-07-10 08:49:42 +02:00
Matthias 27cb1a4174 Add FAQ section explaining "module not found" errors 2019-07-08 17:08:14 +02:00