Commit Graph

  • d41837817c move logging to freqtrade.rpc gcarq 2017-11-18 21:43:21 +01:00
  • 3ab14dfe39 add middleware to expose common functionality for multiple rpc implementations gcarq 2017-11-18 21:30:31 +01:00
  • 4a91ecd91a Merge pull request #115 from gcarq/pylint_cleanups Michael Egger 2017-11-18 16:00:21 +01:00
  • a3da2911e8 Merge pull request #114 from gcarq/new_algo Samuel Husso 2017-11-18 13:09:40 +02:00
  • 6f5b418f0b small balancing to hyperopt objective Janne Sinivirta 2017-11-18 10:24:18 +02:00
  • 57691c82b1 whitelist TA-lib in pylint Janne Sinivirta 2017-11-18 10:13:14 +02:00
  • 37a74b38ba more little pylint fixes Janne Sinivirta 2017-11-18 10:09:19 +02:00
  • 9ab81a987d fix pylint warnings in test_main.py Janne Sinivirta 2017-11-18 09:58:55 +02:00
  • 4b08e3d571 fix pylint warnings in __init__ files Janne Sinivirta 2017-11-18 09:52:28 +02:00
  • 187fea0c28 disable bunch of meaningless pylint warnings Janne Sinivirta 2017-11-18 09:45:01 +02:00
  • 4e54b27398 use parentheses for multiline string instead of backslash Janne Sinivirta 2017-11-18 09:44:28 +02:00
  • aced5cc3ba rename variable to remove Mypy warning of type error Janne Sinivirta 2017-11-18 09:43:42 +02:00
  • 669ec30413 remove unused import Janne Sinivirta 2017-11-18 09:34:57 +02:00
  • 0082b7abdd add missing module and class docstring Janne Sinivirta 2017-11-18 09:34:32 +02:00
  • 7903f3a546 fix test name Janne Sinivirta 2017-11-18 09:19:22 +02:00
  • ec75586bdd new buy strategy Janne Sinivirta 2017-11-18 08:45:57 +02:00
  • df9902d6a4 Merge pull request #107 from gcarq/feature/add-backtesting-subcommand Janne Sinivirta 2017-11-18 08:13:42 +02:00
  • 315919cdd6 fix platform dependent bug in argparse test Janne Sinivirta 2017-11-18 08:07:37 +02:00
  • 63c95a3546 modify trade life cycle (should fix #112) gcarq 2017-11-17 20:17:29 +01:00
  • 59d04d1d0c catch TelegramError (fixes #113) gcarq 2017-11-17 19:47:29 +01:00
  • d1cc9e868b adapt README gcarq 2017-11-17 19:03:08 +01:00
  • 14de46576b use load_backtesting_data gcarq 2017-11-17 18:23:40 +01:00
  • bdff29a472 remove code duplicates gcarq 2017-11-17 17:54:31 +01:00
  • 8655c6c264 reduce backtest data samples to 10 gcarq 2017-11-17 17:32:34 +01:00
  • 3f4e4a23a0 add argparse handling tests gcarq 2017-11-17 17:19:00 +01:00
  • b682262486 refactor argparse handling gcarq 2017-11-17 17:18:31 +01:00
  • 5be7be6189 adapt tests gcarq 2017-11-15 00:15:17 +01:00
  • 3475a07522 fetching new testing data for oneMin and fiveMin intervals gcarq 2017-11-15 00:11:46 +01:00
  • fb7ea169d4 fix some formatting issues gcarq 2017-11-14 23:46:48 +01:00
  • 5469293e5f use tabulate to format backtesting result gcarq 2017-11-14 23:14:01 +01:00
  • 9b644b0305 add --ticker-interval gcarq 2017-11-14 22:37:30 +01:00
  • 0df1404d6a fix typo gcarq 2017-11-14 22:18:31 +01:00
  • bb4a9ed20f implement backtest subcommand gcarq 2017-11-14 22:15:24 +01:00
  • 77887d6fbc Merge pull request #111 from gcarq/memoryfix-hyperopt Samuel Husso 2017-11-17 18:41:38 +02:00
  • d89db50465 avoid copy operation due to memory consumption Janne Sinivirta 2017-11-17 12:27:33 +02:00
  • 632d00e01d move price point calculations out from populate functions Janne Sinivirta 2017-11-17 12:08:23 +02:00
  • 2a56031cdc remove unnecessary line Janne Sinivirta 2017-11-17 08:02:06 +02:00
  • 16d412323c add a little snippet to allow running line_profiler with hyperopt Janne Sinivirta 2017-11-16 20:21:59 +02:00
  • 27a6b29c80 move time diff calculation out of a loop Janne Sinivirta 2017-11-16 20:17:23 +02:00
  • 5d1f874041 switch ix to loc, ix is apparently deprecated Janne Sinivirta 2017-11-16 20:16:54 +02:00
  • 174122a09b remove unnecessary calculation Janne Sinivirta 2017-11-15 20:07:57 +02:00
  • 1b6a60ecb2 refactor backtesting to avoid recalculating indicators in hyperopt Janne Sinivirta 2017-11-15 20:06:37 +02:00
  • 1ccb266032 Merge pull request #104 from gcarq/sell_signal Michael Egger 2017-11-16 17:02:24 +01:00
  • a963f1820c rename should_sell to min_roi_reached Janne Sinivirta 2017-11-16 07:49:06 +02:00
  • b9983149ef plug sell strategy to backtesting Janne Sinivirta 2017-11-16 07:45:51 +02:00
  • c1ef3f526c remove unnecessary comparison Janne Sinivirta 2017-11-16 07:41:26 +02:00
  • 6b7afb80b2 fix failing test Janne Sinivirta 2017-11-15 07:05:17 +02:00
  • 0b8afa12e9 exit strategy after roi check Janne Sinivirta 2017-11-14 20:33:00 +02:00
  • 1db0a7d4ce populate sell signal Janne Sinivirta 2017-11-14 20:28:31 +02:00
  • c12a9ebd92 make signal getting parametrized Janne Sinivirta 2017-11-14 19:06:03 +02:00
  • d86dcc4752 check if result exists in get_ticker (fixes #106) gcarq 2017-11-16 16:39:06 +01:00
  • 0bc96241d5 rework exception handling (fixes #108) gcarq 2017-11-16 16:14:43 +01:00
  • a0bb7a61e6 Merge tag '0.14.2' into develop gcarq 2017-11-16 00:40:48 +01:00
  • b115963a70 Merge branch 'release/0.14.2' 0.14.2 gcarq 2017-11-16 00:40:44 +01:00
  • 2e953a937d version bump gcarq 2017-11-16 00:40:36 +01:00
  • 4e05691cab check if balance list is empty (fixes #105) gcarq 2017-11-16 00:01:47 +01:00
  • b5f58724a0 get_ticker_history: check if result is set (fixes #103) gcarq 2017-11-15 23:16:54 +01:00
  • b83309b55d reduce calls_per_second to 1 gcarq 2017-11-15 23:16:39 +01:00
  • e8101a6da5 default BaseVolume to 0.0 if null gcarq 2017-11-14 17:48:19 +01:00
  • dd9cb008fb refresh whitelist based on wallet health (fixes #60) gcarq 2017-11-13 21:34:47 +01:00
  • 81f7172c4a sanitize get_ticker_history (fixes #100) gcarq 2017-11-13 19:54:09 +01:00
  • bab59fbacd Merge pull request #99 from gcarq/more_triggers2 Michael Egger 2017-11-13 12:11:15 +01:00
  • 0f0b10b6cc adjust search spaces Janne Sinivirta 2017-11-13 07:28:56 +02:00
  • 8e68c5358e clean up prints during hyperopt Janne Sinivirta 2017-11-12 09:44:31 +02:00
  • 660f01b514 add hilbert transform leadsine trigger Janne Sinivirta 2017-11-12 09:13:54 +02:00
  • 13537e3ce4 add short ema guard to hyperopt Janne Sinivirta 2017-11-12 08:45:32 +02:00
  • 2963a90008 add stochastics trigger Janne Sinivirta 2017-11-12 08:38:52 +02:00
  • 15b20b83fa optimize hyperopt objective function Janne Sinivirta 2017-11-12 08:30:58 +02:00
  • 1c3c316e45 reduce calls_per_second gcarq 2017-11-11 21:29:35 +01:00
  • 517879382b Add argument for dynamic-whitelist handling gcarq 2017-11-11 19:20:53 +01:00
  • bcd3340a80 implement get_market_summaries gcarq 2017-11-11 19:20:16 +01:00
  • 12ae1e111e use get_candles from python-bittrex gcarq 2017-11-11 17:14:55 +01:00
  • d3b3370f23 Add configurable throttle mechanism gcarq 2017-11-11 16:47:19 +01:00
  • 8f817a3634 use TTLCache for get_ticker_history gcarq 2017-11-11 15:29:31 +01:00
  • cf79b15651 use discrete values for filters Janne Sinivirta 2017-11-11 11:50:10 +02:00
  • a4284351e3 fix green_candle Janne Sinivirta 2017-11-11 10:26:04 +02:00
  • 906caf329b remove two unused or poorly performing indicators Janne Sinivirta 2017-11-11 10:05:09 +02:00
  • 3db13fae13 add green_candle guard Janne Sinivirta 2017-11-11 09:35:04 +02:00
  • 274972f7af make faststoch trigger use crossed_above helper Janne Sinivirta 2017-11-11 09:26:05 +02:00
  • 83fd27e031 add sar reversal as trigger Janne Sinivirta 2017-11-11 08:32:35 +02:00
  • 3126dcfcea drop sleep_time and use python-bittrex request delay gcarq 2017-11-10 23:39:49 +01:00
  • 72aec6c320 Merge pull request #96 from gcarq/feature/add-argparse Michael Egger 2017-11-10 18:04:03 +01:00
  • b709ccbf53 enhance logging messages gcarq 2017-11-10 17:56:03 +01:00
  • 7e99b13742 add missing commands to README gcarq 2017-11-10 17:26:52 +01:00
  • 8b464033ff add missing commands to README gcarq 2017-11-10 17:26:52 +01:00
  • 93c525a8fa Merge branch 'master' into develop gcarq 2017-11-10 17:18:21 +01:00
  • 54b15c1556 update README gcarq 2017-11-10 17:17:51 +01:00
  • 029f32af63 Merge tag '0.14.1' into develop gcarq 2017-11-09 23:53:14 +01:00
  • de13df6ede Merge branch 'release/0.14.1' 0.14.1 gcarq 2017-11-09 23:53:10 +01:00
  • 0de211674d version bump gcarq 2017-11-09 23:52:34 +01:00
  • f7a27c156c add /version command handler gcarq 2017-11-09 23:51:32 +01:00
  • 98f11fc7bb fix sqlite threading issue gcarq 2017-11-09 23:45:22 +01:00
  • 013e13e546 use tabulate for /count gcarq 2017-11-09 23:45:03 +01:00
  • 6ff26c561a move plot_dataframe to scripts/ folder gcarq 2017-11-09 22:29:23 +01:00
  • c81358c291 remove MagicBot gcarq 2017-11-09 22:11:02 +01:00
  • ed34d9f22f add tests for /forcesell all gcarq 2017-11-09 22:08:28 +01:00
  • ee05561ef3 refactor forcesellall to /forcesell all gcarq 2017-11-09 22:07:51 +01:00
  • 69ae99406a add telegram handler for forcesellall Eoin 2017-09-27 22:32:04 +01:00
  • 0cfbb56b6c enhance and test pair validation gcarq 2017-11-09 21:47:47 +01:00
  • 8960373f1c Merge tag '0.14.0' into develop gcarq 2017-11-09 20:56:12 +01:00