Commit Graph

  • 0987af910e remove indicator name from comment Matthias Voppichler 2018-04-25 20:03:32 +0200
  • 0d24aac1fb optimizing strategies Gert Wohlgemuth 2018-04-25 09:09:13 -0700
  • 2e1124af1a remove unnecessary .keys() Matthias Voppichler 2018-04-25 14:00:25 +0200
  • 2fe7812e20 Fix codestyle Anton 2018-04-25 10:32:58 +0300
  • 8bd9ed1543 fix flake8 Matthias Voppichler 2018-04-25 09:13:56 +0200
  • 72c17e29c0 Add test for "no trades found" case Matthias Voppichler 2018-04-25 09:08:02 +0200
  • 483415cd65 Add fee entry to DRY_ORDER dict as defined by ccxt Matthias Voppichler 2018-04-25 09:03:32 +0200
  • 98669a3d62 remove duplicate log entry, fix key-error Matthias Voppichler 2018-04-25 09:01:21 +0200
  • 9c2115c917 refactor get_real_amount Matthias Voppichler 2018-04-25 08:52:08 +0200
  • f6ecd8e514 Add pytest fixture for real_amount test Matthias Voppichler 2018-04-25 08:51:31 +0200
  • 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 +0300
  • c83494cd9b optimized strategy a bit Gert Wohlgemuth 2018-04-24 20:19:00 -0700
  • 6adab0cf6b Update pytest from 3.5.0 to 3.5.1 pyup-bot 2018-04-25 04:54:46 +0200
  • 6675120324 Add time range support to download_backtest_data Anton 2018-04-25 02:11:07 +0300
  • ab6589d573 Fix comment and improve log message Matthias Voppichler 2018-04-24 19:43:08 +0200
  • 9e94778fd7 simplify check for presence of list Matthias Voppichler 2018-04-24 19:42:41 +0200
  • 15ce56fff1 Long strategy generates about 1.81% a trade, at an average time of 277 min and a total returns of 0.018BTC over 20 days. Sell points are decent, could execute more buys technically Gert Wohlgemuth 2018-04-23 22:23:12 -0700
  • df1295c74d Long strategy generates about 0.4% a trade, at an average time of 11min and a total returns of 0.01BTC over 20 days. Sell points are not perfect yet. It sell to early most of the time Gert Wohlgemuth 2018-04-23 22:11:29 -0700
  • 57e6abc571 Merge branch 'develop' of https://github.com/berlinguyinca/freqtrade into develop Gert Wohlgemuth 2018-04-23 20:11:19 -0700
  • 5f7e2e78d6 optimized plotting a bit Gert Wohlgemuth 2018-04-23 20:11:07 -0700
  • 2968347062 fix flake8 Matthias Voppichler 2018-04-23 20:32:46 +0200
  • 9450b76414 improve style of import in test Matthias Voppichler 2018-04-23 20:08:58 +0200
  • d2608cbf13 improve check when not to run Matthias Voppichler 2018-04-23 20:06:00 +0200
  • f580fbb91d remove maybe_update_amount and tests Matthias Voppichler 2018-04-23 20:03:10 +0200
  • 9b0fbbdc14 cancel_order: pass all positional arguments gcarq 2018-04-23 16:58:52 +0200
  • aa213a3640 cancel_order: handle InvalidOrder exception gcarq 2018-04-23 16:58:32 +0200
  • baeeaa777d get_balance: handle case if currency is not in response gcarq 2018-04-23 16:57:18 +0200
  • 20af4bae7c retrier: raise initial exception instead of OperationalException gcarq 2018-04-23 16:56:35 +0200
  • 1eb1701c4f adjusting average strategy to be in and out of market as quick as possible Gert Wohlgemuth 2018-04-22 21:11:47 -0700
  • 5baab91bb5 catch TemporaryError for buy/sell in _process() gcarq 2018-04-22 20:28:39 +0200
  • 4c49229b77 catch DependencyExceptions while selling gcarq 2018-04-22 20:27:34 +0200
  • 93a7c46977 optimize to only do network calls if necessary Matthias Voppichler 2018-04-22 19:37:24 +0200
  • bc2bd7fe1e add retrier decorator to all exchange functions except buy/sell gcarq 2018-04-22 17:28:49 +0200
  • a70958da41 test modify-logic Matthias Voppichler 2018-04-22 11:05:23 +0200
  • 9f1544978d tests: use only coins that most likely are going to be in bittrex Samuel Husso 2018-04-22 11:29:21 +0300
  • aa104f86e8
    Merge pull request #621 from xmatthias/update_docker_image Samuel Husso 2018-04-22 11:06:06 +0300
  • f838ba2a9b remove fee column from bot Matthias Voppichler 2018-04-22 10:04:30 +0200
  • 53e76a89ac convert_backtestdata: flake8 fixes Samuel Husso 2018-04-22 11:00:51 +0300
  • 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 +0300
  • fded8e5117 move download_backtest_data to scripts Samuel Husso 2018-04-22 10:56:49 +0300
  • 710c7daec5 update Docker image to python-3.6.5-slim Matthias Voppichler 2018-04-22 09:21:09 +0200
  • be95d699d2 only update if open_fee is set Matthias Voppichler 2018-04-22 09:13:02 +0200
  • c43ceb2045 add config*.json to .gitignore gcarq 2018-04-22 00:35:04 +0200
  • 9ab4953472 fix backtesting testsuite gcarq 2018-04-22 00:19:11 +0200
  • bbe3bc4423 catch ccxt.ExchangeError and retry gcarq 2018-04-21 22:37:27 +0200
  • acb1b50924 [ccxt] fix unsupported fiat failures (#620) Matthias 2018-04-21 23:20:12 +0200
  • 9821b54dd6 Fix test-failure Matthias Voppichler 2018-04-21 23:14:40 +0200
  • 281e865c2f Add BNB to cryptomap Matthias Voppichler 2018-04-21 23:05:41 +0200
  • 9f477fce0f remove commented code Matthias Voppichler 2018-04-21 22:58:09 +0200
  • 33c5a8ee90 Don't fail fiat-convert for unsupported stake currencies Matthias Voppichler 2018-04-21 08:12:04 +0200
  • eea04c6b58 prepare to support FIAT/Crypto trading Matthias Voppichler 2018-04-21 08:09:37 +0200
  • a140748b5a Merge branch 'feat/objectify-ccxt' into cxxt_obj_sellfix Matthias Voppichler 2018-04-21 22:39:22 +0200
  • 573b6b8e15 Remove unused line Matthias Voppichler 2018-04-21 22:35:17 +0200
  • 23e989d31f Fix tests run in random order (#599) Matthias 2018-04-07 20:06:53 +0200
  • 990f8a996b log in case of error Matthias Voppichler 2018-04-21 21:01:53 +0200
  • f4077a51c1 log hyperopt progress to stdout instead to the logger gcarq 2018-03-25 22:57:40 +0200
  • 403f59ef45 use native python logger gcarq 2018-03-25 21:37:14 +0200
  • 001d7443da
    Merge pull request #618 from gcarq/feature/add-get_fee-mocks Samuel Husso 2018-04-21 21:26:22 +0300
  • 4eb66aa9ce
    Merge pull request #617 from gcarq/feature/ccxt-enable-ratelimit Samuel Husso 2018-04-21 21:25:19 +0300
  • ce90ee4ac2 have backtesting use fee_open and fee_close Matthias Voppichler 2018-04-21 20:05:49 +0200
  • 06d230279c Fix tests Matthias Voppichler 2018-04-21 20:05:39 +0200
  • 47748bc6f7 adjust tests for fee_open and fee_close Matthias Voppichler 2018-04-21 19:55:48 +0200
  • a620aa8352 add columns fee_open and fee_close, update value Matthias Voppichler 2018-04-21 19:47:08 +0200
  • 09fb4ea584 add mocks for exchange.get_fee gcarq 2018-04-21 19:39:18 +0200
  • 3997b6038d let cctx handle rate limits gcarq 2018-04-21 19:11:29 +0200
  • 954c6e8c15 Write log when trying to sell opened trades (#608) Luis Felipe Díaz Chica 2018-04-21 11:44:57 -0500
  • 6d327658ea docs: Add note about using telegram proxy (#611) Samuel Husso 2018-04-21 19:24:53 +0300
  • 7f4c70827a Test get_amount_lots Matthias Voppichler 2018-04-16 19:43:13 +0200
  • f69e8458f4 Add tests for update_real_amount Matthias Voppichler 2018-04-15 23:11:01 +0200
  • 02f0f22621 fix comment Matthias Voppichler 2018-04-15 23:10:46 +0200
  • 1d43dc229b refactor tests of get_real_amount Matthias Voppichler 2018-04-15 19:56:33 +0200
  • c7d1a767f7 add get_trades_for_order Matthias Voppichler 2018-04-15 19:39:11 +0200
  • 11d8f7d522 add get_real_amount and tests Matthias Voppichler 2018-04-15 19:38:58 +0200
  • 1332ab397f fix reference before assignment gcarq 2018-03-24 20:54:46 +0100
  • 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 +0300
  • bb07ad38d3 Update sqlalchemy from 1.2.6 to 1.2.7 pyup-bot 2018-04-20 23:35:34 +0200
  • 0e62d157c1 docs: Add note about using telegram proxy Samuel Husso 2018-04-20 21:59:15 +0300
  • d7e0164d49 Write log when trying to sell opened trades Luis Felipe Díaz 2018-04-19 10:07:21 -0500
  • 78bafee39d download_backtest: fix imports and travis Samuel Husso 2018-04-19 09:44:45 +0300
  • 66866ff260 fix travis Samuel Husso 2018-04-19 09:06:56 +0300
  • 1dcd7e747e partial fix for download testdate Samuel Husso 2018-04-19 09:01:34 +0300
  • 42c0d7c7c3
    Merge pull request #603 from enenn/ccxt-objectify-pr3_1 Samuel Husso 2018-04-18 15:23:33 +0300
  • 49f2c24698
    Merge pull request #605 from pan-long/fix-typo-setup Samuel Husso 2018-04-18 15:09:41 +0300
  • 0fab7f0880 Fix a typo in setup.sh Pan Long 2018-04-18 19:11:37 +0800
  • 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 +0300
  • 4b78bedddd Update python-telegram-bot from 10.0.1 to 10.0.2 pyup-bot 2018-04-17 09:27:27 +0200
  • 488210915a Flak8 fixes... enenn 2018-04-15 13:11:17 +0200
  • 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 +0200
  • 89ed2e0127 Get mocked exhange buy return value from existing fixture enenn 2018-04-15 12:48:02 +0200
  • 53b1f8d3a4 Add a 4th pair to testing dynamic whitelist generation enenn 2018-04-15 12:19:49 +0200
  • cc5991d269 Fixturize fee MagicMock object in tests enenn 2018-04-15 12:09:12 +0200
  • b8184e4fdd
    Merge pull request #602 from xmatthias/obj_ccxt_test_formatms Michael Egger 2018-04-13 00:44:25 +0200
  • 37dee02e1c Add comment and extract magic number to variable Matthias Voppichler 2018-04-12 19:32:14 +0200
  • 2765a065a7 Use UNITTEST/BTC pair instead of ETH/BTC pair for load_data tests enenn 2018-04-12 19:21:40 +0200
  • bb7b2cdfd5 Disable dynamic whitelist Matthias Voppichler 2018-03-30 22:38:09 +0200
  • 94287d66a8 Flake8 fixes enenn 2018-04-12 18:13:35 +0200
  • 1cfa0a3c0e Add exchange name to default hyperopt config enenn 2018-04-10 17:20:46 +0200
  • 1678518cd4 Add dry_run=True to config during backtesting enenn 2018-04-10 17:20:27 +0200
  • 838bd5824e Mock validate_pairs enenn 2018-04-09 21:15:47 +0200
  • a650072fe0 Edit signal handler tests to work on windows as well enenn 2018-04-09 21:12:48 +0200