Commit Graph

  • 78f50a1471 move logic from hyperopt to freqtrade.strategy gcarq 2018-06-23 11:13:49 +0200
  • 5aae215c94 wrap strategies with HyperoptStrategy for module lookups with pickle gcarq 2018-06-23 10:25:03 +0200
  • 2738d3aed8 update plotly xmatthias 2018-06-23 13:12:36 +0200
  • 01d45bee76 fix flake8 Janne Sinivirta 2018-06-23 07:58:25 +0300
  • c1691f21f3 check that we set fee on backtesting init Janne Sinivirta 2018-06-22 21:55:09 +0300
  • a68c90c512 avoid calling exchange.get_fee inside loop Janne Sinivirta 2018-06-22 21:04:07 +0300
  • 90caa09ae0
    Merge pull request #944 from freqtrade/improve-strategy-handling Janne Sinivirta 2018-06-23 14:32:39 +0300
  • 909fd39b80
    Merge pull request #945 from freqtrade/update_plotly Michael Egger 2018-06-23 13:15:15 +0200
  • d23cd73ba8 update plotly xmatthias 2018-06-23 13:12:36 +0200
  • fc219b4e94 move experimental eval below stop_loss_reached to improve performance xmatthias 2018-06-23 13:10:08 +0200
  • a0c9a9585d apiserver: implement tests for start() and stop() gcarq 2018-06-23 12:52:29 +0200
  • d0b729e78e implement name property in abstract class gcarq 2018-06-23 12:28:32 +0200
  • 0f6c41389c rename ApiServerSuperWrap into ApiServer gcarq 2018-06-23 12:14:38 +0200
  • 818a6b12ed tests: add dir() assertion gcarq 2018-06-23 11:57:26 +0200
  • 6389869fda
    Merge pull request #943 from creslinux/feature/flask-rest Michael Egger 2018-06-23 11:54:15 +0200
  • c72397936e Updated def comments to be __docstring__ compatible creslinux 2018-06-23 09:48:51 +0000
  • 6c3ea7c5f9 flake 8 fix creslinux 2018-06-23 09:22:25 +0000
  • 5cda78bf32 moved default page "/" index into self_register_other() out of the block of URLs that call rpc.rcp functionality. creslinux 2018-06-23 09:19:34 +0000
  • 4bd61df3a7 implement test for import_strategy gcarq 2018-06-23 11:14:31 +0200
  • c40e6a12d1 move logic from hyperopt to freqtrade.strategy gcarq 2018-06-23 11:13:49 +0200
  • d0d128d203 Moved registering application urls out of the run def and into their own creslinux 2018-06-23 09:08:39 +0000
  • 3360bf4001 wrap strategies with HyperoptStrategy for module lookups with pickle gcarq 2018-06-23 10:25:03 +0200
  • 418359ac9a Merge branch 'develop' of https://github.com/freqtrade/freqtrade into feature/flask-rest gcarq 2018-06-23 09:34:32 +0200
  • 72b89e694a telegram: remove duplicate test for /status gcarq 2018-06-23 09:29:45 +0200
  • 77d53b0b7c remove _rpc_status_table and reuse _rpc_status instead gcarq 2018-06-23 09:28:13 +0200
  • 4aab55d27b api_server: fix flake8 warnings and implement missing methods gcarq 2018-06-23 09:27:28 +0200
  • 168ed91fe1
    Merge pull request #941 from freqtrade/avoid-fee-calls-backtesting Michael Egger 2018-06-23 08:17:25 +0200
  • 9a07d57ed7 fix flake8 Janne Sinivirta 2018-06-23 07:58:25 +0300
  • 2be7b3d9eb fix mocked bid-value to match limt_buy_order config xmatthias 2018-06-22 21:24:21 +0200
  • e2a2a0be9b extract stop_loss_reached to allow check before ignore_roi_if_buy_signal xmatthias 2018-06-22 21:21:34 +0200
  • f7e5d2c3a5 check that we set fee on backtesting init Janne Sinivirta 2018-06-22 21:55:09 +0300
  • cbfee51f32 introduce experimental variable and fix test naming xmatthias 2018-06-22 20:51:21 +0200
  • 8a44dff595 don't sell if buy is still active xmatthias 2018-06-22 20:10:05 +0200
  • c73b9f5c77 avoid calling exchange.get_fee inside loop Janne Sinivirta 2018-06-22 21:04:07 +0300
  • e759a90b2d
    Update doc for manually fix trade Pan Long 2018-06-22 19:16:48 +0530
  • c413e94f83
    Merge pull request #940 from freqtrade/pyup-scheduled-update-2018-06-22 Samuel Husso 2018-06-22 16:14:20 +0300
  • 98cd8970f9 Update ccxt from 1.14.242 to 1.14.253 pyup-bot 2018-06-22 14:24:06 +0200
  • 5fcdd3831c
    Merge pull request #928 from freqtrade/feat/objectify_exchange Janne Sinivirta 2018-06-22 06:36:14 +0300
  • a2426c3854 refactor _rpc_balance gcarq 2018-06-22 04:08:51 +0200
  • 8d54a20122 return dict from _rpc_status and handle rendering in module impl gcarq 2018-06-22 03:54:10 +0200
  • ec4e6272d0 remove markdown formatting from exception string gcarq 2018-06-22 03:37:19 +0200
  • ada87ba3a0 convert start, stop and reload_conf to return a dict gcarq 2018-06-22 03:32:45 +0200
  • 556d507317 move endpoint definitions to class scope gcarq 2018-06-22 02:56:10 +0200
  • 8ecfbc2a35 make rpc modules optional gcarq 2018-06-22 02:55:49 +0200
  • 814894da7b fix flake8 warnings gcarq 2018-06-22 02:55:27 +0200
  • 089f633c06 Merge branch 'flask_rest' of https://github.com/creslinux/freqtrade into feature/flask-rest gcarq 2018-06-22 02:43:10 +0200
  • 7f08b30ee4
    Merge 05226f6def into 7f927b4d7a creslin 2018-06-21 19:42:13 +0000
  • d94a2311d4
    Merge 435f299bcf into 7f927b4d7a Gert Wohlgemuth 2018-06-21 18:48:50 +0000
  • 7f927b4d7a Squashed commit of the following: xmatthias 2018-06-21 20:47:53 +0200
  • 99e3c6e526
    Merge pull request #936 from freqtrade/pyup-scheduled-update-2018-06-21 Matthias 2018-06-21 15:20:22 +0200
  • ff5eaccc20 setting config.json example defaults Nullart 2018-06-21 21:16:29 +0800
  • c7976f51e2 Update ccxt from 1.14.230 to 1.14.242 pyup-bot 2018-06-21 14:24:06 +0200
  • b27d3e6ef0 experimental.sell_fullfilled_at_roi bug fix for 0 duration Nullart 2018-06-21 19:37:51 +0800
  • 2c43590268
    Merge pull request #933 from freqtrade/pyup-scheduled-update-2018-06-20 Michael Egger 2018-06-20 14:36:44 +0200
  • 36cfea3d0f Update pytest from 3.6.1 to 3.6.2 pyup-bot 2018-06-20 14:23:08 +0200
  • a493a2ceef Update ccxt from 1.14.224 to 1.14.230 pyup-bot 2018-06-20 14:23:06 +0200
  • 06c329abec added fix to reduce amount of outdated messages Gert Wohlgemuth 2018-06-20 02:00:08 -0700
  • 435f299bcf
    fixes the warning messages that outdated samples exist Gert Wohlgemuth 2018-06-20 01:57:28 -0700
  • 62d936e11d Added some more checks for nullarts config properties Gert Wohlgemuth 2018-06-20 01:26:00 -0700
  • fa525741df minor bug fixes Gert Wohlgemuth 2018-06-20 01:20:50 -0700
  • c7a72d470c
    Merge pull request #33 from nullart/nullartHFT Gert Wohlgemuth 2018-06-20 01:06:56 -0700
  • 3b7a54a963 Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth Gert Wohlgemuth 2018-06-19 10:29:35 -0700
  • f5073d92b7 added flake8 settings and optimization Gert Wohlgemuth 2018-06-19 10:29:30 -0700
  • aa2cb044fb
    Update README.md Gert Wohlgemuth 2018-06-19 10:22:00 -0700
  • 014d11c40f
    Update README.md Gert Wohlgemuth 2018-06-19 10:05:40 -0700
  • 1c8b29b848 satisfied flake8 again Gert Wohlgemuth 2018-06-19 10:00:41 -0700
  • 39368baffd Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth Gert Wohlgemuth 2018-06-19 09:56:57 -0700
  • 844761db35 Merge branch 'freqtrade-develop' into wohlgemuth Gert Wohlgemuth 2018-06-19 09:56:20 -0700
  • c2e83e97c3 merged Gert Wohlgemuth 2018-06-19 09:56:04 -0700
  • 96b7273b8f
    Merge pull request #931 from freqtrade/pyup-scheduled-update-2018-06-19 Michael Egger 2018-06-19 16:27:30 +0200
  • 97a621325b bug fix: book order limit for binance Nullart 2018-06-19 21:33:42 +0800
  • e66b861c9e Update ccxt from 1.14.211 to 1.14.224 pyup-bot 2018-06-19 14:23:05 +0200
  • 844f198e3d Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth Gert Wohlgemuth 2018-06-18 23:03:56 -0700
  • 0568ce20d3 reduced logging Gert Wohlgemuth 2018-06-18 23:03:45 -0700
  • 65ce10a124
    Update freqtradebot.py nullart 2018-06-19 07:52:22 +0800
  • 8193ce557c
    Update freqtradebot.py nullart 2018-06-19 07:43:33 +0800
  • d4e500fb53
    Update freqtradebot.py nullart 2018-06-19 07:39:17 +0800
  • e0db31e9db
    Merge pull request #929 from freqtrade/backtest_docker Michael Egger 2018-06-18 22:54:18 +0200
  • a7be15d72f Update Documentation to include backtesting with docker xmatthias 2018-06-18 22:42:14 +0200
  • f7b46d5404 update docstring xmatthias 2018-06-18 22:34:28 +0200
  • 488f1717a1 update plot_dataframe script to objectify exchange xmatthias 2018-06-18 22:32:29 +0200
  • 2b0ef54595 update download_script for exchange objectify xmatthias 2018-06-18 22:28:51 +0200
  • 896afe7118 convert get_name and get_id to properties xmatthias 2018-06-18 22:20:50 +0200
  • 6ddbfc3aa4
    Merge branch 'wohlgemuth' into nullartHFT Gert Wohlgemuth 2018-06-18 13:19:40 -0700
  • ef53134499 lowercase variables xmatthias 2018-06-18 22:09:46 +0200
  • c31519fdb2 lowercase _api object xmatthias 2018-06-18 22:07:15 +0200
  • 162f948729 add test for non-configured exchange xmatthias 2018-06-18 19:56:23 +0200
  • ae4c4e77bf standardize exception tests - add one more xmatthias 2018-06-18 19:46:42 +0200
  • 695beecf14 add test for get_markets xmatthias 2018-06-18 19:36:36 +0200
  • cb015dec7b
    Merge pull request #927 from freqtrade/pyup-scheduled-update-2018-06-18 Samuel Husso 2018-06-18 15:47:43 +0300
  • 9bc8331667 Update ccxt from 1.14.202 to 1.14.211 pyup-bot 2018-06-18 14:23:05 +0200
  • 6c300e0a05 docs update Nullart 2018-06-18 18:42:48 +0800
  • 921f18b518 docs update Nullart 2018-06-18 18:25:40 +0800
  • 2f6673fbe7 tests and flake8 compliance Nullart 2018-06-18 18:05:43 +0800
  • 520c7feeab Add test for fetch_tickers xmatthias 2018-06-17 23:30:48 +0200
  • 1e3d722bc2 add test for get_trades xmatthias 2018-06-17 23:22:28 +0200
  • c9f8dfc6c5 increase get_fee coverage xmatthias 2018-06-17 23:05:44 +0200
  • d156de39f1 Increase test-coverage xmatthias 2018-06-17 22:57:49 +0200
  • 2b099a89e4 fix styling issues xmatthias 2018-06-17 22:42:28 +0200
  • 6e6ec969eb cleanup mockings xmatthias 2018-06-17 22:38:31 +0200