Commit Graph

  • a7daca9276
    Delete README.md creslin 2018-07-30 16:31:20 +0000
  • 1756a317a0
    Merge e9a4b4c8f9 into 075a42d615 creslin 2018-07-30 16:30:17 +0000
  • e9a4b4c8f9 Merge remote-tracking branch 'origin/gdax_enabled' into gdax_enabled creslinux 2018-07-30 16:30:12 +0000
  • ae64b1d95d Added tests for precision on - price ( 4 places round up) - amount ( 4 places round down) creslinux 2018-07-30 16:23:49 +0000
  • 075a42d615
    Merge pull request #1095 from freqtrade/pyup-scheduled-update-2018-07-30 Matthias 2018-07-30 14:53:24 +0200
  • 8b8d3f3b75 default_conf is function-scoped fixture, no need to deepcopy it Janne Sinivirta 2018-07-30 15:40:52 +0300
  • 3ecc502d86 Update ccxt from 1.17.45 to 1.17.49 pyup-bot 2018-07-30 14:24:06 +0200
  • 67d1693901 avoid validating default_conf hundreds of times Janne Sinivirta 2018-07-30 14:57:51 +0300
  • 0682f142d2
    Update __init__.py creslin 2018-07-30 10:27:19 +0000
  • 3083e5d2be use pytest fixture properly in test_hyperopt Janne Sinivirta 2018-07-30 13:26:54 +0300
  • 6314639c4c Moved to pow(10, on recommendation from core team Removed excessive boiler plating for simple function creslinux 2018-07-30 10:25:46 +0000
  • affdeb8fd8 rename func to throttled_func Janne Sinivirta 2018-07-30 12:06:16 +0300
  • fb80964b69 freqtradebot tests don't need to mock coinmarketcap anymore Janne Sinivirta 2018-07-30 11:58:14 +0300
  • 1c20ef873d remove parens Janne Sinivirta 2018-07-30 11:57:11 +0300
  • df53e912f0 fix one more test that was missing mock and needed internet Janne Sinivirta 2018-07-30 11:55:00 +0300
  • e242842805 remove more useless docstrings from tests Janne Sinivirta 2018-07-30 11:37:29 +0300
  • 2401fa15d2 Change missed calls to advise_* functions Matthias 2018-07-29 21:07:21 +0200
  • 787d6042de Switch from pair(str) to metadata(dict) Matthias 2018-07-29 20:36:03 +0200
  • 941879dc19 revert docs to use populate_* functions Matthias 2018-07-25 07:54:17 +0100
  • 82680ac6aa improve docstrings for strategy Matthias 2018-07-25 07:54:01 +0100
  • 5fbce13830 update hyperopt to use new methods Matthias 2018-07-23 23:29:54 +0100
  • 39cf0decce don't use __annotate__ Matthias 2018-07-23 17:38:21 +0100
  • f286ba6b87 overload populate_indicators to work with and without pair argumen Matthias 2018-07-22 17:39:35 +0200
  • 98665dcef4 revert inadvertent wihtespace changes Matthias 2018-07-20 22:15:32 +0200
  • cf83416d69 update script to use new method Matthias 2018-07-20 22:07:18 +0200
  • 791c5ff071 update comments to explain what advise methods do Matthias 2018-07-20 22:06:15 +0200
  • 8a9c54ed61 use new methods Matthias 2018-07-20 22:02:17 +0200
  • 18b8f20f1c fix small test bug Matthias 2018-07-20 21:48:59 +0200
  • f12167f0dc Fix backtesting test Matthias 2018-07-20 20:59:56 +0200
  • df8700ead0 Adapt after merge from develop Matthias 2018-07-20 20:56:44 +0200
  • 0eff6719c2 improve tests for legacy-strategy loading Matthias 2018-07-18 23:23:30 +0200
  • aa772c28ad Add tests for advise_indicator methods Matthias 2018-07-18 22:04:34 +0200
  • 4ebd706cb8 improve comments Matthias 2018-07-18 21:53:03 +0200
  • fa48b8a535 Update documentation with advise-* methods Matthias 2018-07-18 21:52:40 +0200
  • c9a97bccb7 Add tests for deprecation Matthias 2018-07-18 21:45:04 +0200
  • 2f905cb696 Update test-strategy with new methods Matthias 2018-07-18 21:34:04 +0200
  • 7300c0a0fe remove @abstractmethod as this method may not be present in new strategies Matthias 2018-07-18 21:31:19 +0200
  • 921f645623 fixing tests... Gert Wohlgemuth 2018-07-16 21:41:42 -0700
  • 0dcaa82c3b fixed test? Gert Wohlgemuth 2018-07-16 21:33:49 -0700
  • 3dd7d209e9 more test fixes Gert Wohlgemuth 2018-07-16 21:22:59 -0700
  • abc55a6e6b fixing? hyperopt Gert Wohlgemuth 2018-07-16 21:03:41 -0700
  • 5871488858 fixed errors and making flake pass Gert Wohlgemuth 2018-07-16 20:40:17 -0700
  • 2e6e5029ba fix mypy and tests xmatthias 2018-06-26 07:08:09 +0200
  • 19b9966417 satisfied flake8 again Gert Wohlgemuth 2018-06-19 10:00:41 -0700
  • 57f683697d revised code Gert Wohlgemuth 2018-06-15 09:59:34 -0700
  • 296d3d8bbe working on refacturing of the strategy class Gert Wohlgemuth 2018-06-14 20:27:41 -0700
  • 336cd524a3
    Merge pull request #1094 from freqtrade/pyup-scheduled-update-2018-07-29 Matthias 2018-07-29 19:02:17 +0200
  • f832edf5bc remove useless docstrings from tests Janne Sinivirta 2018-07-29 17:09:44 +0300
  • 05463e3d91
    Update __init__.py creslin 2018-07-29 13:58:16 +0000
  • ce74a5b97e
    Update __init__.py creslin 2018-07-29 13:34:57 +0000
  • 28159f2fca Added price "rate" to be trimmed to the precision the exchange supports creslinux 2018-07-29 13:30:34 +0000
  • 894181bf37 Merge remote-tracking branch 'origin/gdax_enabled' into gdax_enabled creslinux 2018-07-29 13:29:08 +0000
  • 3b2b318b98 Added price "rate" to be trimmed to the precision the exchange supports creslinux 2018-07-29 13:26:04 +0000
  • 1bbb86c621 remove nonsense asserts Janne Sinivirta 2018-07-29 16:23:17 +0300
  • fa7794d704 Merge branch 'sandbox2' into gdax_enabled creslinux 2018-07-29 12:41:49 +0000
  • 2ef35400c9 Update pytest from 3.6.3 to 3.6.4 pyup-bot 2018-07-29 14:24:08 +0200
  • 9c7f53d90d Update ccxt from 1.17.39 to 1.17.45 pyup-bot 2018-07-29 14:24:06 +0200
  • ebfcc0fc13 install numpy before ta-lib to fix build errors Matthias 2018-07-29 14:01:50 +0200
  • 42024134ec
    Merge pull request #1092 from freqtrade/revert-1090-ujson-loader Matthias 2018-07-29 12:23:25 +0100
  • 7f27beff4b
    Revert "backtesting: try to load data with ujson if it exists" Matthias 2018-07-29 13:23:11 +0200
  • dd71071740 Added logger.info when Sandbox is enabled. creslinux 2018-07-29 09:15:13 +0000
  • c85c7a3a77 Documentation fixes. creslinux 2018-07-29 09:12:05 +0000
  • 1e804c0df5 flake 8 creslinux 2018-07-29 08:10:55 +0000
  • fc06d028b8 Unit tests for sandbox pass / fail scenarios creslinux 2018-07-29 08:02:04 +0000
  • 618784d060
    Merge pull request #1090 from freqtrade/ujson-loader Matthias 2018-07-29 08:54:02 +0100
  • bb3a6d858a
    Merge 0f36e42c2e into cfcc2e61e5 creslin 2018-07-29 07:47:40 +0000
  • cfcc2e61e5
    Merge pull request #1088 from freqtrade/fix/unpatched_mock Samuel Husso 2018-07-29 09:53:52 +0300
  • 187e039a58
    Merge pull request #1034 from freqtrade/feat/positive_sl_limit Samuel Husso 2018-07-29 08:30:29 +0300
  • b3df1b1ba7 added documentation: Gert 2018-07-28 21:31:20 -0700
  • ab66fe1b72 prepared for tracking signals Gert 2018-07-28 19:45:33 -0700
  • ed47240b6e working on develop backslap Gert 2018-07-28 18:30:12 -0700
  • 1a673c6ac9 working on moving backslap Gert 2018-07-28 14:23:18 -0700
  • 0a059662b3 Submitting with unit test for the working scenario. creslinux 2018-07-28 20:32:10 +0000
  • cb2fff8909 mypy doesn't handle common idiomacy so disable the line (see the open issue more details) Samuel Husso 2018-07-28 22:06:26 +0300
  • cdd8cc551c backtesting: try to load data with ujson if it exists Samuel Husso 2018-07-28 21:56:11 +0300
  • 8648ac9da2 Update documentation with hot to sandbox test. Allowing end-to-end GDAX API use without risking real money. creslinux 2018-07-28 17:42:56 +0000
  • 083befaafc
    Merge pull request #1087 from freqtrade/pyup-scheduled-update-2018-07-28 Samuel Husso 2018-07-28 16:26:38 +0300
  • 099e7020c8 Update ccxt from 1.17.29 to 1.17.39 pyup-bot 2018-07-28 14:24:06 +0200
  • 6ab8fa8c71
    Merge pull request #1079 from creslinux/apiAuthPass Samuel Husso 2018-07-28 13:53:39 +0300
  • a12af0ef5a bot: use async ccxt in _process for fetching ticker history Samuel Husso 2018-07-27 10:14:36 +0300
  • ab8993d13f exchange: proof-of-concept ccxt async support Samuel Husso 2018-07-27 10:13:58 +0300
  • b2b81c8b2d Update documentation with hot to sandbox test. Allowing end-to-end GDAX API use without risking real money. creslinux 2018-07-27 20:18:12 +0000
  • 243b63e39c fix rpc test going to network (unsuitable for flights...) Matthias 2018-07-27 21:12:48 +0100
  • a3d870ad3e
    Merge pull request #1075 from freqtrade/extract_get_history Janne Sinivirta 2018-07-27 20:54:20 +0300
  • 0c035b276c
    Update __init__.py creslin 2018-07-27 17:28:18 +0000
  • cd5fef615e This brings GDAX / Coinbase into the fold. creslinux 2018-07-27 17:15:09 +0000
  • 1ceaa2200a
    Merge pull request #1080 from freqtrade/pyup-scheduled-update-2018-07-27 Matthias 2018-07-27 16:06:07 +0100
  • c8ac98501c
    Merge pull request #1081 from sandoche/patch-1 Matthias 2018-07-27 16:05:51 +0100
  • ca0d658f15
    Error fixed in the quickstart documentation Sandoche ADITTANE 2018-07-27 15:28:06 +0200
  • 4547ae930a Update ccxt from 1.17.20 to 1.17.29 pyup-bot 2018-07-27 14:24:06 +0200
  • 40ae250193
    Update constants.py creslin 2018-07-27 12:19:01 +0000
  • c47253133a have to begin before we can stop creslinux 2018-07-27 12:07:07 +0000
  • 7efa81073a Removed ; at line end. creslinux 2018-07-27 09:10:09 +0000
  • d23b3ccc5e odd cut and paste error fixed. creslinux 2018-07-27 08:55:36 +0000
  • 5262e63794
    Merge 1361e25271 into 6e437a7290 creslin 2018-07-27 08:49:42 +0000
  • 1361e25271 odd cut and paste error fixed. creslinux 2018-07-27 08:37:54 +0000
  • 7180fa0ee8 Allow the use of sandbox APIs for testing without risking money. creslinux 2018-07-27 08:27:44 +0000
  • a226d8920a Merge remote-tracking branch 'origin/develop' into develop creslinux 2018-07-27 07:42:48 +0000
  • 48cd468b6c Don't do all network calls at once without async Matthias 2018-07-27 07:40:27 +0100
  • 0372485cf0 Some reason did not push this... vector calcs redone. creslinux 2018-07-26 19:17:00 +0000