Commit Graph

2192 Commits

Author SHA1 Message Date
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
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
Nullart
f52a7eef6a readme patch 2018-06-14 18:51:11 +08: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
c7f15cc603 added support for the technical library 2018-06-13 15:17:41 -07: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
d571ce266a
Merge pull request #29 from berlinguyinca/aws
Aws
2018-06-13 15:10:46 -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
Matthias
d7e7ef11f9
Merge pull request #913 from freqtrade/apply-qtpylib-updates
Apply qtpylib upstream changes
2018-06-13 19:34:02 +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
Michael Egger
2b74982a1d
Merge pull request #877 from freqtrade/feature/improve-rpc
Simplify RPCManager and RPC module to implement other clients
2018-06-13 15:49:49 +02:00
gcarq
46080f5168 define _rpc_reload_conf as private method 2018-06-13 15:29:27 +02:00
Janne Sinivirta
1dcc2de776
Merge pull request #912 from freqtrade/pyup-scheduled-update-2018-06-13
Scheduled daily dependency update on wednesday
2018-06-13 15:44:00 +03:00
pyup-bot
875408215b Update numpy from 1.14.4 to 1.14.5 2018-06-13 14:22:11 +02:00
pyup-bot
038acd3f5e Update pandas from 0.23.0 to 0.23.1 2018-06-13 14:22:09 +02:00
pyup-bot
f404e0f5b3 Update requests from 2.18.4 to 2.19.0 2018-06-13 14:22:08 +02:00
pyup-bot
92b0cbdc19 Update ccxt from 1.14.177 to 1.14.186 2018-06-13 14:22:07 +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
Samuel Husso
13ba68acc6
Merge pull request #908 from freqtrade/fix/plotprofit
fix default datadir not working in plot-script
2018-06-13 08:10:28 +03:00
Nullart
60ade25449 bug fixes in unfilledtimeout and tiny bug fix in sell orders 2018-06-13 09:02:18 +08:00
xmatthias
182f4c603b fix plot-script datadir not working 2018-06-12 21:43:14 +02:00
xmatthias
1f6b9c332b fix default datadir not working in plot-script 2018-06-12 21:38:14 +02:00
Gert Wohlgemuth
5b93490e18 Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth 2018-06-12 11:05:33 -07: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
Matthias
bd6ed3ada4
Merge pull request #906 from freqtrade/pyup-scheduled-update-2018-06-12
Scheduled daily dependency update on tuesday
2018-06-12 14:45:24 +02:00
pyup-bot
aa6e276cf9 Update ccxt from 1.14.172 to 1.14.177 2018-06-12 14:22:06 +02:00
Gert Wohlgemuth
e35c041081 Merge branch 'nullart-nullartHFT' into develop 2018-06-12 05:19:18 -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
Gérald LONLAS
3694499a6a
Merge pull request #905 from freqtrade/issue_template
update issue template to include ccxt version
2018-06-11 22:38:58 -07:00
xmatthias
06b71d713c update issue template to include ccxt version 2018-06-12 07:00:58 +02: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