Commit Graph

  • 4dbc7abd0f
    Merge pull request #875 from freqtrade/feat/windows_doc Samuel Husso 2018-06-08 12:58:26 +0300
  • 867faf1c30
    Merge pull request #873 from freqtrade/feature/strat_repo_ref Janne Sinivirta 2018-06-08 12:53:40 +0300
  • 43d19790ae
    update windows install documentation Matthias 2018-06-08 11:23:00 +0200
  • 0bc86e72b3
    Add slack reference, fix spelling Matthias 2018-06-08 10:57:52 +0200
  • 5ca84acb6d Fix Flake8 Gerald Lonlas 2018-06-07 23:12:03 -0700
  • c4af66e312
    Merge pull request #874 from freqtrade/local-talib Samuel Husso 2018-06-08 08:51:39 +0300
  • 598808ab10 added datetime expiration to the trades table Gert Wohlgemuth 2018-06-07 22:20:37 -0700
  • c37792dbc4 store ta-lib locally in a zip for Travis Janne Sinivirta 2018-06-08 08:15:04 +0300
  • 50852136ef Increase FreqtradeBot.get_real_amount() coverage Gerald Lonlas 2018-06-02 22:06:17 -0700
  • 20082f52a2 Increase code coverage for FreqtradeBot.process_maybe_execute_sell() Gerald Lonlas 2018-06-02 21:20:17 -0700
  • 5ec3eb76eb Cover a edge case of CryptoToFiatConverter::_find_price() Gerald Lonlas 2018-06-02 15:29:29 -0700
  • dfbc94c05b Add missing test for CryptoToFiatConverter::convert_amount() Gerald Lonlas 2018-06-02 15:12:02 -0700
  • 81ce7d720d Add missing unit test for Arguments::testdata_dl_options() Gerald Lonlas 2018-06-02 14:47:20 -0700
  • 1db0f2bd55 Increase pylint to 10 for freqtrade/arguments.py Gerald Lonlas 2018-06-02 14:30:43 -0700
  • 9292eb664a add reference to strategy repository xmatthias 2018-06-08 06:44:59 +0200
  • 8f91eeb195
    Merge pull request #870 from freqtrade/feature/increase-main-coverage Matthias 2018-06-08 06:35:36 +0200
  • 10e12ec1b9 fix flake8 warning gcarq 2018-06-08 02:37:12 +0200
  • 61b2373dd1 flush db connection after forcesell gcarq 2018-06-08 02:35:10 +0200
  • 7f881cce85 add additional None check for trade.open_order_id gcarq 2018-06-08 02:34:44 +0200
  • 69e4d863c4 added datetime expiration to the trades table Gert Wohlgemuth 2018-06-07 17:10:44 -0700
  • bea9a3304e use correct return code on error gcarq 2018-06-08 02:01:46 +0200
  • 95d6c9c678 adapt tests gcarq 2018-06-08 02:01:38 +0200
  • a2a1a517da fix flake8 warning gcarq 2018-06-08 02:01:18 +0200
  • 27f83b511f raise OperationalException if config is missing gcarq 2018-06-08 02:00:42 +0200
  • b1b87731b1 Support case when _get_trade_stake_amount returns None Anton 2018-06-08 00:54:46 +0300
  • b4138f29c8 Merge with develop Anton 2018-06-08 00:29:44 +0300
  • dd3a53fb5f fix tests for main.py gcarq 2018-06-07 22:28:21 +0200
  • d23bcc435a
    Merge pull request #864 from freqtrade/feature/overhaul-db-handling Matthias 2018-06-07 22:18:10 +0200
  • 45eb1b4f0a
    Merge pull request #869 from freqtrade/feature/profit_rpc Michael Egger 2018-06-07 21:41:32 +0200
  • d41f71bc34 handle sqlalchemy NoSuchModuleError gcarq 2018-06-07 21:35:57 +0200
  • f5fe9a4b1c fix rpc tests (add a test with multiple trades xmatthias 2018-06-07 20:52:03 +0200
  • 0e699b87af don't sum percentage, but use mean instead (aligned to backtesting) xmatthias 2018-06-07 20:08:46 +0200
  • 3f5efef6e5 tests: add proper asserts gcarq 2018-06-07 20:41:52 +0200
  • d4f8704a4c arguments: implement tests for db_url gcarq 2018-06-07 20:30:13 +0200
  • 526cb1ea20 fix db-url handling if passed via CLI args gcarq 2018-06-07 20:15:31 +0200
  • f5b47fbd86 flake8 fixes Janne Sinivirta 2018-06-07 13:12:44 +0300
  • 3cee04fb8c bot should not repaint: do not include last partial candle in analysis Janne Sinivirta 2018-06-07 12:56:39 +0300
  • ac602ed5a9 persistence: adapt checks to detect in-memory db gcarq 2018-06-07 19:10:26 +0200
  • ad510b8b5f
    Merge pull request #855 from freqtrade/fix-look-ahead Samuel Husso 2018-06-07 20:00:46 +0300
  • 3436af3931
    Merge pull request #868 from creslinux/patch-1 Samuel Husso 2018-06-07 19:32:12 +0300
  • 01675f50bf adapt scripts/plot_dataframe to use freqtrade db_url gcarq 2018-06-07 18:06:27 +0200
  • 17742df591 Merge branch 'develop' of freqtrade into feature/overhaul-db-handling gcarq 2018-06-07 17:33:37 +0200
  • 5b1ff6675f define constants.DEFAULT_DB_DRYRUN_URL and fix StaticPool conditions gcarq 2018-06-07 17:29:43 +0200
  • 7bcac064c0
    Update plotting.md creslin 2018-06-07 15:18:19 +0000
  • 867145cd09
    Merge pull request #859 from freqtrade/readd_ticker_caching Michael Egger 2018-06-07 17:15:59 +0200
  • 959a03a6b0
    plotting.md update. creslin 2018-06-07 15:13:55 +0000
  • b4ae5a36a8 use .copy() to avoid Pandas mistake. drop first row because of shifting Janne Sinivirta 2018-06-07 10:21:07 +0300
  • 7f8e0ba25f use buy/sell signal from previous candle, not current to avoid seeing to the future Janne Sinivirta 2018-06-06 13:56:08 +0300
  • c75b70463b
    Merge pull request #852 from freqtrade/timeframe_class Michael Egger 2018-06-07 16:19:44 +0200
  • f9788afbfb
    Merge pull request #867 from freqtrade/pyup-scheduled-update-2018-06-07 Janne Sinivirta 2018-06-07 17:04:39 +0300
  • 7b0a5644a3 Update pytest from 3.6.0 to 3.6.1 pyup-bot 2018-06-07 14:22:10 +0200
  • 34b5203760 Update numpy from 1.14.3 to 1.14.4 pyup-bot 2018-06-07 14:22:08 +0200
  • a2fd70417c Update ccxt from 1.14.121 to 1.14.155 pyup-bot 2018-06-07 14:22:07 +0200
  • 63591fae9c updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 22:48:37 -0700
  • 1611cd8124 updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 22:47:11 -0700
  • ecca676c07 added more logging Gert Wohlgemuth 2018-06-06 22:32:03 -0700
  • df91312685 optimized data handling to reduce lambda calls Gert Wohlgemuth 2018-06-06 21:51:03 -0700
  • c3d0980763 test_persistence: fix reference before assignment gcarq 2018-06-07 06:06:21 +0200
  • b3dc4b564f optimized data handling to reduce lambda calls Gert Wohlgemuth 2018-06-06 20:57:30 -0700
  • 4ee5271de7 fix failing dynamic-whitelist test gcarq 2018-06-07 05:50:07 +0200
  • f6ef466876 adapt docs gcarq 2018-06-07 05:47:14 +0200
  • 00b646158c update docs gcarq 2018-06-07 05:36:39 +0200
  • c8a43bad67 add db_url to full example config gcarq 2018-06-07 05:28:05 +0200
  • a29ac44d64 adapt tests gcarq 2018-06-07 05:27:55 +0200
  • e2aa78c11b remove obsolete param gcarq 2018-06-07 05:27:27 +0200
  • 58a6f21705 remove dry_run_db and replace it with db_url in config gcarq 2018-06-07 05:26:39 +0200
  • 8583e89550 persistence: simplify init and pass db_url via config dict gcarq 2018-06-07 05:25:53 +0200
  • ab57926530 added more logging Gert Wohlgemuth 2018-06-06 20:07:25 -0700
  • 7e8d903bf4 updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 20:06:16 -0700
  • cfb436c1d8 updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 20:05:24 -0700
  • 39bafd7410 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws Gert Wohlgemuth 2018-06-06 19:57:31 -0700
  • 26038da08e updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 19:57:23 -0700
  • e08be2742e Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws EC2 Default User 2018-06-07 02:06:27 +0000
  • a32a6ba21d working on deployment EC2 Default User 2018-06-07 02:06:25 +0000
  • e8ab754646
    Merge pull request #863 from freqtrade/fix/pyup-pin-networkx Gérald LONLAS 2018-06-06 18:43:54 -0700
  • f733de1662 updated lambda to reduce traffic Gert Wohlgemuth 2018-06-06 18:20:26 -0700
  • bce94c16aa
    Merge a39ec506e1 into 5c1ee52815 pyup.io bot 2018-06-06 23:22:46 +0000
  • 5c1ee52815
    Merge pull request #861 from freqtrade/pyup-config Michael Egger 2018-06-07 01:19:21 +0200
  • 52f2fb9e1d
    Merge 7934849434 into fb49d706d0 pyup.io bot 2018-06-06 23:18:09 +0000
  • 02671a7e10 pin networkx with pyup ignore filter gcarq 2018-06-07 01:12:46 +0200
  • a39ec506e1 Update networkx from 1.11 to 2.1 pyup-bot 2018-06-07 00:55:18 +0200
  • da834de433 Update pytest from 3.6.0 to 3.6.1 pyup-bot 2018-06-07 00:55:16 +0200
  • 458996d7ba Update numpy from 1.14.3 to 1.14.4 pyup-bot 2018-06-07 00:55:15 +0200
  • 06901bc8c5 Update ccxt from 1.14.121 to 1.14.150 pyup-bot 2018-06-07 00:55:13 +0200
  • 2ba5e2053a create pyup.io config file pyup-bot 2018-06-07 00:55:09 +0200
  • 7714490530 Test keyerror exception xmatthias 2018-06-06 21:24:57 +0200
  • 4a17671f45 improve log message xmatthias 2018-06-06 20:30:42 +0200
  • a901f21bcd test ticker caching xmatthias 2018-06-06 20:24:47 +0200
  • e690003621 reinstate caching for get_ticker xmatthias 2018-06-06 20:18:16 +0200
  • 4b92c0f848 added more logging Gert Wohlgemuth 2018-06-06 09:48:09 -0700
  • 778b9ac634 added more logging Gert Wohlgemuth 2018-06-06 09:26:46 -0700
  • 9eaf984a2b added comments Gert Wohlgemuth 2018-06-06 09:17:05 -0700
  • 9379e0b15a updated backtesting to allow for more data aggregation Gert Wohlgemuth 2018-06-06 08:27:08 -0700
  • bb1f2444c2
    Merge 16cf7e10bd into fb49d706d0 Pan Long 2018-06-06 13:54:46 +0000
  • 16cf7e10bd Mark _DRY_RUN_OPEN_ORDERS global in get_order. Pan Long 2018-06-06 21:52:11 +0800
  • ea24f00a97 updated schedule interval Gert Wohlgemuth 2018-06-06 01:05:28 -0700
  • a506caaaa4 fixed encoding Gert Wohlgemuth 2018-06-06 00:45:59 -0700
  • ab6a683d21 Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws EC2 Default User 2018-06-06 07:16:22 +0000
  • f1ef1446e5 updated revision Gert Wohlgemuth 2018-06-05 23:11:36 -0700
  • d4c381b74b working on fixing env errors Gert Wohlgemuth 2018-06-05 22:58:26 -0700