Commit Graph

1340 Commits

Author SHA1 Message Date
Gert Wohlgemuth
fa525741df minor bug fixes 2018-06-20 01:20:50 -07:00
Gert Wohlgemuth
c7a72d470c
Merge pull request #33 from nullart/nullartHFT
Order book updates, percent from top feature and documentation updates
2018-06-20 01:06:56 -07:00
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
Nullart
97a621325b bug fix: book order limit for binance 2018-06-19 21:33:42 +08:00
Gert Wohlgemuth
0568ce20d3 reduced logging 2018-06-18 23:03:45 -07:00
nullart
65ce10a124
Update freqtradebot.py 2018-06-19 07:52:22 +08:00
nullart
8193ce557c
Update freqtradebot.py 2018-06-19 07:43:33 +08:00
nullart
d4e500fb53
Update freqtradebot.py
added default config settings
2018-06-19 07:39:17 +08:00
Gert Wohlgemuth
6ddbfc3aa4
Merge branch 'wohlgemuth' into nullartHFT 2018-06-18 13:19:40 -07:00
Nullart
6c300e0a05 docs update 2018-06-18 18:42:48 +08:00
Nullart
2f6673fbe7 tests and flake8 compliance 2018-06-18 18:05:43 +08: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
Nullart
735356197d for testing feature: percent from top of book or from ask/bid 2018-06-17 15:40:38 +08:00
Nullart
e5ad5a6aaa added experimental "sell_fullfilled_at_roi" 2018-06-17 06:42:02 +08: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
Nullart
d682424c04 got confused with bid and ask all of a sudden @_@.. reverting back 2018-06-15 13:39:58 +08:00
Nullart
a9739d4557 bug fix for book order not triggered, now using ticker bid 2018-06-15 12:21:59 +08:00
Gert Wohlgemuth
179b10e6e7 working on refacturing of the strategy class 2018-06-14 20:27:41 -07:00
Nullart
654c69c015 book order download limit to increase performance even for a little bit 2018-06-15 11:07:25 +08:00
Nullart
bd1ef7a813 buy & sell order book update: move up book order position to 1 2018-06-15 11:03:44 +08: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
Nullart
1ed13f5784 documentation updates & bug fixes in unfulfilled timeout 2018-06-14 18:49:43 +08: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