Nullart
6c300e0a05
docs update
2018-06-18 18:42:48 +08:00
Nullart
735356197d
for testing feature: percent from top of book or from ask/bid
2018-06-17 15:40:38 +08:00
Gert Wohlgemuth
22743be173
Merge branch 'wohlgemuth' into nullartHFT
2018-06-13 21:50:01 -07: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
cb934327d5
merged order book
2018-06-12 09:46:23 -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
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
Gert Wohlgemuth
b01e9b3f2f
Merge remote-tracking branch 'upstream/develop' into StopLossSupport
2018-05-19 12:58:56 -07:00
Gert Wohlgemuth
60b2b68bc3
switched print to logger.debug
2018-05-13 15:27:31 -07:00
Gert Wohlgemuth
f8da1bf5a6
added support for the adjusteable stop loss, if we made profit. Implementation based on the cocnept: use positive stop loss, if made profit is > 0
2018-05-13 15:17:50 -07:00
Gert Wohlgemuth
8a1155b0c5
added trailing stop parameter to example files
2018-05-11 15:59:03 -07:00
Samuel Husso
7552c912a2
config.json.example: add ticker_interval
2018-05-09 09:15:09 +03: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
c9f97149e1
Update config.json.example
...
Typo fix
2018-01-30 21:46:07 +01:00
Gerald Lonlas
f69adc1894
Add setup.sh script to install and update the bot
2018-01-28 23:18:15 -08:00
Samuel Husso
757a46ab12
ticker_interval as int (instead of string)
2018-01-22 10:39:26 +02:00
Jean-Baptiste LE STANG
8e5de365a5
Ticker in the conf is now an enum string
2018-01-17 13:52:14 +01:00
Jean-Baptiste LE STANG
e2e2005567
Adding 30 minutes, 1 hour, 1 day tickers
2018-01-17 13:52:14 +01:00
Stephen Dade
b5d2cfecc7
Unfilled Order timeout - better documentation and variable naming
2018-01-04 10:35:57 +11:00
Stephen Dade
b4d6250d55
Added order timeout handling
2018-01-03 21:22:35 +11:00
Samuel Husso
fd5497cfc7
Merge pull request #265 from gcarq/feature/experimental/force_profit_sell
...
Add experimental feature to sell only if we make a profit
2018-01-03 08:14:54 +02:00
Gerald Lonlas
1f635d3793
Add pair_blacklist in config.example
2017-12-31 01:14:17 -08:00
Gerald Lonlas
714d77dbd8
Add expiremental feature to sell only if we make a profit
2017-12-30 18:14:10 -08:00
Gerald Lonlas
ff6b0fc1c9
Display profits in fiat
2017-12-26 19:44:19 -08:00
Janne Sinivirta
a692ef6715
update example coins to be from monthly max volume list
2017-12-10 11:16:28 +02:00
Samuel Husso
86a94798dd
BTC_TIME will be removed from bittrex Dec 8th
2017-12-02 15:06:33 +02:00
Michael Egger
858d2329e5
add experimental flag support and add use_sell_signal ( #143 )
...
* add use_sell_signal to config schema
* check use_sell_signal
* set use_sell_signal to false
2017-11-24 21:58:00 +01:00
Janne Sinivirta
371e6d99c9
set stoploss to -10%
2017-11-23 18:43:19 +02:00
Janne Sinivirta
84b105c82b
fix invalid json in example config
2017-11-23 18:41:25 +02:00
Samuel Husso
7a44a1d1c1
match example config to backtest_conf and update README to fix #124
2017-11-21 07:37:31 +02:00
gcarq
d3b3370f23
Add configurable throttle mechanism
2017-11-11 16:47:19 +01:00
Janne Sinivirta
c9741cb291
adjust roi settings for faster trades
2017-10-15 17:32:07 +03:00
xsmile
95e5c2e6c1
remove 'enabled' property in exchange config
2017-10-07 17:36:48 +02:00
xsmile
b9eb266236
Exchange refactoring
2017-10-06 12:22:04 +02:00
gcarq
378b5a3b14
fix indentation
2017-10-01 14:07:09 +02:00
Janne Sinivirta
1f1e64560a
adjust roi and stop loss in config.json.example
2017-09-29 09:58:00 +03:00
Janne Sinivirta
989682457e
add a field to config for setting balance between trying to buy with ask price and last price
2017-09-17 22:37:46 +03:00
gcarq
f91cd8ea96
drop support for poloniex
2017-09-11 13:59:38 +02:00
gcarq
a4b2f4e4b9
Fix application state and add new optional config attribute: "initial_state"
...
* Move State handling to misc, to avoid circular imports
* Add optional config attribute "initial_state"
2017-09-09 00:31:40 +02:00
Janne Sinivirta
83b14523ca
add stoploss to example config and json schema validation
2017-09-07 17:31:55 +03:00
gcarq
0949f54c7d
minor changes
2017-05-21 16:52:36 +02:00
gcarq
4859bf18a3
s/trade_thresholds/minimal_roi/
2017-05-20 21:30:42 +02:00
gcarq
ec72fff478
add property: stake_currency
2017-05-18 18:47:13 +02:00
gcarq
d4c409a27f
add README; minor refactoring
2017-05-18 02:13:02 +02:00
gcarq
1e4f104f51
major refactoring
2017-05-18 02:13:02 +02:00
gcarq
e5d693ed4c
initial commit
2017-05-12 19:11:56 +02:00