Commit Graph

12 Commits

Author SHA1 Message Date
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
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
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
gcarq
c8a43bad67 add db_url to full example config 2018-06-07 05:28:05 +02:00
gcarq
306885e174 Merge branch 'develop' into feat/objectify-ccxt 2018-05-02 22:49:55 +02:00
enenn
db46ad6502 Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
gcarq
e7399b5046 add strategy and strategy_path to config_full.json.example 2018-03-27 18:16:21 +02:00
Matthias Voppichler
4dc1d7538e switch currencies to new format 2018-03-24 20:07:04 +01:00
mijgame
7bf88333dd Fix typos (#497)
* Update config_full.json.example

Typo

* Update config.json.example
2018-02-03 21:31:55 +02:00
Jordy
3aa77360f0
Update config_full.json.example
Typo fix
2018-01-30 21:46:40 +01:00
Gerald Lonlas
f69adc1894 Add setup.sh script to install and update the bot 2018-01-28 23:18:15 -08:00