Gert Wohlgemuth
f5073d92b7
added flake8 settings and optimization
2018-06-19 10:29:30 -07:00
Gert Wohlgemuth
39368baffd
Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth
2018-06-19 09:56:57 -07:00
Gert Wohlgemuth
c2e83e97c3
merged
2018-06-19 09:56:04 -07:00
Gert Wohlgemuth
0568ce20d3
reduced logging
2018-06-18 23:03:45 -07:00
Janne Sinivirta
c608f1e21e
Merge pull request #923 from freqtrade/fix_test_hyperopt
...
fix hyperopt test when no config.json exists
2018-06-17 16:07:57 +03:00
Michael Egger
5ce2071279
Merge pull request #925 from freqtrade/increase_test_cov_configuration
...
increase test-coverate for configuration
2018-06-17 13:19:16 +02:00
xmatthias
972736f0ab
increase test-coverate for configureation
2018-06-16 20:55:35 +02:00
Gert Wohlgemuth
b034c444e5
fixed some default settings
2018-06-16 10:55:15 -07:00
xmatthias
7564f7e526
fix hyperopt test when no config.json exists
2018-06-16 13:49:03 +02:00
xmatthias
fa00157d12
Fix fiat_convert missing mockups
2018-06-16 13:42:25 +02:00
Matthias
a5511e2e30
Merge pull request #894 from freqtrade/feature/force_close_backtest
...
Display open trades after backtest period
2018-06-16 12:49:08 +02:00
Janne Sinivirta
0c85febe76
remove all mongodb related code
2018-06-16 09:09:28 +03:00
Janne Sinivirta
c1f8f641e6
remove use of hyperopt_conf.py
2018-06-16 09:09:28 +03:00
Gert Wohlgemuth
584f588de1
Merge branch 'pair-to-strat' into wohlgemuth
2018-06-15 10:01:52 -07:00
Gert Wohlgemuth
77e46ebc56
revised code
2018-06-15 09:59:34 -07:00
Gert Wohlgemuth
36b9c32429
minor optimizations
2018-06-15 09:54:46 -07:00
Gert Wohlgemuth
179b10e6e7
working on refacturing of the strategy class
2018-06-14 20:27:41 -07:00
Gert Wohlgemuth
fc86d32f12
removed print statements
2018-06-14 16:32:37 -07:00
Gert Wohlgemuth
a5ce533b35
ignoring failing tests, due to mocking issues. Code actually works
2018-06-14 16:27:50 -07:00
Gert Wohlgemuth
22743be173
Merge branch 'wohlgemuth' into nullartHFT
2018-06-13 21:50:01 -07:00
Nullart
79dd0eb104
flake8 compliance
2018-06-14 12:37:44 +08:00
Nullart
dc03b41c68
added: disable_buy feature, this will only tell bot to sell whatever is needed to sell
...
added: order book buy and sell will check ticker first; for buying, if ticker is lower than buy order price, use ticker; for selling, if ticker is higher than sell order price, use ticker
2018-06-14 09:57:14 +08:00
Nullart
5ed7008933
separating unfulfilled timeouts for buy and sell
2018-06-14 09:32:52 +08:00
Gert Wohlgemuth
aaf18a933c
Merge pull request #30 from freqtrade/develop
...
merging headfork into wohlgemuht
2018-06-13 15:12:50 -07:00
Gert Wohlgemuth
12c8a3131d
fixed most tests and moved AWS related stuff out
2018-06-13 15:09:06 -07:00
xmatthias
c0289ad844
use list comprehension to build list
2018-06-13 19:53:12 +02:00
Gert Wohlgemuth
9de57f63f1
Merge pull request #28 from nullart/nullartHFT
...
bug fixes in unfilledtimeout and tiny bug fix in sell orders
2018-06-13 10:52:55 -07:00
xmatthias
e600be4f56
Reduce force-sell verbosity
2018-06-13 19:44:00 +02:00
gcarq
d684ff5715
drop zlma implementation
2018-06-13 16:20:13 +02:00
ran
6edb25f5c2
fixed heikenashi calculation
2018-06-13 16:17:42 +02:00
ran
e6e5c5daf0
added zlma
2018-06-13 16:16:02 +02:00
ran
61f92b7460
bugfix
2018-06-13 16:13:36 +02:00
gcarq
46080f5168
define _rpc_reload_conf as private method
2018-06-13 15:29:27 +02:00
gcarq
e14c9e2090
fix potential cleanup issue
2018-06-13 12:21:54 +02:00
gcarq
83eb7a0a9d
adjust logging a bit and add some comments
2018-06-13 12:21:54 +02:00
gcarq
6c1bb7983b
rpc: make freqtrade a private variable
2018-06-13 12:21:54 +02:00
gcarq
34e10a145c
remove Telegram.is_enabled() because RPCManager manages lifecycles
2018-06-13 12:21:54 +02:00
gcarq
3787dad212
don't import python-telegram-bot at runtime if disabled in config
2018-06-13 12:21:54 +02:00
gcarq
4048859912
rpc: remove tuple return madness
2018-06-13 12:21:54 +02:00
gcarq
cddb062db5
save rpc instances only in registered_modules, add some abstract methods
2018-06-13 12:21:54 +02:00
xmatthias
6357812743
fix backtest report able
2018-06-13 06:57:49 +02:00
xmatthias
0f117d480e
improve backtesting-tests
...
* assert length of result specifically
* add assert for "open_at_end"
2018-06-13 06:42:24 +02:00
xmatthias
8d8e6dcffc
Add test for extracted backtest_results test
2018-06-13 06:31:42 +02:00
Nullart
60ade25449
bug fixes in unfilledtimeout and tiny bug fix in sell orders
2018-06-13 09:02:18 +08:00
xmatthias
e3ced7c15e
extract export from backtest function
2018-06-12 22:29:30 +02:00
xmatthias
bfde33c945
Use timestamp() instead of strftime
...
this will avoid a bug shifting epoch time by 1 hour:
https://stackoverflow.com/questions/11743019/convert-python-datetime-to-epoch-with-strftime
2018-06-12 21:12:55 +02:00
Gert Wohlgemuth
cb13c78550
merged
2018-06-12 10:17:04 -07:00
Gert Wohlgemuth
dbfbc25bb8
merged in the correct branch this time
2018-06-12 10:02:16 -07:00
Gert Wohlgemuth
6713a5efa7
Merge branch 'develop' of https://github.com/gcarq/freqtrade into develop
2018-06-12 09:56:16 -07:00
Gert Wohlgemuth
cb934327d5
merged order book
2018-06-12 09:46:23 -07:00