Commit Graph

  • 34e10a145c remove Telegram.is_enabled() because RPCManager manages lifecycles gcarq 2018-06-09 00:15:04 +0200
  • 3787dad212 don't import python-telegram-bot at runtime if disabled in config gcarq 2018-06-08 23:50:38 +0200
  • 4048859912 rpc: remove tuple return madness gcarq 2018-06-08 04:52:50 +0200
  • cddb062db5 save rpc instances only in registered_modules, add some abstract methods gcarq 2018-06-08 03:49:09 +0200
  • 9be5f7157d
    Merge 0d6c105cb2 into 13ba68acc6 creslin 2018-06-13 07:43:42 +0000
  • 13ba68acc6
    Merge pull request #908 from freqtrade/fix/plotprofit Samuel Husso 2018-06-13 08:10:28 +0300
  • e22da45474 update documentation with forcesell at the end of the backtest period xmatthias 2018-06-13 07:00:05 +0200
  • 6357812743 fix backtest report able xmatthias 2018-06-13 06:57:49 +0200
  • 6e68c3b230 fix backtesting.md formatting xmatthias 2018-06-13 06:52:17 +0200
  • 0f117d480e improve backtesting-tests xmatthias 2018-06-13 06:42:24 +0200
  • 8d8e6dcffc Add test for extracted backtest_results test xmatthias 2018-06-13 06:31:42 +0200
  • 60ade25449 bug fixes in unfilledtimeout and tiny bug fix in sell orders Nullart 2018-06-13 09:02:18 +0800
  • e3ced7c15e extract export from backtest function xmatthias 2018-06-12 22:29:30 +0200
  • 182f4c603b fix plot-script datadir not working xmatthias 2018-06-12 21:43:14 +0200
  • 1f6b9c332b fix default datadir not working in plot-script xmatthias 2018-06-12 21:38:14 +0200
  • bfde33c945 Use timestamp() instead of strftime xmatthias 2018-06-12 21:12:55 +0200
  • 5b93490e18 Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth Gert Wohlgemuth 2018-06-12 11:05:33 -0700
  • cb13c78550 merged Gert Wohlgemuth 2018-06-12 10:17:04 -0700
  • dbfbc25bb8 merged in the correct branch this time Gert Wohlgemuth 2018-06-12 10:02:16 -0700
  • 6713a5efa7 Merge branch 'develop' of https://github.com/gcarq/freqtrade into develop Gert Wohlgemuth 2018-06-12 09:56:16 -0700
  • cb934327d5 merged order book Gert Wohlgemuth 2018-06-12 09:46:23 -0700
  • bd6ed3ada4
    Merge pull request #906 from freqtrade/pyup-scheduled-update-2018-06-12 Matthias 2018-06-12 14:45:24 +0200
  • aa6e276cf9 Update ccxt from 1.14.172 to 1.14.177 pyup-bot 2018-06-12 14:22:06 +0200
  • e35c041081 Merge branch 'nullart-nullartHFT' into develop Gert Wohlgemuth 2018-06-12 05:19:18 -0700
  • 1030a6171a added requested changes to reduced backtesting load and reduce services to start Gert Wohlgemuth 2018-06-11 23:11:44 -0700
  • 3694499a6a
    Merge pull request #905 from freqtrade/issue_template Gérald LONLAS 2018-06-11 22:38:58 -0700
  • 06b71d713c update issue template to include ccxt version xmatthias 2018-06-12 07:00:58 +0200
  • f530a7db0e A Feature for the bot to use sell orders instead of tickers. New config settings (min & max) are also introduced to allow the bot to search from the sell orders a profitable rate based on minimum roi. Nullart 2018-06-12 10:27:08 +0800
  • d36d536724 typo fix Nullart 2018-06-12 09:06:27 +0800
  • 7141060a2d
    Merge pull request #903 from freqtrade/fix/downloadscript_noavailable_pair Michael Egger 2018-06-12 02:56:19 +0200
  • 59a4dffc56
    Merge pull request #901 from freqtrade/fix/backtest_abort_no_data Michael Egger 2018-06-12 02:54:58 +0200
  • 708320318c Check minimal amount Anton 2018-06-12 01:05:43 +0300
  • 40746c3fcb fix downloadscript crash if a pair is not available xmatthias 2018-06-11 21:10:57 +0200
  • a0f735d4f2 reduce test-noise xmatthias 2018-06-11 21:02:24 +0200
  • 335d1fbbbc Check if no backtest data is found and fail gracefully xmatthias 2018-06-11 19:50:43 +0200
  • 90025d0ac4 Fix check Anton 2018-06-11 16:38:10 +0300
  • ce663f6af5 Merge with develop Anton 2018-06-11 16:25:05 +0300
  • 3676015184 Fix check Anton 2018-06-11 16:21:57 +0300
  • 8b40480b48
    Merge 882b30ef17 into 3aff67605e nullart 2018-06-11 12:32:00 +0000
  • 3aff67605e
    Merge pull request #900 from freqtrade/pyup-scheduled-update-2018-06-11 Samuel Husso 2018-06-11 15:31:32 +0300
  • 7801688c6e
    Merge pull request #899 from freqtrade/precommithook Samuel Husso 2018-06-11 15:24:22 +0300
  • 17f3b217de Update ccxt from 1.14.169 to 1.14.172 pyup-bot 2018-06-11 14:22:07 +0200
  • d02af07d35 Add not about flake8 pre-commit hooks Janne Sinivirta 2018-06-11 14:50:24 +0300
  • 882b30ef17 Added feature to bid/buy cryptocurrency using book orders from exchange. The idea, is to get rates from the top 2 (depending on the config settings) of book orders instead of tickers. This way we can offset the lags from the OHLCV data. Nullart 2018-06-11 16:17:21 +0800
  • c46e50864b
    Merge pull request #886 from freqtrade/feature/reload-conf Janne Sinivirta 2018-06-11 10:47:00 +0300
  • f2fa9ce539
    Merge pull request #1 from freqtrade/develop nullart 2018-06-11 14:59:30 +0800
  • 6c361c190b
    Merge pull request #897 from freqtrade/fix_backtest_tests Michael Egger 2018-06-10 23:13:46 +0200
  • 12e455cbf5 add buy/sell index to backtest result xmatthias 2018-06-10 20:52:42 +0200
  • a9f3744f1b fix backtest test xmatthias 2018-06-10 19:46:52 +0200
  • 7b5306e4ef
    Merge aa8162bbca into 53e1b8c0d5 creslin 2018-06-10 15:21:19 +0000
  • 53e1b8c0d5
    Merge pull request #895 from freqtrade/pyup-scheduled-update-2018-06-10 Janne Sinivirta 2018-06-10 16:39:07 +0300
  • 2ba363684d Update ccxt from 1.14.165 to 1.14.169 pyup-bot 2018-06-10 14:22:07 +0200
  • 9cc087c788 update hyperopt tests to support new structure xmatthias 2018-06-10 13:56:23 +0200
  • 4710210cff fix hyperopt to use new backtesting result tuple xmatthias 2018-06-10 13:56:10 +0200
  • 27ee8f7360 make flake happy xmatthias 2018-06-10 13:55:48 +0200
  • 1cd7ac55a8 Added "left open trades" report xmatthias 2018-06-10 13:45:16 +0200
  • b81588307f Add "open_at_end" parameter xmatthias 2018-06-10 13:37:53 +0200
  • 31025216f9 fix type of open/close timestmap xmatthias 2018-06-10 13:32:07 +0200
  • aff1ede46b Fix last backtesting test xmatthias 2018-06-10 13:25:52 +0200
  • 322a528c12 fix bug with backtestResult xmatthias 2018-06-10 13:25:16 +0200
  • 17c0ceec04 adjust tests for backtestresult type xmatthias 2018-06-10 13:22:24 +0200
  • c9476fade8 adjust tests for forcesell xmatthias 2018-06-10 13:20:41 +0200
  • 7b5a2946e5 adjust for forcesell backtesting xmatthias 2018-06-10 13:19:32 +0200
  • 9c57d3aa8b add BacktestresultTuple xmatthias 2018-06-10 13:15:25 +0200
  • c1b2e06eda simplify return from _get_sell_trade_entry xmatthias 2018-06-10 09:07:04 +0200
  • 3094acc7fb update comment xmatthias 2018-06-10 08:58:28 +0200
  • 24a875ed46 remove experimental parameters - they are read by analyze.py anyway xmatthias 2018-06-09 21:44:57 +0200
  • 5623ea3ac6 Add forcesell at end of backtest period xmatthias 2018-06-09 21:44:20 +0200
  • 655155bbab
    Merge pull request #890 from freqtrade/coveralls-single-execution Matthias 2018-06-09 17:59:04 +0200
  • 28e8840456 avoid running coveralls 4 times Janne Sinivirta 2018-06-09 18:52:57 +0300
  • 8c73fd6e59
    Merge pull request #887 from freqtrade/pyup-scheduled-update-2018-06-09 Janne Sinivirta 2018-06-09 16:02:48 +0300
  • eb58e7cb82 Update ccxt from 1.14.160 to 1.14.165 pyup-bot 2018-06-09 14:22:07 +0200
  • aa8162bbca
    Update common_client.py creslin 2018-06-09 09:49:44 +0000
  • 631df64c68 To better align with multiple client protocols, this PR creslinux 2018-06-09 09:03:22 +0000
  • 8db3dfa8c6
    Merge pull request #880 from freqtrade/fix/636 Janne Sinivirta 2018-06-09 08:59:12 +0300
  • efd69b2cd5
    Merge pull request #883 from freqtrade/fstrings-in-use Janne Sinivirta 2018-06-09 08:53:54 +0300
  • 38c32f0e10 flake8 fix Samuel Husso 2018-06-09 08:40:32 +0300
  • 62b4efb881 freqtradebot: fstrings in use Samuel Husso 2018-06-09 08:21:17 +0300
  • b5c200f6c4 Fiat_converter: fstrings into use Samuel Husso 2018-06-05 08:33:08 +0300
  • 18e3090379 Exchange: f-strings into use Samuel Husso 2018-06-04 14:26:22 +0300
  • 1e1be6bc3f arguments,configuration: fstring in use Samuel Husso 2018-06-04 12:35:51 +0300
  • df33de3914 added support for headers Gert Wohlgemuth 2018-06-08 21:08:20 -0700
  • f3e8d823b2 converting storage to int type for ttl Gert Wohlgemuth 2018-06-08 20:55:38 -0700
  • f0456bb802 Update the README structure Gerald Lonlas 2018-06-05 00:22:44 -0700
  • 61da7f63b2 Merge branch 'develop' of freqtrade into feature/reload-conf gcarq 2018-06-09 04:30:23 +0200
  • 0b5d21f32a implement bot reconfiguration and expose it to telegram gcarq 2018-06-09 04:29:48 +0200
  • 74db82d759 main: don't touch freqbot state in cleanup() gcarq 2018-06-09 01:19:42 +0200
  • 5851cc70a7 Merge branch 'develop' of freqtrade into fix/636 gcarq 2018-06-09 00:37:46 +0200
  • faeda0e70c
    Merge pull request #878 from freqtrade/fix_timeframe_issue Michael Egger 2018-06-08 22:44:06 +0200
  • 73c5f0ec90
    Merge pull request #872 from freqtrade/feature/improve-error-handling Michael Egger 2018-06-08 22:43:37 +0200
  • 66f6e71e7e
    Merge pull request #827 from freqtrade/fix/pylint_and_coverage Michael Egger 2018-06-08 22:32:04 +0200
  • bbe744e075 Merge branch 'develop' into wohlgemuth Gert Wohlgemuth 2018-06-08 12:48:15 -0700
  • 0d6c105cb2
    type on zerorpc creslin 2018-06-08 18:45:38 +0000
  • 2d0a4c4de5
    Update local_rpc_server.py creslin 2018-06-08 18:43:32 +0000
  • efbeabf141 Added Local RPC client - added only "Daily" call so far, submitting for early review/feedback creslinux 2018-06-08 18:35:01 +0000
  • cc4b2eef13 mypy - ignore tests folder xmatthias 2018-06-08 19:54:27 +0200
  • 8effc5f929 fix windows-specific init issue with named tuple xmatthias 2018-06-08 19:46:07 +0200
  • 5f93c5e789
    Merge pull request #876 from freqtrade/pyup-scheduled-update-2018-06-08 Samuel Husso 2018-06-08 18:14:43 +0300
  • 980172a55a
    Merge pull request #865 from freqtrade/partial_candle_removal Samuel Husso 2018-06-08 18:10:21 +0300
  • 760e878dd8 Update ccxt from 1.14.155 to 1.14.160 pyup-bot 2018-06-08 14:22:07 +0200