Commit Graph

  • 2741c5c330 inherit freqtrade exceptions from Exception i.o. BaseException hroff-1902 2019-05-16 22:38:59 +0300
  • 175fc8591e
    Merge pull request #1845 from freqtrade/fix/1840 Matthias 2019-05-15 19:39:46 +0200
  • 3c62586878
    Merge pull request #1852 from hroff-1902/hyperopt-verify Matthias 2019-05-15 19:39:17 +0200
  • 6fd4e67a5d make flake8 happy hroff-1902 2019-05-15 13:43:04 +0300
  • 64becdf895 Suppress scikit-learn DeprecationWarning in hyperopt hroff-1902 2019-05-15 13:35:09 +0300
  • 8b95e12468 log message adjusted in backtesting and hyperopt hroff-1902 2019-05-15 12:05:35 +0300
  • 90a52e4602 tests adjusted; new test_start_no_data() added for hyperopt hroff-1902 2019-05-14 09:23:09 +0300
  • 5677c4882e minor: add ticker data validation; log backtesting interval hroff-1902 2019-05-13 23:56:59 +0300
  • 6d17cd50fe
    Merge pull request #1851 from freqtrade/pyup/weekly Misagh 2019-05-13 20:01:21 +0200
  • 1cd98665de Update pyup only weekly Matthias 2019-05-13 19:50:56 +0200
  • cfcf97b616
    Merge pull request #1837 from hroff-1902/hyperopt-minor-1 Matthias 2019-05-13 19:49:23 +0200
  • 6efebef714
    Merge pull request #1848 from freqtrade/pyup/scheduled-update-2019-05-13 Misagh 2019-05-13 15:39:11 +0200
  • 600f660f5e Update ccxt from 1.18.522 to 1.18.523 pyup-bot 2019-05-13 12:41:06 +0000
  • 003461ec96 tests adjusted hroff-1902 2019-05-12 21:19:20 +0300
  • 00b4501c59 avg profit and total profit corrected (to be %, not ratio); comments cleaned up a bit; typo in the log msg fixed hroff-1902 2019-05-12 21:14:00 +0300
  • 8142794447
    Merge pull request #1846 from freqtrade/pyup/scheduled-update-2019-05-12 Matthias 2019-05-12 19:33:15 +0200
  • ea2ef78ceb
    Merge pull request #1843 from freqtrade/small_fixes Misagh 2019-05-12 17:36:34 +0200
  • 11dca0bd29 Update pytest from 4.4.2 to 4.5.0 pyup-bot 2019-05-12 12:41:06 +0000
  • dccd6b4a91 Update ccxt from 1.18.519 to 1.18.522 pyup-bot 2019-05-12 12:41:05 +0000
  • 46b1ecc77d Fix #1840 - Support balances other than USDT Matthias 2019-05-11 15:27:09 +0200
  • 8a319e90c6
    Merge pull request #1844 from freqtrade/pyup/scheduled-update-2019-05-11 Matthias 2019-05-11 15:04:38 +0200
  • 652914a67b Update python-rapidjson from 0.7.0 to 0.7.1 pyup-bot 2019-05-11 12:41:07 +0000
  • 22f902f0f7 Update ccxt from 1.18.516 to 1.18.519 pyup-bot 2019-05-11 12:41:06 +0000
  • 131b232155 Add sample for order_types in config (slightly different syntax) Matthias 2019-05-11 14:33:35 +0200
  • 52da64b6dc Align configuration files Matthias 2019-05-11 14:33:26 +0200
  • 75306b7a6e tests adjusted hroff-1902 2019-05-11 10:17:46 +0300
  • 867f9ae362
    Merge pull request #1838 from freqtrade/pyup/scheduled-update-2019-05-10 Matthias 2019-05-10 19:32:37 +0200
  • ab23db2fa1 Update scikit-learn from 0.20.3 to 0.21.0 pyup-bot 2019-05-10 12:42:14 +0000
  • 349d556339 Update ccxt from 1.18.514 to 1.18.516 pyup-bot 2019-05-10 12:42:13 +0000
  • 7bfd0ecbb5
    Merge pull request #1835 from freqtrade/docs/print-dataframe Misagh 2019-05-10 14:24:37 +0200
  • 0f43e0bb7d minor hyperopt output improvements hroff-1902 2019-05-10 10:54:44 +0300
  • 43c2cf8e1c
    Merge pull request #1836 from freqtrade/pyup/scheduled-update-2019-05-09 Misagh 2019-05-09 16:05:20 +0200
  • 00383b9438 Update pytest from 4.4.1 to 4.4.2 pyup-bot 2019-05-09 12:42:09 +0000
  • f36ccdd9fa Update ccxt from 1.18.512 to 1.18.514 pyup-bot 2019-05-09 12:42:08 +0000
  • 909df0d7bb Improve doc wording Matthias 2019-05-09 08:56:27 +0200
  • 0410654c2c Add printing dataframe to documentation Matthias 2019-05-09 06:51:30 +0200
  • 0dbe9cb586
    Merge pull request #1823 from hroff-1902/update-qtpylib Matthias 2019-05-09 06:47:14 +0200
  • 45e5867736 heikinashi loop optimized; reset_index moved to tests hroff-1902 2019-05-08 23:41:45 +0300
  • 1ccc25b486 Fix test-data indexing Matthias 2019-05-08 20:33:22 +0200
  • d6aa63bd97
    Merge pull request #1834 from freqtrade/pyup/scheduled-update-2019-05-08 Matthias 2019-05-08 15:10:50 +0200
  • cf1ad3fd8c Update ccxt from 1.18.509 to 1.18.512 pyup-bot 2019-05-08 12:42:06 +0000
  • 2554ebf273 fixed: heikinashi worked in backtesting, but failed in tests with testing arrays hroff-1902 2019-05-08 00:00:44 +0300
  • d642e03cd0 heikinashi performance problem resolved hroff-1902 2019-05-07 23:39:42 +0300
  • c8d75fbd8a
    Merge pull request #1832 from freqtrade/pyup/scheduled-update-2019-05-07 Matthias 2019-05-07 15:53:00 +0200
  • db0644eddf Update plotly from 3.8.1 to 3.9.0 pyup-bot 2019-05-07 12:42:10 +0000
  • a8c4bed4e8 Update ccxt from 1.18.508 to 1.18.509 pyup-bot 2019-05-07 12:42:07 +0000
  • a70830a7b7
    Merge pull request #1825 from freqtrade/doc/docker Misagh 2019-05-07 14:04:50 +0200
  • 4bb004c6f4
    Merge pull request #1828 from freqtrade/rpc/trade_tojson Misagh 2019-05-07 14:03:58 +0200
  • 6467d3b58e check python version hroff-1902 2019-05-06 18:27:05 +0300
  • 194ab5aa92
    Merge pull request #1829 from freqtrade/pyup/scheduled-update-2019-05-06 Misagh 2019-05-06 14:57:10 +0200
  • c8b8806fed Update ccxt from 1.18.507 to 1.18.508 pyup-bot 2019-05-06 12:42:06 +0000
  • 1a677c7441 Add explicit test for to_json Matthias 2019-05-06 06:56:22 +0200
  • 2b78f73fe5 Adapt tests to to_json method Matthias 2019-05-06 06:56:07 +0200
  • 31d271084f Move json to persistence Matthias 2019-05-06 06:55:12 +0200
  • 2200a0223b fixed heikinashi hroff-1902 2019-05-06 00:30:21 +0300
  • 1e056ee415 Move trade jsonification to trade class Matthias 2019-05-05 14:07:08 +0200
  • 4ae743ecb6
    Merge pull request #1826 from freqtrade/pyup/scheduled-update-2019-05-04 Matthias 2019-05-04 15:38:57 +0200
  • 6c03246ec8 Update ccxt from 1.18.502 to 1.18.507 pyup-bot 2019-05-04 12:42:04 +0000
  • f506644a8c Improve docker documentation Matthias 2019-05-04 09:10:25 +0200
  • b83a0f9a9c
    Merge pull request #1822 from freqtrade/pyup/scheduled-update-2019-05-03 Matthias 2019-05-04 00:09:48 +0200
  • 66c2bdd65a flake happy hroff-1902 2019-05-03 16:58:51 +0300
  • 1be4c59481 qtpylib/indicators.py updated hroff-1902 2019-05-03 16:48:07 +0300
  • 32e4b0b1b2 Update pytest-cov from 2.6.1 to 2.7.1 pyup-bot 2019-05-03 12:43:09 +0000
  • dad55fe7a8 Update ccxt from 1.18.500 to 1.18.502 pyup-bot 2019-05-03 12:43:08 +0000
  • 9147e6c5bf
    Merge pull request #1821 from freqtrade/pyup/scheduled-update-2019-05-02 Matthias 2019-05-02 19:06:39 +0200
  • 6c2301ec39 Update ccxt from 1.18.497 to 1.18.500 pyup-bot 2019-05-02 12:43:05 +0000
  • 7e96d57627
    Merge pull request #1819 from hroff-1902/hyperopt-min-trades Matthias 2019-05-02 09:36:13 +0200
  • de6112adb7
    Merge pull request #1814 from freqtrade/rpc/forcesell Misagh 2019-05-01 16:47:22 +0200
  • 46214ce7cd Fix typo after feedback Matthias 2019-05-01 16:21:14 +0200
  • ee619f2919
    Merge pull request #1820 from freqtrade/pyup/scheduled-update-2019-05-01 Matthias 2019-05-01 15:09:46 +0200
  • 269699988b test adjusted hroff-1902 2019-05-01 15:55:56 +0300
  • 4cecf04639 Update ccxt from 1.18.496 to 1.18.497 pyup-bot 2019-05-01 14:43:05 +0200
  • e7b81e4d46 hyperopt --min-trades parameter hroff-1902 2019-05-01 15:27:58 +0300
  • e1acf0a94d
    Merge pull request #1804 from hroff-1902/hyperopt-lock Matthias 2019-05-01 12:55:32 +0200
  • b9d7bb2d8e Merge branch 'develop' into pr/hroff-1902/1804 Matthias 2019-05-01 12:54:36 +0200
  • 90f357db6f
    Merge pull request #1817 from freqtrade/cover/reload_conf Matthias 2019-05-01 12:42:25 +0200
  • 3c376c8e9b
    Merge pull request #1816 from freqtrade/pyup/scheduled-update-2019-04-30 Matthias 2019-04-30 19:34:08 +0200
  • b24bbb2cb1 Improve test for reload_conf with a "realistic" workflow Matthias 2019-04-30 19:32:03 +0200
  • 97f2c74dd8
    Merge pull request #1815 from hroff-1902/fix-1810 Matthias 2019-04-30 19:31:23 +0200
  • 5665426e6b better type hints in worker hroff-1902 2019-04-30 19:47:55 +0300
  • 6150679736 Update ccxt from 1.18.493 to 1.18.496 pyup-bot 2019-04-30 12:42:06 +0000
  • 4804f45156
    Merge pull request #1802 from freqtrade/refactor/config Matthias 2019-04-30 12:13:40 +0200
  • 537c03504f fix #1810 hroff-1902 2019-04-30 10:29:49 +0300
  • 91642b2bd9 Add tsts for forcesell-answers Matthias 2019-04-30 06:25:02 +0200
  • f71eda1c2f Have forcesell return a result Matthias 2019-04-30 06:23:14 +0200
  • c347013eef
    Merge pull request #1812 from freqtrade/pyup/scheduled-update-2019-04-29 Matthias 2019-04-29 15:54:40 +0200
  • 59bd081e92 Update ccxt from 1.18.492 to 1.18.493 pyup-bot 2019-04-29 12:42:12 +0000
  • 6166e19405
    Merge pull request #1808 from freqtrade/pyup/scheduled-update-2019-04-27 Matthias 2019-04-27 16:55:01 +0200
  • 21b31f11b8 Update ccxt from 1.18.491 to 1.18.492 pyup-bot 2019-04-27 12:42:05 +0000
  • dd2e05b33f
    Merge pull request #1807 from freqtrade/fix/travis Matthias 2019-04-27 09:12:27 +0200
  • 40c0207377 revert erroneous refactor Matthias 2019-04-26 19:59:05 +0200
  • dc12cacd50 Rename requirements-pi to requirements.common Matthias 2019-04-26 19:57:09 +0200
  • 99b08fbd13 Remove unused Hyperopt test lines Matthias 2019-04-26 19:51:24 +0200
  • bf2a39b76d Fix add requirements-pi.txt in dockerfile earlier Matthias 2019-04-26 19:50:18 +0200
  • b84b52202e
    Merge pull request #1806 from freqtrade/pyup/scheduled-update-2019-04-26 Matthias 2019-04-26 19:16:56 +0200
  • eaf5547b88 Update ccxt from 1.18.489 to 1.18.491 pyup-bot 2019-04-26 12:42:07 +0000
  • ea44bbff9f prevent hyperopt from running simultaneously hroff-1902 2019-04-25 11:11:04 +0300
  • cc0c96af50
    Merge pull request #1801 from freqtrade/catch_network_timeout_1789 Matthias 2019-04-24 22:40:52 +0200
  • ef3b244c1a
    Merge pull request #1798 from freqtrade/downgrade_urllib Matthias 2019-04-24 22:30:59 +0200
  • 45ecbc91e8 Use BaseError, not NetworkError in exception handler Matthias 2019-04-24 22:20:05 +0200