Commit Graph

1299 Commits

Author SHA1 Message Date
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
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
Gert Wohlgemuth
b034c444e5 fixed some default settings 2018-06-16 10:55:15 -07: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
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
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
Nullart
60ade25449 bug fixes in unfilledtimeout and tiny bug fix in sell orders 2018-06-13 09:02:18 +08: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
Gert Wohlgemuth
1030a6171a added requested changes to reduced backtesting load and reduce services to start 2018-06-11 23:11:44 -07:00
Nullart
f530a7db0e A Feature for the bot to use sell orders instead of tickers. New config settings (min & max) are also introduced to allow the bot to search from the sell orders a profitable rate based on minimum roi.
Expected issue: cannot be used in backtesting
2018-06-12 10:27:08 +08:00
Nullart
d36d536724 typo fix 2018-06-12 09:06:27 +08:00
Michael Egger
59a4dffc56
Merge pull request #901 from freqtrade/fix/backtest_abort_no_data
Check if no backtest data is found and fail gracefully
2018-06-12 02:54:58 +02:00
xmatthias
a0f735d4f2 reduce test-noise 2018-06-11 21:02:24 +02:00
xmatthias
335d1fbbbc Check if no backtest data is found and fail gracefully 2018-06-11 19:50:43 +02:00
Nullart
882b30ef17 Added feature to bid/buy cryptocurrency using book orders from exchange. The idea, is to get rates from the top 2 (depending on the config settings) of book orders instead of tickers. This way we can offset the lags from the OHLCV data. 2018-06-11 16:17:21 +08:00
Janne Sinivirta
c46e50864b
Merge pull request #886 from freqtrade/feature/reload-conf
Reload bot config without restarting
2018-06-11 10:47:00 +03:00