Commit Graph

  • 8175eaa48a get_ticker can return a cached value Jean-Baptiste LE STANG 2018-01-02 10:56:42 +01:00
  • 890083ce7f Merge branch 'develop' into datadir kryofly 2018-01-07 10:00:35 +01:00
  • 454cd16df4 Merge pull request #331 from gcarq/fix/work_without_network Gérald LONLAS 2018-01-06 21:33:24 -08:00
  • 7e233b536c Merge pull request #323 from gcarq/add_indicators Gérald LONLAS 2018-01-06 21:30:27 -08:00
  • ae19ab3dd3 Merge pull request #330 from gcarq/feature/better_hp_result_display Gérald LONLAS 2018-01-06 21:30:02 -08:00
  • bf4b2dc05e Fix _coinmarketcap that fails backtesting and Hyperopt when no network Gerald Lonlas 2018-01-06 20:07:40 -08:00
  • 571ea6a2bc Merge pull request #329 from gcarq/pyup-update-numpy-1.13.3-to-1.14.0 Janne Sinivirta 2018-01-07 07:19:29 +02:00
  • b3ea0f4ec5 Make readable hyperopt best parameters result Gerald Lonlas 2018-01-06 17:12:32 -08:00
  • d4c8ad5ba7 Update numpy from 1.13.3 to 1.14.0 pyup-bot 2018-01-07 01:47:18 +01:00
  • 2432c9f290 Merge pull request #324 from kryofly/parse-common Gérald LONLAS 2018-01-06 15:11:30 -08:00
  • 7f7d53adb7 Merge pull request #327 from gcarq/fix_profit_experimental Gérald LONLAS 2018-01-06 15:05:20 -08:00
  • 60ed4b9d1e --datadir <path> argument kryofly 2018-01-06 23:24:35 +01:00
  • 83a999d16e Change Bollinger bands for qtpylib.bollinger_bands Gerald Lonlas 2018-01-06 13:10:59 -08:00
  • a29f3de025 fix variable names to pythonic Janne Sinivirta 2018-01-06 21:21:56 +02:00
  • 6ab0ec6aac only apply profit guarantee to sell_signal Janne Sinivirta 2018-01-06 21:16:45 +02:00
  • 984204e380 let parse_args only parse, no continuation kryofly 2018-01-06 11:21:09 +01:00
  • 297166fcb9 Add 29 optional indicators populate_indicators() Gerald Lonlas 2018-01-06 01:11:01 -08:00
  • e6e57e47cf plot script can take arguments kryofly 2018-01-06 08:38:47 +01:00
  • bcde377019 Merge pull request #321 from gcarq/log-exceptions Janne Sinivirta 2018-01-06 10:14:57 +02:00
  • 2d39759d34 pep8 fix Samuel Husso 2018-01-06 10:08:25 +02:00
  • e4500af736 test case for common CLI parsing kryofly 2018-01-06 08:27:44 +01:00
  • 41933c31ca Merge pull request #315 from kryofly/tests_jan05 Janne Sinivirta 2018-01-06 09:26:20 +02:00
  • 47675943ee split common command line args parsing kryofly 2018-01-06 07:39:05 +01:00
  • 74a708b794 Merge pull request #312 from gcarq/fix_backtesting_header Gérald LONLAS 2018-01-05 19:30:04 -08:00
  • 833c7f21af Merge pull request #306 from stephendade/timeoutfix Janne Sinivirta 2018-01-05 18:04:27 +02:00
  • f8eedc69dd Merge pull request #313 from seansan/patch-4 Janne Sinivirta 2018-01-05 18:04:08 +02:00
  • 797324c35e Merge pull request #317 from gcarq/pyup-update-pymarketcap-3.3.143-to-3.3.145 Samuel Husso 2018-01-05 13:48:51 +02:00
  • ae967a4f40 add test to handle analyze_ticker raising exception Samuel Husso 2018-01-05 13:43:56 +02:00
  • 188fc69e56 Update pymarketcap from 3.3.143 to 3.3.145 pyup-bot 2018-01-05 12:08:16 +01:00
  • be8506b45e log exceptions, catch *all* exceptions when analysing ticker Samuel Husso 2018-01-05 08:15:46 +02:00
  • 79fcd0b06c tests cover more backtesting kryofly 2018-01-05 10:23:12 +01:00
  • 421ccb23d3 split load tickerdata function kryofly 2018-01-05 10:20:48 +01:00
  • f1969175cd Add CCI seansan 2018-01-05 08:40:03 +01:00
  • 7fd6d089c0 Fix Backtesting header alignment Gerald Lonlas 2018-01-04 23:12:55 -08:00
  • 552fba773d Merge pull request #310 from gcarq/pyup-update-pytest-3.3.1-to-3.3.2 Gérald LONLAS 2018-01-04 22:38:37 -08:00
  • 8e272cfd53 Merge pull request #311 from gcarq/use_named_arguments Gérald LONLAS 2018-01-04 22:38:25 -08:00
  • 36fbe54634 Merge pull request #307 from gcarq/pyup-update-pymarketcap-3.3.141-to-3.3.143 Gérald LONLAS 2018-01-04 22:38:04 -08:00
  • 90017998fc Use named argument for backtest() Gerald Lonlas 2018-01-04 22:27:55 -08:00
  • ebe95ba1e1 Open order times should be strings, not datetime objectsy Stephen Dade 2018-01-05 15:12:13 +11:00
  • c803762704 Update pytest from 3.3.1 to 3.3.2 pyup-bot 2018-01-05 01:28:53 +01:00
  • f8d8f3347a Update pymarketcap from 3.3.141 to 3.3.143 pyup-bot 2018-01-04 20:08:11 +01:00
  • d4fcc38a57 Unfilled order timeouts - now using timestamps from exchange Stephen Dade 2018-01-05 01:39:01 +11:00
  • c60ef181dc Merge pull request #297 from jblestang/add_stoploss_and_use_sell_profit_only_to_hyperopt Janne Sinivirta 2018-01-04 13:33:01 +02:00
  • db4ad2f6f9 Merge pull request #295 from stephendade/Ordertimeout Samuel Husso 2018-01-04 09:26:16 +02:00
  • b5d2cfecc7 Unfilled Order timeout - better documentation and variable naming Stephen Dade 2018-01-04 10:35:57 +11:00
  • 75955fcc04 Add a unitest and fix pep8 Jean-Baptiste LE STANG 2018-01-03 17:58:08 +01:00
  • 050e73d960 fix a typo in the description of get_ticker Jean-Baptiste LE STANG 2018-01-03 17:51:01 +01:00
  • 0f2d3adbbc applying pep8 Jean-Baptiste LE STANG 2018-01-03 17:36:40 +01:00
  • ea6a1c629d fixing pep8 compliance Jean-Baptiste LE STANG 2018-01-03 11:50:30 +01:00
  • eb53a796e2 pep8 compliance Jean-Baptiste LE STANG 2018-01-03 11:35:54 +01:00
  • 2d273a8509 Update unittests Jean-Baptiste LE STANG 2018-01-03 11:30:24 +01:00
  • 7169ad557f Correct documentation for opentradetimeout Stephen Dade 2018-01-03 21:24:42 +11:00
  • b4d6250d55 Added order timeout handling Stephen Dade 2018-01-03 14:30:10 +11:00
  • 45f2d01895 - add a profit/loss counter - the use of the sell_signal is conditional now (taken from the config) Jean-Baptiste LE STANG 2018-01-03 11:19:46 +01:00
  • c176ace889 Adding sell_profit_only and stoploss in hyperopt Jean-Baptiste LE STANG 2018-01-03 10:56:18 +01:00
  • 1ce4613aad Merge pull request #296 from gcarq/update_documentation Gérald LONLAS 2018-01-03 00:07:41 -08:00
  • eb473842b8 Update documentation Gerald Lonlas 2018-01-02 23:59:14 -08:00
  • 407eaa0870 Merge pull request #279 from gcarq/revamp_documentations Gérald LONLAS 2018-01-02 23:48:49 -08:00
  • 9b09b5aa29 Merge pull request #291 from gcarq/backtesting_speed_opt Gérald LONLAS 2018-01-02 23:35:47 -08:00
  • 70d1511f73 Update ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md Gerald Lonlas 2018-01-02 23:34:26 -08:00
  • 4a717f3df8 Merge pull request #294 from jblestang/add_trades_count_in_performance Gérald LONLAS 2018-01-02 23:03:30 -08:00
  • cb7c36a512 Add Backtesting and Hyperopt documentation Gerald Lonlas 2018-01-02 22:43:00 -08:00
  • f37c495b90 Update the documentation from the PR review Gerald Lonlas 2018-01-02 18:50:12 -08:00
  • 284c6c4223 Reorder and revamp the documentation Gerald Lonlas 2018-01-01 18:17:10 -08:00
  • fd5497cfc7 Merge pull request #265 from gcarq/feature/experimental/force_profit_sell Samuel Husso 2018-01-03 08:14:54 +02:00
  • 208d3770da Merge pull request #292 from jblestang/fix_pair_black_list Samuel Husso 2018-01-03 07:54:18 +02:00
  • 01b49dc502 Merge branch 'develop' into add_trades_count_in_performance Jean-Baptiste LE STANG 2018-01-03 00:06:56 +01:00
  • fbb19e451d Adding the number of trades for each traded pair in the performance command Jean-Baptiste LE STANG 2018-01-03 00:06:50 +01:00
  • a1ffa4497d Merge branch 'develop' into fix_issue_278 Jean-Baptiste LE STANG 2018-01-02 23:12:21 +01:00
  • e69f9dd029 Bad unittest detected reading coverage report, rewritten and bug found Jean-Baptiste LE STANG 2018-01-02 23:00:03 +01:00
  • fed3024302 rewrite get_timeframe in backtesting Janne Sinivirta 2018-01-02 21:32:11 +02:00
  • dc2f048c98 make tuples smaller in backtesting loops Janne Sinivirta 2018-01-02 20:51:07 +02:00
  • f4ccd4609b Merge pull request #284 from jblestang/fix_issue_283 Samuel Husso 2018-01-02 21:00:20 +02:00
  • 1e3a29c049 Merge pull request #287 from gcarq/fix_tabulate Samuel Husso 2018-01-02 19:00:54 +02:00
  • 82e9ed2ac2 shorten table title to match table length Janne Sinivirta 2018-01-02 17:53:47 +02:00
  • ae52880f81 improve backtesting result formatting Janne Sinivirta 2018-01-02 16:40:33 +02:00
  • 90236fb537 Fixing error log on inactive wallet Jean-Baptiste LE STANG 2018-01-02 15:15:59 +01:00
  • 55d0d27756 message too long, removing URL for now Jean-Baptiste LE STANG 2018-01-02 14:55:31 +01:00
  • d849694a70 Adding URL to market graph and number of trades/pair in /performance commande Jean-Baptiste LE STANG 2018-01-02 14:43:38 +01:00
  • 29987c3ff6 Adding the number of trades in the performance display Jean-Baptiste LE STANG 2018-01-02 14:32:13 +01:00
  • 5f696a0cce really fixing Jean-Baptiste LE STANG 2018-01-02 14:09:56 +01:00
  • 90d3c09536 fixing refresh argument ... Jean-Baptiste LE STANG 2018-01-02 14:05:27 +01:00
  • 3f65fc014e flake8 on tests Jean-Baptiste LE STANG 2018-01-02 13:46:16 +01:00
  • 5344b711ea Add two more unit tests for covering pair that are in a blacklist, and unknown pairs in the conf Jean-Baptiste LE STANG 2018-01-02 13:42:10 +01:00
  • a3e827c144 with flake8 code review Jean-Baptiste LE STANG 2018-01-02 12:18:26 +01:00
  • 52e267e864 fix for issue #283 Jean-Baptiste LE STANG 2018-01-02 12:04:47 +01:00
  • 165781a545 force refresh is the value has never been set Jean-Baptiste LE STANG 2018-01-02 11:00:22 +01:00
  • e10a3d1f9d get_ticker can return a cached value Jean-Baptiste LE STANG 2018-01-02 10:56:42 +01:00
  • 0c11d4443f Merge pull request #277 from stephendade/patch-1 Samuel Husso 2018-01-02 07:47:23 +02:00
  • 50be2fabbf Fixed pytest typo Stephen 2018-01-02 15:04:41 +11:00
  • 7a2e9ef535 Add fiat display in sell msg (#271) jblestang 2018-01-01 23:21:43 +01:00
  • 079f2e3609 Merge pull request #276 from jblestang/issue-273 Gérald LONLAS 2018-01-01 14:19:29 -08:00
  • 0e0d613191 Removing tilde and change profit to loss when negative profit is made Jean-Baptiste LE STANG 2018-01-01 20:18:38 +01:00
  • de68209f3b Revert "Make get_signals async. This should speed up create_trade calls by at least 10x. (#223)" (#275) Samuel Husso 2018-01-01 20:32:58 +02:00
  • 59546b623e Merge pull request #269 from gcarq/pyup-update-pandas-0.21.1-to-0.22.0 Janne Sinivirta 2018-01-01 07:47:59 +02:00
  • 0a5463fee8 Merge pull request #267 from gcarq/update_config_example Gérald LONLAS 2017-12-31 11:19:51 -08:00
  • cdfb18e9b4 Update pandas from 0.21.1 to 0.22.0 pyup-bot 2017-12-31 14:21:50 +01:00
  • 1f635d3793 Add pair_blacklist in config.example Gerald Lonlas 2017-12-31 01:14:17 -08:00
  • 714d77dbd8 Add expiremental feature to sell only if we make a profit Gerald Lonlas 2017-12-21 19:58:06 -08:00
  • 9803130848 Merge pull request #259 from gcarq/fix/issue-248 Gérald LONLAS 2017-12-30 17:28:16 -08:00