Commit Graph

  • ddd3d2d0a9 ignore cancelled order during trade state update gcarq 2017-12-16 02:36:43 +01:00
  • cb4ecfd3a3 move function gcarq 2017-12-16 01:37:06 +01:00
  • f4b59492ab fix NoneType issue gcarq 2017-12-16 01:31:15 +01:00
  • ae37f49b51 /forcesell: handle trades with open orders gcarq 2017-12-16 01:09:07 +01:00
  • 6e68315d2c reorder imports gcarq 2017-12-15 23:58:21 +01:00
  • c1c9dd03ce /daily: fix identation and simplify loops gcarq 2017-12-15 23:56:02 +01:00
  • e00f02b603 Improve telegram /profit command (#188) Gérald LONLAS 2017-12-15 08:19:00 -08:00
  • 9f907d5b5e Update python-bittrex from 0.2.1 to 0.2.2 (#189) pyup.io bot 2017-12-15 16:10:10 +01:00
  • 6729574201 Merge pull request #186 from glonlas/update_daily_command Samuel Husso 2017-12-15 08:19:02 +02:00
  • 2a2af4878e Update /daily command, reorder telegram menu, limit /daily profit at 8 decimals Gerald Lonlas 2017-12-14 20:59:38 -08:00
  • bfb3e09d1d raise ContentDecodingError if bittrex responds with NO_API_RESPONSE (#183) Michael Egger 2017-12-14 20:27:04 +01:00
  • 89ee0654f4 Use ENTRYPOINT instead of CMD so additional arguments can be supplied for docker run. (#184) Pan Long 2017-12-15 01:41:40 +08:00
  • 2ac8b685d6 Add param for Dry run to use a DB file instead of memory (#182) Gérald LONLAS 2017-12-14 06:10:11 -08:00
  • 4b38100ae2 Merge pull request #175 from gcarq/pyup-update-pandas-0.21.0-to-0.21.1 Samuel Husso 2017-12-13 08:18:31 +02:00
  • d6c14d5258 Update pandas from 0.21.0 to 0.21.1 pyup-bot 2017-12-13 06:18:06 +01:00
  • cb09cabbdd Merge pull request #171 from stephendade/dailymsg Samuel Husso 2017-12-12 19:42:31 +02:00
  • 77023c0ecf Merge pull request #169 from jblestang/fix_ticker_interval Janne Sinivirta 2017-12-12 17:21:55 +02:00
  • 0b18c93d19 Daily profit command - better message formatting and minor fixes Stephen Dade 2017-12-12 19:38:18 +11:00
  • 0617753a7f Adding a test unit for 1 minute ticker interval Jean-Baptiste LE STANG 2017-12-11 22:11:06 +01:00
  • b77fad6e5f Merge pull request #173 from glonlas/autoselect_top_currencies Janne Sinivirta 2017-12-11 18:04:10 +02:00
  • 90bf6f2d4a Remove unecessary import Gerald Lonlas 2017-12-11 00:07:36 -08:00
  • ef7646417b Allow to change the number of currencies used by dynamic-whitelist Gerald Lonlas 2017-12-10 23:56:03 -08:00
  • 01874e379f Merge pull request #172 from gcarq/new_pair_set Samuel Husso 2017-12-11 09:33:05 +02:00
  • 7afd8da28f fix a broken unit test due to changing test dataset Janne Sinivirta 2017-12-10 13:56:39 +02:00
  • 3d532c6015 update backtest data to match pairs in config.json.example Janne Sinivirta 2017-12-10 11:17:01 +02:00
  • a692ef6715 update example coins to be from monthly max volume list Janne Sinivirta 2017-12-10 11:00:27 +02:00
  • ccb8c3c352 Added daily profit telegram command Stephen Dade 2017-12-10 17:32:40 +11:00
  • 18f01113c2 use the CLI arguments as the ticker interval toto 2017-12-09 11:51:53 +01:00
  • f7def09dec fix for the ticker interval set by default to 5 toto 2017-12-09 11:39:26 +01:00
  • 82bf0be3e2 Merge pull request #168 from gcarq/pyup-update-python-telegram-bot-8.1.1-to-9.0.0 Janne Sinivirta 2017-12-09 07:33:36 +02:00
  • 212f4fdd95 Update python-telegram-bot from 8.1.1 to 9.0.0 pyup-bot 2017-12-08 23:21:03 +01:00
  • a5058ff999 Merge pull request #164 from gcarq/pyup-update-pytest-3.3.0-to-3.3.1 Samuel Husso 2017-12-06 09:07:18 +02:00
  • ea1c16f2ac Update pytest from 3.3.0 to 3.3.1 pyup-bot 2017-12-06 05:15:53 +01:00
  • 67337fadaa Merge pull request #157 from gcarq/pyup-update-pytest-3.2.5-to-3.3.0 Janne Sinivirta 2017-12-03 10:02:03 +02:00
  • 94c1d66e59 Merge pull request #159 from gcarq/pyup-update-tabulate-0.8.1-to-0.8.2 Janne Sinivirta 2017-12-03 10:01:29 +02:00
  • 510e6edfbf Merge pull request #156 from gcarq/pyup-update-arrow-0.10.0-to-0.12.0 Janne Sinivirta 2017-12-03 09:40:02 +02:00
  • e8c31142ae Merge pull request #154 from gcarq/hyperopt/simplify-logging Janne Sinivirta 2017-12-03 09:39:45 +02:00
  • 71c780a530 Update tabulate from 0.8.1 to 0.8.2 pyup-bot 2017-12-03 08:34:08 +01:00
  • 7e579de163 Update pytest from 3.2.5 to 3.3.0 pyup-bot 2017-12-03 08:34:01 +01:00
  • dd1a52c534 Update arrow from 0.10.0 to 0.12.0 pyup-bot 2017-12-03 08:33:57 +01:00
  • e815a43164 Merge pull request #137 from gcarq/pyup-initial-update Janne Sinivirta 2017-12-03 09:33:50 +02:00
  • 2f17706e76 Merge pull request #155 from gcarq/maintenance/remove-btc-time Janne Sinivirta 2017-12-02 15:29:10 +02:00
  • 86a94798dd BTC_TIME will be removed from bittrex Dec 8th Samuel Husso 2017-12-02 15:06:33 +02:00
  • a7cca4985e omit hyperopt output if total_profit doesn't go pass threashold (3) Samuel Husso 2017-12-02 01:32:23 +02:00
  • 965c075362 disable info logging on hyperopt.tpe Samuel Husso 2017-12-02 00:21:46 +02:00
  • 05d7746f62 Revert "Update networkx from 1.11 to 2.0" Janne Sinivirta 2017-12-01 21:13:02 +02:00
  • 688326b58c Merge pull request #146 from gcarq/feature/integrate-backtesting Samuel Husso 2017-11-30 08:19:59 +02:00
  • 0c9993cc89 convert bash scripts to python scripts gcarq 2017-11-25 15:40:19 +01:00
  • 0c35e6ad19 minor changes gcarq 2017-11-25 03:28:52 +01:00
  • 68521ea46c adapt README gcarq 2017-11-25 03:28:39 +01:00
  • 2fe11cd77a add helper scripts for mongodb gcarq 2017-11-25 03:28:18 +01:00
  • e27a6a7a91 add mongodb support for hyperopt parallelization gcarq 2017-11-25 02:04:37 +01:00
  • 5bf583cba4 remove unused imports gcarq 2017-11-25 01:23:18 +01:00
  • a23fce519d pretty print hyperopt results gcarq 2017-11-25 01:22:36 +01:00
  • 7f3f127165 remove custom env from .travis.yml gcarq 2017-11-25 01:13:28 +01:00
  • 9ff1f05e66 add --epochs to hyperopt subcommand gcarq 2017-11-25 01:12:44 +01:00
  • b9c4eafd96 integrate hyperopt and implement subcommand gcarq 2017-11-25 01:04:11 +01:00
  • 7fa5846c6b move hyperopt to freqtrade.optimize.hyperopt gcarq 2017-11-25 00:30:39 +01:00
  • 3b37f77a4d move backtesting to freqtrade.optimize.backtesting gcarq 2017-11-24 23:58:35 +01:00
  • 858d2329e5 add experimental flag support and add use_sell_signal (#143) Michael Egger 2017-11-24 21:58:00 +01:00
  • 371ee1e457 In backtesting, ensure we don't buy the same pair again before selling (#139) Mathieu Favréaux 2017-11-24 20:09:44 +00:00
  • cfbfe90aa0 keyboard markup for telegram bot (#142) Geka000 2017-11-24 22:54:50 +03:00
  • fd30f5dc59 Merge branch 'develop' into pyup-initial-update Michael Egger 2017-11-23 21:49:56 +01:00
  • 0502bd3c2d Update networkx from 1.11 to 2.0 pyup-bot 2017-11-23 21:07:43 +01:00
  • 3ce7ef5e8b Update pytest from 3.2.3 to 3.2.5 pyup-bot 2017-11-23 21:07:42 +01:00
  • 2324aa0782 Update scipy from 0.19.1 to 1.0.0 pyup-bot 2017-11-23 21:07:40 +01:00
  • 6a57a8da12 Update scikit-learn from 0.19.0 to 0.19.1 pyup-bot 2017-11-23 21:07:39 +01:00
  • 9276f3202c Update pandas from 0.20.3 to 0.21.0 pyup-bot 2017-11-23 21:07:37 +01:00
  • a6598997e2 Update sqlalchemy from 1.1.14 to 1.1.15 pyup-bot 2017-11-23 21:07:36 +01:00
  • 82913cd3f4 upgrade python-bittrex to 0.2.1 gcarq 2017-11-23 20:53:13 +01:00
  • be6939ee8a use 8 digits of precision for amount and rate in formatting gcarq 2017-11-23 20:52:07 +01:00
  • 7ba4a5d24b Merge pull request #136 from gcarq/stoploss_tweak Samuel Husso 2017-11-23 19:54:08 +02:00
  • 371e6d99c9 set stoploss to -10% Janne Sinivirta 2017-11-23 18:43:19 +02:00
  • 84b105c82b fix invalid json in example config Janne Sinivirta 2017-11-23 18:41:25 +02:00
  • c6def418cf Merge pull request #135 from rybolov/develop Janne Sinivirta 2017-11-23 18:25:56 +02:00
  • 5fce2c5712 Better buy and sell strategy: Buy if at the low end of normal range and the price is increasing. Buy into extreme gains regardless of if it's on the low part of the range. Avoid buying when the price is on a long decrease even if it's low. Sell anytime the price is above the top end of normal range and the momentum slows. Sell on an extreme drop. Michael Smith 2017-11-23 22:33:41 +08:00
  • aacd7d8987 Merge pull request #131 from gcarq/feature/backtesting-max-open-trades Janne Sinivirta 2017-11-23 16:16:43 +02:00
  • 4a707d7452 add --limit-max-trades gcarq 2017-11-23 00:25:06 +01:00
  • 21551b3c40 Merge pull request #133 from gcarq/feature/fix-buy-amount-calc Janne Sinivirta 2017-11-22 22:31:25 +02:00
  • 7727f2cc8f implement test gcarq 2017-11-22 21:02:36 +01:00
  • 9a87dcf0a1 dont apply fees on trade creation gcarq 2017-11-22 21:01:44 +01:00
  • 9136e64d89 force flush in create_trade and execute_sell (fixes #128) gcarq 2017-11-22 20:51:25 +01:00
  • 765a762ccf Merge pull request #122 from gcarq/feature/fix-signal-handling Samuel Husso 2017-11-22 13:38:57 +02:00
  • 02ca2ed585 implement trade count lock for backtesting gcarq 2017-11-21 22:33:34 +01:00
  • f3ba3ddd54 move buy_price and sell_price to plotting script gcarq 2017-11-21 20:41:49 +01:00
  • 65ce948b0b catch ValueErrors from analyze_ticker (fixes #123) gcarq 2017-11-21 20:37:29 +01:00
  • 383a9f6eeb catch BaseException to force stdout flush when process dies gcarq 2017-11-21 20:24:52 +01:00
  • 43dda9c9cf Merge pull request #125 from gcarq/conf-update Janne Sinivirta 2017-11-21 09:38:25 +02:00
  • 7a44a1d1c1 match example config to backtest_conf and update README to fix #124 Samuel Husso 2017-11-21 07:37:31 +02:00
  • 5d934cd5b6 enhance open order formatting in status handle gcarq 2017-11-20 23:33:52 +01:00
  • 788cda4925 add missing import gcarq 2017-11-20 22:26:32 +01:00
  • 55a69e4a45 use normal program flow to handle interrupts gcarq 2017-11-20 22:15:19 +01:00
  • 1931d31147 Merge tag '0.14.3' into develop gcarq 2017-11-20 20:01:23 +01:00
  • e9dbdc9247 Merge branch 'release/0.14.3' 0.14.3 gcarq 2017-11-20 20:01:18 +01:00
  • 86b6c6f334 version bump gcarq 2017-11-20 20:01:10 +01:00
  • cd5afd6ff4 use jsonschema regex pattern for whitelist format and enhance validation error messages (closes #120) gcarq 2017-11-20 19:37:25 +01:00
  • d88cc084e6 align numbers in hyperopt print out (#119) Janne Sinivirta 2017-11-20 11:22:11 +02:00
  • 5deaebf0c2 Tests now use UTC time with arrow instead of datetime (#117) Jeff Pipas 2017-11-18 22:58:35 -05:00
  • 19734ad863 set bootstrap_retries to infinite (fixes #113) gcarq 2017-11-18 22:23:05 +01:00
  • b16ccb9919 handle requests exception in validate_pairs gcarq 2017-11-18 22:22:45 +01:00