Commit Graph

  • f82b809fcf Merge with develop Anton 2018-06-23 16:50:27 +03:00
  • 9bad75f37d README: note to open an issue before starting major feature work Samuel Husso 2018-06-23 08:36:32 -05:00
  • 864bbc441a Merge pull request #882 from freqtrade/feature/revamp_readme Samuel Husso 2018-06-23 08:21:56 -05:00
  • e2df908304 Merge pull request #949 from freqtrade/pyup-scheduled-update-2018-06-23 Michael Egger 2018-06-23 14:56:52 +02:00
  • 642ad02316 remove unused import Janne Sinivirta 2018-06-23 15:56:38 +03:00
  • ab9e2fcea0 fix guard names to match search space Janne Sinivirta 2018-06-23 15:47:19 +03:00
  • 136456afc0 add three triggers to hyperopting Janne Sinivirta 2018-06-23 15:44:51 +03:00
  • 4ea5fcc661 resolver: don't fail if user_data can't be found gcarq 2018-06-23 14:42:22 +02:00
  • 9c66c25890 resolver: use current folder instead of script folder to find user_data gcarq 2018-06-23 14:34:36 +02:00
  • 925b9b0c19 Update ccxt from 1.14.253 to 1.14.256 pyup-bot 2018-06-23 14:23:07 +02:00
  • 09261b11af remove hyperopt and networkx from dependencies Janne Sinivirta 2018-06-23 15:22:14 +03:00
  • e25d8f9435 Merge pull request #947 from freqtrade/code-cleanup Matthias 2018-06-23 14:21:42 +02:00
  • 0440a19171 export open/close rate for backtesting too xmatthias 2018-06-23 14:19:50 +02:00
  • 0b3e4f6bcd remove dead code gcarq 2018-06-23 13:50:49 +02:00
  • 295dfe2652 persistence: remove obsolete global _CONF variable gcarq 2018-06-23 13:50:22 +02:00
  • df9015a7f1 Merge pull request #942 from xmatthias/feat/buy_on_sell_first Michael Egger 2018-06-23 13:42:03 +02:00
  • e8f2e6956d to avoid pickle problems, get rid of reference to exchange after initialization Janne Sinivirta 2018-06-22 21:02:59 +03:00
  • dde7df7fd3 add scikit-optimize to dependencies Janne Sinivirta 2018-06-22 17:08:22 +03:00
  • a525cba8e9 switch signal handler to try catch. fix pickling and formatting output Janne Sinivirta 2018-06-22 13:02:26 +03:00
  • 8272120c3a convert stoploss and ROI search spaces to skopt format Janne Sinivirta 2018-06-22 07:10:37 +03:00
  • 8fee2e2409 move result logging out from optimizer Janne Sinivirta 2018-06-21 14:59:36 +03:00
  • c415014153 use multiple jobs in acq Janne Sinivirta 2018-06-21 14:05:17 +03:00
  • 964cbdc262 increase initial sampling points Janne Sinivirta 2018-06-20 09:13:51 +03:00
  • a46badd5c0 reuse pool workers Janne Sinivirta 2018-06-19 21:57:42 +03:00
  • 0cb1aedf5b problem with pickling Janne Sinivirta 2018-06-19 09:09:54 +03:00
  • b485e6e0ba start small Janne Sinivirta 2018-06-18 22:40:36 +03:00
  • 810d7de869 tests: add dir() assertion gcarq 2018-06-23 11:57:26 +02:00
  • 398b21a11d implement test for import_strategy gcarq 2018-06-23 11:14:31 +02:00
  • 78f50a1471 move logic from hyperopt to freqtrade.strategy gcarq 2018-06-23 11:13:49 +02:00
  • 5aae215c94 wrap strategies with HyperoptStrategy for module lookups with pickle gcarq 2018-06-23 10:25:03 +02:00
  • 2738d3aed8 update plotly xmatthias 2018-06-23 13:12:36 +02:00
  • 01d45bee76 fix flake8 Janne Sinivirta 2018-06-23 07:58:25 +03:00
  • c1691f21f3 check that we set fee on backtesting init Janne Sinivirta 2018-06-22 21:55:09 +03:00
  • a68c90c512 avoid calling exchange.get_fee inside loop Janne Sinivirta 2018-06-22 21:04:07 +03:00
  • 90caa09ae0 Merge pull request #944 from freqtrade/improve-strategy-handling Janne Sinivirta 2018-06-23 14:32:39 +03:00
  • 909fd39b80 Merge pull request #945 from freqtrade/update_plotly Michael Egger 2018-06-23 13:15:15 +02:00
  • d23cd73ba8 update plotly xmatthias 2018-06-23 13:12:36 +02:00
  • fc219b4e94 move experimental eval below stop_loss_reached to improve performance xmatthias 2018-06-23 13:10:08 +02:00
  • 818a6b12ed tests: add dir() assertion gcarq 2018-06-23 11:57:26 +02:00
  • 4bd61df3a7 implement test for import_strategy gcarq 2018-06-23 11:14:31 +02:00
  • c40e6a12d1 move logic from hyperopt to freqtrade.strategy gcarq 2018-06-23 11:13:49 +02:00
  • 3360bf4001 wrap strategies with HyperoptStrategy for module lookups with pickle gcarq 2018-06-23 10:25:03 +02:00
  • 168ed91fe1 Merge pull request #941 from freqtrade/avoid-fee-calls-backtesting Michael Egger 2018-06-23 08:17:25 +02:00
  • 9a07d57ed7 fix flake8 Janne Sinivirta 2018-06-23 07:58:25 +03:00
  • 2be7b3d9eb fix mocked bid-value to match limt_buy_order config xmatthias 2018-06-22 21:24:21 +02:00
  • e2a2a0be9b extract stop_loss_reached to allow check before ignore_roi_if_buy_signal xmatthias 2018-06-22 21:21:34 +02:00
  • f7e5d2c3a5 check that we set fee on backtesting init Janne Sinivirta 2018-06-22 21:55:09 +03:00
  • cbfee51f32 introduce experimental variable and fix test naming xmatthias 2018-06-22 20:51:21 +02:00
  • 8a44dff595 don't sell if buy is still active xmatthias 2018-06-22 20:10:05 +02:00
  • c73b9f5c77 avoid calling exchange.get_fee inside loop Janne Sinivirta 2018-06-22 21:04:07 +03:00
  • e759a90b2d Update doc for manually fix trade Pan Long 2018-06-22 19:16:48 +05:30
  • c413e94f83 Merge pull request #940 from freqtrade/pyup-scheduled-update-2018-06-22 Samuel Husso 2018-06-22 16:14:20 +03:00
  • 98cd8970f9 Update ccxt from 1.14.242 to 1.14.253 pyup-bot 2018-06-22 14:24:06 +02:00
  • 5fcdd3831c Merge pull request #928 from freqtrade/feat/objectify_exchange Janne Sinivirta 2018-06-22 06:36:14 +03:00
  • 7f927b4d7a Squashed commit of the following: xmatthias 2018-06-21 20:47:53 +02:00
  • 99e3c6e526 Merge pull request #936 from freqtrade/pyup-scheduled-update-2018-06-21 Matthias 2018-06-21 15:20:22 +02:00
  • c7976f51e2 Update ccxt from 1.14.230 to 1.14.242 pyup-bot 2018-06-21 14:24:06 +02:00
  • 2c43590268 Merge pull request #933 from freqtrade/pyup-scheduled-update-2018-06-20 Michael Egger 2018-06-20 14:36:44 +02:00
  • 36cfea3d0f Update pytest from 3.6.1 to 3.6.2 pyup-bot 2018-06-20 14:23:08 +02:00
  • a493a2ceef Update ccxt from 1.14.224 to 1.14.230 pyup-bot 2018-06-20 14:23:06 +02:00
  • 96b7273b8f Merge pull request #931 from freqtrade/pyup-scheduled-update-2018-06-19 Michael Egger 2018-06-19 16:27:30 +02:00
  • e66b861c9e Update ccxt from 1.14.211 to 1.14.224 pyup-bot 2018-06-19 14:23:05 +02:00
  • e0db31e9db Merge pull request #929 from freqtrade/backtest_docker Michael Egger 2018-06-18 22:54:18 +02:00
  • a7be15d72f Update Documentation to include backtesting with docker xmatthias 2018-06-18 22:42:14 +02:00
  • f7b46d5404 update docstring xmatthias 2018-06-18 22:34:28 +02:00
  • 488f1717a1 update plot_dataframe script to objectify exchange xmatthias 2018-06-18 22:32:29 +02:00
  • 2b0ef54595 update download_script for exchange objectify xmatthias 2018-06-18 22:28:51 +02:00
  • 896afe7118 convert get_name and get_id to properties xmatthias 2018-06-18 22:20:50 +02:00
  • ef53134499 lowercase variables xmatthias 2018-06-18 22:09:46 +02:00
  • c31519fdb2 lowercase _api object xmatthias 2018-06-18 22:07:15 +02:00
  • 162f948729 add test for non-configured exchange xmatthias 2018-06-18 19:56:23 +02:00
  • ae4c4e77bf standardize exception tests - add one more xmatthias 2018-06-18 19:46:42 +02:00
  • 695beecf14 add test for get_markets xmatthias 2018-06-18 19:36:36 +02:00
  • cb015dec7b Merge pull request #927 from freqtrade/pyup-scheduled-update-2018-06-18 Samuel Husso 2018-06-18 15:47:43 +03:00
  • 9bc8331667 Update ccxt from 1.14.202 to 1.14.211 pyup-bot 2018-06-18 14:23:05 +02:00
  • 520c7feeab Add test for fetch_tickers xmatthias 2018-06-17 23:30:48 +02:00
  • 1e3d722bc2 add test for get_trades xmatthias 2018-06-17 23:22:28 +02:00
  • c9f8dfc6c5 increase get_fee coverage xmatthias 2018-06-17 23:05:44 +02:00
  • d156de39f1 Increase test-coverage xmatthias 2018-06-17 22:57:49 +02:00
  • 2b099a89e4 fix styling issues xmatthias 2018-06-17 22:42:28 +02:00
  • 6e6ec969eb cleanup mockings xmatthias 2018-06-17 22:38:31 +02:00
  • e194af8d25 Streamline validate_pair patching xmatthias 2018-06-17 22:32:56 +02:00
  • ace5198475 fix optimize tests xmatthias 2018-06-17 22:29:57 +02:00
  • 52d36c33cf fix optimie test xmatthias 2018-06-17 22:12:22 +02:00
  • 251f7db3ca require exchange object to delete pairs xmatthias 2018-06-17 22:11:32 +02:00
  • c83e8b7cb5 fix rpc_test xmatthias 2018-06-17 21:46:56 +02:00
  • 64e09f74a1 fix rpc tests xmatthias 2018-06-17 21:24:51 +02:00
  • 63b568989a Fix rpc for exchange objectify xmatthias 2018-06-17 21:24:36 +02:00
  • 975b42caa3 fix tests for exchange objectify xmatthias 2018-06-17 21:11:10 +02:00
  • 75d02df60d add exchange to call get_singal xmatthias 2018-06-17 21:10:42 +02:00
  • 082b6077e9 Fix tests analyze xmatthias 2018-06-17 20:48:12 +02:00
  • e8ab76f55b fix small in tests xmatthias 2018-06-17 20:37:10 +02:00
  • 495f15f13c fix exchange tests xmatthias 2018-06-17 20:35:52 +02:00
  • 68f6423d39 fix most tests xmatthias 2018-06-17 20:13:39 +02:00
  • 67d345bc08 fix tests for objectify exchange xmatthias 2018-06-17 19:54:51 +02:00
  • a159db6863 get_exchange xmatthias 2018-06-17 13:32:05 +02:00
  • dea26fadfe move init_ccxt to class xmatthias 2018-06-17 13:09:23 +02:00
  • 21edcbdc27 Refactor exchange to class xmatthias 2018-06-17 12:41:33 +02:00
  • e3c91df081 Merge pull request #926 from freqtrade/pyup-scheduled-update-2018-06-17 Janne Sinivirta 2018-06-17 16:08:54 +03:00
  • c608f1e21e Merge pull request #923 from freqtrade/fix_test_hyperopt Janne Sinivirta 2018-06-17 16:07:57 +03:00