Commit Graph

  • 842b0c2270 Exchange: fix missing comma and typehinting per PR comments Samuel Husso 2018-04-29 18:55:43 +03:00
  • 743a1f1604 Merge pull request #626 from gcarq/pyup-update-numpy-1.14.2-to-1.14.3 Samuel Husso 2018-04-28 20:33:24 +03:00
  • cec58323d4 Update numpy from 1.14.2 to 1.14.3 pyup-bot 2018-04-28 19:19:50 +02:00
  • a127e1db07 Fix case with empty dict Anton 2018-04-28 01:40:48 +03:00
  • 2267a420a4 Fix codestyle Anton 2018-04-28 00:30:42 +03:00
  • 82ea56c8fd Fix review comments. Add support of datetime timeganges Anton 2018-04-28 00:16:34 +03:00
  • ecaf6b763c Merge pull request #623 from xmatthias/cxxt_obj_sellfix Michael Egger 2018-04-26 19:58:24 +02:00
  • 0987af910e remove indicator name from comment Matthias Voppichler 2018-04-25 20:03:32 +02:00
  • 2e1124af1a remove unnecessary .keys() Matthias Voppichler 2018-04-25 14:00:25 +02:00
  • 2fe7812e20 Fix codestyle Anton 2018-04-25 10:32:58 +03:00
  • 8bd9ed1543 fix flake8 Matthias Voppichler 2018-04-25 09:13:56 +02:00
  • 72c17e29c0 Add test for "no trades found" case Matthias Voppichler 2018-04-25 09:08:02 +02:00
  • 483415cd65 Add fee entry to DRY_ORDER dict as defined by ccxt Matthias Voppichler 2018-04-25 09:03:32 +02:00
  • 98669a3d62 remove duplicate log entry, fix key-error Matthias Voppichler 2018-04-25 09:01:21 +02:00
  • 9c2115c917 refactor get_real_amount Matthias Voppichler 2018-04-25 08:52:08 +02:00
  • f6ecd8e514 Add pytest fixture for real_amount test Matthias Voppichler 2018-04-25 08:51:31 +02:00
  • 9cbd0df644 Merge pull request #624 from gcarq/pyup-update-pytest-3.5.0-to-3.5.1 Samuel Husso 2018-04-25 07:59:27 +03:00
  • 6adab0cf6b Update pytest from 3.5.0 to 3.5.1 pyup-bot 2018-04-25 04:54:46 +02:00
  • 6675120324 Add time range support to download_backtest_data Anton 2018-04-25 02:11:07 +03:00
  • ab6589d573 Fix comment and improve log message Matthias Voppichler 2018-04-24 19:43:08 +02:00
  • 9e94778fd7 simplify check for presence of list Matthias Voppichler 2018-04-24 19:42:41 +02:00
  • 2968347062 fix flake8 Matthias Voppichler 2018-04-23 20:32:46 +02:00
  • 9450b76414 improve style of import in test Matthias Voppichler 2018-04-23 20:08:58 +02:00
  • d2608cbf13 improve check when not to run Matthias Voppichler 2018-04-23 20:06:00 +02:00
  • f580fbb91d remove maybe_update_amount and tests Matthias Voppichler 2018-04-23 20:03:10 +02:00
  • 9b0fbbdc14 cancel_order: pass all positional arguments gcarq 2018-04-23 16:58:52 +02:00
  • aa213a3640 cancel_order: handle InvalidOrder exception gcarq 2018-04-23 16:58:32 +02:00
  • baeeaa777d get_balance: handle case if currency is not in response gcarq 2018-04-23 16:57:18 +02:00
  • 20af4bae7c retrier: raise initial exception instead of OperationalException gcarq 2018-04-23 16:56:35 +02:00
  • 5baab91bb5 catch TemporaryError for buy/sell in _process() gcarq 2018-04-22 20:28:39 +02:00
  • 4c49229b77 catch DependencyExceptions while selling gcarq 2018-04-22 20:27:34 +02:00
  • 93a7c46977 optimize to only do network calls if necessary Matthias Voppichler 2018-04-22 19:37:24 +02:00
  • bc2bd7fe1e add retrier decorator to all exchange functions except buy/sell gcarq 2018-04-22 17:28:49 +02:00
  • a70958da41 test modify-logic Matthias Voppichler 2018-04-22 11:05:23 +02:00
  • 9f1544978d tests: use only coins that most likely are going to be in bittrex Samuel Husso 2018-04-22 11:29:21 +03:00
  • aa104f86e8 Merge pull request #621 from xmatthias/update_docker_image Samuel Husso 2018-04-22 11:06:06 +03:00
  • f838ba2a9b remove fee column from bot Matthias Voppichler 2018-04-22 10:04:30 +02:00
  • 53e76a89ac convert_backtestdata: flake8 fixes Samuel Husso 2018-04-22 11:00:51 +03:00
  • de8db9293c exchange: extract ccxt init to its own function (so that we can init ccxt from the scripts) Samuel Husso 2018-04-22 10:57:48 +03:00
  • fded8e5117 move download_backtest_data to scripts Samuel Husso 2018-04-22 10:56:49 +03:00
  • 710c7daec5 update Docker image to python-3.6.5-slim Matthias Voppichler 2018-04-22 09:21:09 +02:00
  • be95d699d2 only update if open_fee is set Matthias Voppichler 2018-04-22 09:13:02 +02:00
  • c43ceb2045 add config*.json to .gitignore gcarq 2018-04-22 00:35:04 +02:00
  • 9ab4953472 fix backtesting testsuite gcarq 2018-04-22 00:19:11 +02:00
  • bbe3bc4423 catch ccxt.ExchangeError and retry gcarq 2018-04-21 22:37:27 +02:00
  • acb1b50924 [ccxt] fix unsupported fiat failures (#620) Matthias 2018-04-21 23:20:12 +02:00
  • a140748b5a Merge branch 'feat/objectify-ccxt' into cxxt_obj_sellfix Matthias Voppichler 2018-04-21 22:39:22 +02:00
  • 573b6b8e15 Remove unused line Matthias Voppichler 2018-04-21 22:35:17 +02:00
  • 23e989d31f Fix tests run in random order (#599) Matthias 2018-04-07 20:06:53 +02:00
  • 990f8a996b log in case of error Matthias Voppichler 2018-04-21 21:01:53 +02:00
  • f4077a51c1 log hyperopt progress to stdout instead to the logger gcarq 2018-03-25 22:57:40 +02:00
  • 403f59ef45 use native python logger gcarq 2018-03-25 21:37:14 +02:00
  • 001d7443da Merge pull request #618 from gcarq/feature/add-get_fee-mocks Samuel Husso 2018-04-21 21:26:22 +03:00
  • 4eb66aa9ce Merge pull request #617 from gcarq/feature/ccxt-enable-ratelimit Samuel Husso 2018-04-21 21:25:19 +03:00
  • ce90ee4ac2 have backtesting use fee_open and fee_close Matthias Voppichler 2018-04-21 20:05:49 +02:00
  • 06d230279c Fix tests Matthias Voppichler 2018-04-21 20:05:39 +02:00
  • 47748bc6f7 adjust tests for fee_open and fee_close Matthias Voppichler 2018-04-21 19:55:48 +02:00
  • a620aa8352 add columns fee_open and fee_close, update value Matthias Voppichler 2018-04-21 19:47:08 +02:00
  • 09fb4ea584 add mocks for exchange.get_fee gcarq 2018-04-21 19:39:18 +02:00
  • 3997b6038d let cctx handle rate limits gcarq 2018-04-21 19:11:29 +02:00
  • 954c6e8c15 Write log when trying to sell opened trades (#608) Luis Felipe Díaz Chica 2018-04-21 11:44:57 -05:00
  • 6d327658ea docs: Add note about using telegram proxy (#611) Samuel Husso 2018-04-21 19:24:53 +03:00
  • 7f4c70827a Test get_amount_lots Matthias Voppichler 2018-04-16 19:43:13 +02:00
  • f69e8458f4 Add tests for update_real_amount Matthias Voppichler 2018-04-15 23:11:01 +02:00
  • 02f0f22621 fix comment Matthias Voppichler 2018-04-15 23:10:46 +02:00
  • 1d43dc229b refactor tests of get_real_amount Matthias Voppichler 2018-04-15 19:56:33 +02:00
  • c7d1a767f7 add get_trades_for_order Matthias Voppichler 2018-04-15 19:39:11 +02:00
  • 11d8f7d522 add get_real_amount and tests Matthias Voppichler 2018-04-15 19:38:58 +02:00
  • 1332ab397f fix reference before assignment gcarq 2018-03-24 20:54:46 +01:00
  • 27003c447d Merge pull request #612 from gcarq/pyup-update-sqlalchemy-1.2.6-to-1.2.7 Samuel Husso 2018-04-21 10:05:31 +03:00
  • bb07ad38d3 Update sqlalchemy from 1.2.6 to 1.2.7 pyup-bot 2018-04-20 23:35:34 +02:00
  • 78bafee39d download_backtest: fix imports and travis Samuel Husso 2018-04-19 09:44:45 +03:00
  • 66866ff260 fix travis Samuel Husso 2018-04-19 09:06:56 +03:00
  • 1dcd7e747e partial fix for download testdate Samuel Husso 2018-04-19 09:01:34 +03:00
  • 42c0d7c7c3 Merge pull request #603 from enenn/ccxt-objectify-pr3_1 Samuel Husso 2018-04-18 15:23:33 +03:00
  • 49f2c24698 Merge pull request #605 from pan-long/fix-typo-setup Samuel Husso 2018-04-18 15:09:41 +03:00
  • 0fab7f0880 Fix a typo in setup.sh Pan Long 2018-04-18 19:11:37 +08:00
  • 81020b3612 Merge pull request #604 from gcarq/pyup-update-python-telegram-bot-10.0.1-to-10.0.2 Samuel Husso 2018-04-17 10:46:03 +03:00
  • 4b78bedddd Update python-telegram-bot from 10.0.1 to 10.0.2 pyup-bot 2018-04-17 09:27:27 +02:00
  • 488210915a Flak8 fixes... enenn 2018-04-15 13:11:17 +02:00
  • f1d406b1e6 Fix possible race condition during testing Order would sometimes fail to sell during tests, probably because time between current time and creation was 0 enenn 2018-04-15 12:50:47 +02:00
  • 89ed2e0127 Get mocked exhange buy return value from existing fixture enenn 2018-04-15 12:48:02 +02:00
  • 53b1f8d3a4 Add a 4th pair to testing dynamic whitelist generation enenn 2018-04-15 12:19:49 +02:00
  • cc5991d269 Fixturize fee MagicMock object in tests enenn 2018-04-15 12:09:12 +02:00
  • b8184e4fdd Merge pull request #602 from xmatthias/obj_ccxt_test_formatms Michael Egger 2018-04-13 00:44:25 +02:00
  • 37dee02e1c Add comment and extract magic number to variable Matthias Voppichler 2018-04-12 19:32:14 +02:00
  • 2765a065a7 Use UNITTEST/BTC pair instead of ETH/BTC pair for load_data tests enenn 2018-04-12 19:21:40 +02:00
  • bb7b2cdfd5 Disable dynamic whitelist Matthias Voppichler 2018-03-30 22:38:09 +02:00
  • 94287d66a8 Flake8 fixes enenn 2018-04-12 18:13:35 +02:00
  • 1cfa0a3c0e Add exchange name to default hyperopt config enenn 2018-04-10 17:20:46 +02:00
  • 1678518cd4 Add dry_run=True to config during backtesting enenn 2018-04-10 17:20:27 +02:00
  • 838bd5824e Mock validate_pairs enenn 2018-04-09 21:15:47 +02:00
  • a650072fe0 Edit signal handler tests to work on windows as well enenn 2018-04-09 21:12:48 +02:00
  • 6115fb08c0 Remove get_fee_maker/taker and add argument to get_fee instead enenn 2018-04-09 21:04:52 +02:00
  • 91b2092d55 Remove ticker_history_api and ticker_history_without_bv from conftest.py enenn 2018-04-09 20:48:53 +02:00
  • cba8745164 Update exchange validate_pairs and related tests enenn 2018-04-09 19:21:35 +02:00
  • c3d00a8825 Change ticker format to ccxt in backtesting and optimize tests enenn 2018-04-09 20:21:54 +02:00
  • 261522446e Change to ccxt ticker format in test_analyze.py enenn 2018-04-09 19:15:04 +02:00
  • a86104d0fe Update backtesting and hyperopt tests to use default_config and mock validate_pairs Use default_config from conftest.py instead of user supplied config in user_data/hyperopt_conf Mock validate pairs so tests don't fail if pairs don't exist/are removed from exchanges enenn 2018-04-08 11:11:14 +02:00
  • 4ac2afacfa Use global backtest instance for backtesting tests enenn 2018-04-07 23:00:07 +02:00