Gert
|
bf0b1af878
|
merged latest development branch
|
2018-07-30 13:43:25 -07:00 |
|
Matthias
|
d048f3ce6d
|
Merge pull request #1078 from creslinux/sandbox2
Allow sandbox API use on exchanges
|
2018-07-30 20:23:28 +02:00 |
|
Matthias
|
5a55cd25ff
|
Merge branch 'develop' into sandbox2
|
2018-07-30 20:18:48 +02:00 |
|
Janne Sinivirta
|
155e134f50
|
Merge pull request #1097 from creslinux/gdax3
Enable GDAX support by rounding amount/rate (with unit tests)
|
2018-07-30 21:04:26 +03:00 |
|
Janne Sinivirta
|
81cf7229be
|
Merge pull request #1044 from freqtrade/pair_to_strat
pair to strategy enhancement
|
2018-07-30 20:18:46 +03:00 |
|
creslin
|
fe27ca63b4
|
Update test_exchange.py
|
2018-07-30 17:08:33 +00:00 |
|
creslinux
|
012fe94333
|
Recommitted as new branch with unit tests - GIT screwd me on the last PR
|
2018-07-30 16:49:58 +00:00 |
|
Matthias
|
075a42d615
|
Merge pull request #1095 from freqtrade/pyup-scheduled-update-2018-07-30
Scheduled daily dependency update on monday
|
2018-07-30 14:53:24 +02:00 |
|
pyup-bot
|
3ecc502d86
|
Update ccxt from 1.17.45 to 1.17.49
|
2018-07-30 14:24:06 +02:00 |
|
Matthias
|
2401fa15d2
|
Change missed calls to advise_* functions
|
2018-07-29 21:07:21 +02:00 |
|
Matthias
|
787d6042de
|
Switch from pair(str) to metadata(dict)
|
2018-07-29 20:56:23 +02:00 |
|
Matthias
|
941879dc19
|
revert docs to use populate_* functions
|
2018-07-29 20:55:40 +02:00 |
|
Matthias
|
82680ac6aa
|
improve docstrings for strategy
|
2018-07-29 20:55:40 +02:00 |
|
Matthias
|
5fbce13830
|
update hyperopt to use new methods
|
2018-07-29 20:55:40 +02:00 |
|
Matthias
|
39cf0decce
|
don't use __annotate__
it is only present when typehints are used which cannot be guaranteed
for userdefined classes
|
2018-07-29 20:55:40 +02:00 |
|
Matthias
|
f286ba6b87
|
overload populate_indicators to work with and without pair argumen
all while not breaking users strategies
|
2018-07-29 20:55:40 +02:00 |
|
Matthias
|
98665dcef4
|
revert inadvertent wihtespace changes
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
cf83416d69
|
update script to use new method
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
791c5ff071
|
update comments to explain what advise methods do
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
8a9c54ed61
|
use new methods
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
18b8f20f1c
|
fix small test bug
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
f12167f0dc
|
Fix backtesting test
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
df8700ead0
|
Adapt after merge from develop
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
0eff6719c2
|
improve tests for legacy-strategy loading
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
aa772c28ad
|
Add tests for advise_indicator methods
|
2018-07-29 20:55:37 +02:00 |
|
Matthias
|
4ebd706cb8
|
improve comments
|
2018-07-29 20:55:32 +02:00 |
|
Matthias
|
fa48b8a535
|
Update documentation with advise-* methods
|
2018-07-29 20:55:32 +02:00 |
|
Matthias
|
c9a97bccb7
|
Add tests for deprecation
|
2018-07-29 20:55:32 +02:00 |
|
Matthias
|
2f905cb696
|
Update test-strategy with new methods
|
2018-07-29 20:55:06 +02:00 |
|
Matthias
|
7300c0a0fe
|
remove @abstractmethod as this method may not be present in new
strategies
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
921f645623
|
fixing tests...
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
0dcaa82c3b
|
fixed test?
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
3dd7d209e9
|
more test fixes
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
abc55a6e6b
|
fixing? hyperopt
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
5871488858
|
fixed errors and making flake pass
|
2018-07-29 20:55:06 +02:00 |
|
xmatthias
|
2e6e5029ba
|
fix mypy and tests
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
19b9966417
|
satisfied flake8 again
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
57f683697d
|
revised code
|
2018-07-29 20:55:06 +02:00 |
|
Gert Wohlgemuth
|
296d3d8bbe
|
working on refacturing of the strategy class
|
2018-07-29 20:55:06 +02:00 |
|
Matthias
|
336cd524a3
|
Merge pull request #1094 from freqtrade/pyup-scheduled-update-2018-07-29
Scheduled daily dependency update on sunday
|
2018-07-29 19:02:17 +02:00 |
|
Janne Sinivirta
|
f832edf5bc
|
remove useless docstrings from tests
|
2018-07-29 17:09:44 +03:00 |
|
Janne Sinivirta
|
1bbb86c621
|
remove nonsense asserts
|
2018-07-29 16:23:17 +03:00 |
|
pyup-bot
|
2ef35400c9
|
Update pytest from 3.6.3 to 3.6.4
|
2018-07-29 14:24:08 +02:00 |
|
pyup-bot
|
9c7f53d90d
|
Update ccxt from 1.17.39 to 1.17.45
|
2018-07-29 14:24:06 +02:00 |
|
Matthias
|
42024134ec
|
Merge pull request #1092 from freqtrade/revert-1090-ujson-loader
Revert "backtesting: try to load data with ujson if it exists"
|
2018-07-29 12:23:25 +01:00 |
|
Matthias
|
7f27beff4b
|
Revert "backtesting: try to load data with ujson if it exists"
|
2018-07-29 13:23:11 +02:00 |
|
creslinux
|
dd71071740
|
Added logger.info when Sandbox is enabled.
|
2018-07-29 09:15:13 +00:00 |
|
creslinux
|
c85c7a3a77
|
Documentation fixes.
|
2018-07-29 09:12:05 +00:00 |
|
creslinux
|
1e804c0df5
|
flake 8
|
2018-07-29 08:10:55 +00:00 |
|
creslinux
|
fc06d028b8
|
Unit tests for sandbox pass / fail scenarios
Big Wave of appreciation to xmatthias for the guidence on how
Mocker works
|
2018-07-29 08:02:04 +00:00 |
|