Commit Graph

  • 2710226326 Update documentation to use subcommands Matthias 2019-09-29 19:18:02 +0200
  • 381b0d3d07 Fix typo with new parser Matthias 2019-09-29 16:28:14 +0200
  • 52523bcd8b Use strategy child parser Matthias 2019-09-29 16:25:25 +0200
  • 0d13e2cb2e Update travis to run new methods Matthias 2019-09-16 11:34:44 +0200
  • 014881e550 Allow query version without subcommand Matthias 2019-09-16 06:44:39 +0200
  • 67b82638db Move test without command to test_main Matthias 2019-09-16 06:44:20 +0200
  • 09f18d07b0 Adjust some hyperopt tests Matthias 2019-09-16 06:44:07 +0200
  • 9ef874e979 Add Custom message during transition period Matthias 2019-09-16 06:35:37 +0200
  • 0aa73d5b35 Add test for failing case Matthias 2019-09-14 13:47:33 +0200
  • ad2fa61765 Fix utils test Matthias 2019-09-14 13:40:28 +0200
  • e8106f3792 Fix most tests to have trade as default argument Matthias 2019-09-14 13:38:26 +0200
  • db3b974479 Fix calling sequence Matthias 2019-09-14 13:19:40 +0200
  • d62a4d3566 Fix some minor problems Matthias 2019-09-14 13:19:21 +0200
  • 1b25b5f590 Remove duplicate short-form -s Matthias 2019-09-14 13:19:05 +0200
  • 03add90c94 Adjust some tests to new call-method Matthias 2019-09-14 13:18:52 +0200
  • 0f2e277f80 Rename subparser variable to command Matthias 2019-09-14 11:19:42 +0200
  • 8664e7f7d3 Have main.py support only subcommand mode Matthias 2019-09-14 11:19:08 +0200
  • cb37f43277 Add trade subparser (and make subparser a requirement) Matthias 2019-09-14 11:16:14 +0200
  • 2a535b72ff Parser should not have default Matthias 2019-09-14 11:15:51 +0200
  • cd2336887c Add first version with shared parent parsers Matthias 2019-09-04 17:14:04 +0200
  • 448b09d7b6 Add list-timeframes subcommand hroff-1902 2019-09-29 11:54:20 +0300
  • 704fea616b
    Merge pull request #2316 from freqtrade/no_main_py hroff-1902 2019-09-29 11:33:40 +0300
  • 23665c7731 Don't use main.py as entry point in documentation Matthias 2019-09-29 10:25:47 +0200
  • 4025ec9900
    Merge pull request #2315 from freqtrade/hroff-1902-patch-1 Matthias 2019-09-29 10:17:07 +0200
  • 6a397f579e
    Add description of usage hroff-1902 2019-09-29 00:43:27 +0300
  • c31f118d0c
    Merge pull request #2307 from freqtrade/rounding hroff-1902 2019-09-28 12:39:27 +0300
  • 2f005d6be9
    Align example of ROI in the docs hroff-1902 2019-09-28 11:56:19 +0300
  • 45f5394d79
    Align example in the docs hroff-1902 2019-09-28 11:54:26 +0300
  • 7e214d8e4c
    minor: change default stoploss space hroff-1902 2019-09-28 11:50:15 +0300
  • ed10048394
    Merge pull request #2308 from hroff-1902/hyperopt-config Matthias 2019-09-28 10:36:46 +0200
  • 43f2ef226c Change rel_tol to abs_tol to avoid surprises with high priced pairs Matthias 2019-09-28 10:30:12 +0200
  • 42b5a0977e fix failing test Matthias 2019-09-28 10:14:38 +0200
  • 3b1252207d
    Merge pull request #2314 from hroff-1902/fix-2259 Matthias 2019-09-28 10:09:08 +0200
  • 4ac53f1549 Shorten the default hyperopt stoploss space hroff-1902 2019-09-28 04:13:53 +0300
  • 36770f8c82 Cosmetics hroff-1902 2019-09-28 03:52:00 +0300
  • 00dc9c4587 Adjust test hroff-1902 2019-09-28 03:45:51 +0300
  • e5d15251a3 Fix #2295: better logging for whitelist processing hroff-1902 2019-09-28 03:36:07 +0300
  • 21b807aa85
    Merge pull request #2310 from freqtrade/slack_link hroff-1902 2019-09-26 21:12:40 +0300
  • 28e0398c68
    Merge pull request #2280 from freqtrade/backtest_docs Matthias 2019-09-26 19:37:34 +0200
  • 637ec60644 Update slack link Matthias 2019-09-26 19:36:09 +0200
  • 11bb7e520c use .develop dockerfile, move docs to develop.md, add freqtrade_bash Ashton Honnecke 2019-09-26 09:22:49 -0600
  • 6ba9316e15 Merge branch 'develop' into backtest_docs Matthias 2019-09-26 11:04:01 +0200
  • 60e3e626e4 Improve timerange section of the docs Matthias 2019-09-26 11:00:26 +0200
  • 9db915853a Allow use of config in custom hyperopt methods hroff-1902 2019-09-26 11:59:21 +0300
  • 5237723f22
    Merge pull request #2303 from freqtrade/feat/hyperopt_optional_install Matthias 2019-09-26 09:42:16 +0200
  • eb07f1fee9 Fix typo Matthias 2019-09-26 09:31:31 +0200
  • 8d92f8b362 Compare floats via isclose instead of == Matthias 2019-09-26 07:04:56 +0200
  • 49f0a72121 Add test for rounding error on fload aggregation Matthias 2019-09-26 06:48:46 +0200
  • 5978b7bb93 Add explicit test for halfbought fee adjustment Matthias 2019-09-26 06:26:25 +0200
  • e09408f9b7
    Merge pull request #2306 from freqtrade/hroff-1902-patch-1 Matthias 2019-09-26 06:15:40 +0200
  • 83e596c06f chart styling Jonathan Raviotta 2019-09-25 23:09:50 -0400
  • 0268bfdbd4
    Minor: fix typo in comment hroff-1902 2019-09-26 02:04:48 +0300
  • b994f5c273
    Merge pull request #2294 from hroff-1902/fix-skopt-memory3 Matthias 2019-09-25 19:55:27 +0200
  • e9de088209 Add import-fails code as a fixture Matthias 2019-09-25 11:54:57 +0200
  • d05db077e2 Update PI install documentation and dockerfile Matthias 2019-09-25 08:56:06 +0200
  • d2f2473070 install hyperopt seperately ([hyperopt]) Matthias 2019-09-24 15:03:40 +0200
  • 47b6b56566 Reorg dependencies to have hyperopt seperated Matthias 2019-09-24 14:53:36 +0200
  • 27cc73f47e Dynamically import hyperopt modules Matthias 2019-09-24 14:39:28 +0200
  • cc91ccad3e Improve documentation wording Matthias 2019-09-25 06:26:28 +0200
  • 0102413f58
    Merge pull request #2301 from hroff-1902/fix-hyperopt-position-stacking Matthias 2019-09-25 06:22:39 +0200
  • 665e0570ae Fix hyperopt position stacking hroff-1902 2019-09-25 03:41:22 +0300
  • 9391c27b80 Enhancements to BB plotting Jonathan Raviotta 2019-09-23 20:00:07 -0400
  • a75fb3d4be
    Merge pull request #2197 from freqtrade/implement_version_dev hroff-1902 2019-09-24 21:20:49 +0300
  • 2d86510acf
    Merge pull request #2298 from freqtrade/fix/failing_tests hroff-1902 2019-09-24 21:19:45 +0300
  • 5c3b14069e
    Merge pull request #2285 from freqtrade/doc/configuration hroff-1902 2019-09-24 21:18:30 +0300
  • fe483ad011 Don't use the develop dockerfile for local Ashton Honnecke 2019-09-24 09:03:44 -0600
  • 0ce070acac Merge branch 'develop' of https://github.com/freqtrade/freqtrade into docker-compose Ashton Honnecke 2019-09-24 08:59:22 -0600
  • 6c0a1fc42c Fix tests that fail when config.json is present Matthias 2019-09-24 11:07:12 +0200
  • d066ab2620
    Merge pull request #2278 from freqtrade/remove_refresh hroff-1902 2019-09-24 09:07:25 +0300
  • 3a5bd4c03e
    Merge pull request #2284 from freqtrade/fix/download_errors hroff-1902 2019-09-24 09:06:00 +0300
  • 93b2621651 Add format description for pairs.json file Matthias 2019-09-24 07:07:06 +0200
  • 6aa1ec2a4c Some small restructuring Matthias 2019-09-24 07:05:30 +0200
  • cc9fc41318 Rename section to data-downloading, implement some feedback Matthias 2019-09-24 06:56:19 +0200
  • fe40636ae1 Improve wordings Matthias 2019-09-24 06:42:44 +0200
  • 577b1fd965 Improve documentation wording Matthias 2019-09-24 06:39:00 +0200
  • 0f97a999fb Improve wording Matthias 2019-09-24 06:35:41 +0200
  • cb6e136893 how to exec Ashton Honnecke 2019-09-23 13:35:18 -0600
  • 5c3fb4d5b3 docs for running docker-compose locally Ashton Honnecke 2019-09-23 13:30:55 -0600
  • 7c6921c743 pr feedback regarding docker-compose naming Ashton Honnecke 2019-09-23 13:17:20 -0600
  • 22af7f7881
    Merge pull request #2291 from freqtrade/dependabot/pip/develop/ccxt-1.18.1180 Matthias 2019-09-23 19:50:55 +0200
  • 6ffb8b7a70 Fix wordings in comment hroff-1902 2019-09-23 13:25:31 +0300
  • 95e725c2b6
    Bump ccxt from 1.18.1159 to 1.18.1180 dependabot-preview[bot] 2019-09-23 10:15:28 +0000
  • b18ad7a834
    Merge pull request #2290 from freqtrade/dependabot/pip/develop/urllib3-1.25.5 Matthias 2019-09-23 12:14:50 +0200
  • cfa76fa600
    Merge pull request #2292 from freqtrade/dependabot/pip/develop/pytest-5.1.3 Matthias 2019-09-23 12:14:32 +0200
  • d226fff111
    Merge pull request #2293 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.1.1 Matthias 2019-09-23 12:14:14 +0200
  • 0c6164df7e Fix memory exhaustion in skopt models list hroff-1902 2019-09-23 11:59:34 +0300
  • d8bc350445
    Bump python-telegram-bot from 12.1.0 to 12.1.1 dependabot-preview[bot] 2019-09-23 08:55:31 +0000
  • 242ff26e21
    Bump pytest from 5.1.2 to 5.1.3 dependabot-preview[bot] 2019-09-23 08:54:57 +0000
  • ab0adabd39
    Bump urllib3 from 1.25.3 to 1.25.5 dependabot-preview[bot] 2019-09-23 08:54:11 +0000
  • ba4db0da49 Improve configuration documentation Matthias 2019-09-21 13:16:53 +0200
  • 7aa42f8868 Fail download-data gracefully if no pairs-file exists Matthias 2019-09-21 12:53:15 +0200
  • 3245ebccd4 Fix problme when no exchange is given to download-data Matthias 2019-09-21 11:24:51 +0200
  • 359b0ba088 Add samples for plotting to jupyter documentation Matthias 2019-09-21 10:57:16 +0200
  • 5234f8bf28 Update jupyter notebook slightly Matthias 2019-09-21 10:41:58 +0200
  • 9a3bad291a Automatically generate documentation from jupyter notebook Matthias 2019-09-21 10:27:43 +0200
  • b1a3e213ae Improve backtesting docs Matthias 2019-09-21 10:09:14 +0200
  • 2fcddfc866 Clarify updating existing data Matthias 2019-09-20 20:29:26 +0200
  • 313091eb1c some more refresh_pairs cleanups Matthias 2019-09-20 20:22:51 +0200
  • 508a35fc20 Update comment as to why certain points have not been removed Matthias 2019-09-20 20:20:16 +0200
  • 9cedbc1345 Cleanup history.py and update documentation Matthias 2019-09-20 20:16:49 +0200