Commit Graph

4000 Commits

Author SHA1 Message Date
Misagh 929995117f
Merge pull request #1487 from freqtrade/pyup/scheduled-update-2019-01-13
Scheduled daily dependency update on sunday
2019-01-13 14:51:14 +01:00
pyup-bot 04786f09f4 Update pytest from 4.1.0 to 4.1.1 2019-01-13 13:32:06 +01:00
Matthias 9b97e1e8fb
Merge pull request #1485 from freqtrade/pyup/scheduled-update-2019-01-12
Scheduled daily dependency update on saturday
2019-01-12 13:49:39 +01:00
Matthias cd2bccd441 Have backtest use the same logic to get the ROI entry 2019-01-12 13:45:43 +01:00
Matthias e9d61eb35d Fix ROI calculation problem
Prior to that all ROI entries with a key > trade_duration where active.
This causes a problem if the ROI is not linearly declining
2019-01-12 13:45:03 +01:00
Matthias 9e0902e72f Add test for case for odd ROI dict - #1478 2019-01-12 13:38:49 +01:00
pyup-bot 690fbeb907 Update joblib from 0.13.0 to 0.13.1 2019-01-12 13:32:08 +01:00
pyup-bot e95351fd04 Update sqlalchemy from 1.2.15 to 1.2.16 2019-01-12 13:32:06 +01:00
Matthias a095ccd1d6
Merge pull request #1484 from freqtrade/pyup/scheduled-update-2019-01-11
Scheduled daily dependency update on friday
2019-01-12 09:30:15 +01:00
pyup-bot 3867f73c8c Update ccxt from 1.18.119 to 1.18.120 2019-01-11 13:32:07 +01:00
Samuel Husso d8f2d868c1
Merge pull request #1483 from freqtrade/pyup/scheduled-update-2019-01-10
Scheduled daily dependency update on thursday
2019-01-10 15:01:10 +02:00
pyup-bot 4920ee3455 Update wrapt from 1.10.11 to 1.11.0 2019-01-10 13:32:09 +01:00
pyup-bot 3f8092192e Update ccxt from 1.18.117 to 1.18.119 2019-01-10 13:32:07 +01:00
misagh e025ad3918 temp test commit 2019-01-09 16:23:13 +01:00
Matthias 5ac5b18e6d
Merge pull request #1481 from freqtrade/pyup/scheduled-update-2019-01-09
Scheduled daily dependency update on wednesday
2019-01-09 14:02:39 +01:00
pyup-bot c1007f95b3 Update ccxt from 1.18.114 to 1.18.117 2019-01-09 13:32:07 +01:00
Misagh 4d52301ee6
Merge pull request #1479 from freqtrade/feat/improve_travis
Fix travis failures
2019-01-09 12:21:34 +01:00
Matthias a494755449
Update .travis.yml 2019-01-09 08:17:03 +01:00
Matthias 2e530a3e03
Update install_ta-lib.sh 2019-01-09 08:16:33 +01:00
Matthias e76ed31b08
fix ta-lib cache 2019-01-09 08:15:36 +01:00
Matthias f4979e0e8a Cache /usr/loca/lib 2019-01-09 06:27:58 +01:00
Matthias dd7d655a63 remove unwriteable cache-dir 2019-01-08 21:30:11 +01:00
Matthias f9a99f4ad3 Change caching 2019-01-08 21:27:50 +01:00
Matthias 99e2d795c5
Merge pull request #1475 from freqtrade/feat/hyperopt_sell
Feat/hyperopt sell
2019-01-08 21:19:53 +01:00
Matthias 7a13565efb travis - python - test 2019-01-08 21:13:56 +01:00
Matthias bb3d78757d Test python 3.7 2019-01-08 21:11:36 +01:00
Matthias 356a17cdaa Build python 3.7 2019-01-08 21:07:08 +01:00
Matthias da436c920f switch travis to xenial 2019-01-08 20:58:14 +01:00
Matthias 69eed95a54 cd out of the build-helpers dir 2019-01-08 20:39:50 +01:00
Matthias df97652f6e Try fix ta-lib install 2019-01-08 20:35:08 +01:00
Matthias 64372ea6fb Fix ta-lib installation build helpers 2019-01-08 20:12:39 +01:00
Matthias b3f67bb8c6 Fix git pull in docker-image 2019-01-08 20:09:32 +01:00
Matthias d29c294f6a
Merge pull request #1477 from freqtrade/pyup/scheduled-update-2019-01-08
Scheduled daily dependency update on tuesday
2019-01-08 19:04:43 +01:00
Matthias b5adfcf51a
Fix documentation typo 2019-01-08 17:07:32 +01:00
misagh 1a27258469 condition fixed 2019-01-08 16:34:23 +01:00
misagh 9e133eb32e adding guard not to cancel the previous stop loss on exchange if market
is falling quickly
2019-01-08 16:31:02 +01:00
misagh f4ceeca438 Merge branch 'develop' into tsl_on_exchange 2019-01-08 15:33:32 +01:00
misagh aed855284c comparing with stopPrice instead of price 2019-01-08 13:44:51 +01:00
pyup-bot f4e0e04462 Update pytest-cov from 2.6.0 to 2.6.1 2019-01-08 13:33:13 +01:00
pyup-bot 4069e2fdfb Update pytest-asyncio from 0.9.0 to 0.10.0 2019-01-08 13:33:11 +01:00
pyup-bot ec22512fd9 Update pytest from 4.0.2 to 4.1.0 2019-01-08 13:33:10 +01:00
pyup-bot c3107272d3 Update arrow from 0.12.1 to 0.13.0 2019-01-08 13:33:08 +01:00
pyup-bot b98526d32c Update ccxt from 1.18.102 to 1.18.114 2019-01-08 13:33:06 +01:00
misagh 4fbb9d4462 adding stoploss_on_exchange_interval to order_types dict. default to 1
minute (60)
2019-01-08 12:39:53 +01:00
misagh 16472535eb adding stoploss_last_update to persistence 2019-01-08 12:39:10 +01:00
Matthias f620449bec Add test for hyperoptresolver 2019-01-06 19:38:32 +01:00
Matthias 440a7ec9c2 fix pytest 2019-01-06 19:31:25 +01:00
Matthias 40b1d8f067 Fix CI problems 2019-01-06 14:57:14 +01:00
Matthias 5dd1f9b38a improve hyperopt docs 2019-01-06 14:47:53 +01:00
Matthias dd2af86a41 pprint results 2019-01-06 14:47:38 +01:00