Commit Graph

30 Commits

Author SHA1 Message Date
Nullart
b27d3e6ef0 experimental.sell_fullfilled_at_roi bug fix for 0 duration 2018-06-21 19:37:51 +08: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
Nullart
97a621325b bug fix: book order limit for binance 2018-06-19 21:33:42 +08: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
Nullart
1ed13f5784 documentation updates & bug fixes in unfulfilled timeout 2018-06-14 18:49:43 +08:00
Nullart
79dd0eb104 flake8 compliance 2018-06-14 12:37:44 +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
5b1ff6675f define constants.DEFAULT_DB_DRYRUN_URL and fix StaticPool conditions 2018-06-07 17:29:43 +02:00
gcarq
58a6f21705 remove dry_run_db and replace it with db_url in config 2018-06-07 05:26:39 +02:00
Matthias
15fb81da92
Merge pull request #844 from creslinux/Constants_usdt
To be able to start with USDT in fiat_display_currency in config.json
2018-06-04 21:56:34 +02:00
creslinux
a44978a068 Per steer from project core member, add other valid coinmarketcap
listed crypto base currencies that are valid during conversion lookup

Here is the test of USDT working:
https://api.coinmarketcap.com/v2/ticker/1027/?convert=USDT&limit=10

CMK page lists: "BTC", "ETH" "XRP", "LTC", and "BCH" as valid.
2018-06-04 21:48:15 +03:00
creslinux
7c8bf95f8f To be able to start bot with USDT in fiat_display_currency in config.json
There are use case that build the base pair to consider price of whitelist pairs.
On Binance this is USDT not USD.
2018-06-04 16:45:47 +03:00
Janne Sinivirta
7df77b1b28 match timeframes to arguments 2018-06-04 16:35:34 +03:00
Janne Sinivirta
20815771ab
Merge pull request #817 from gcarq/feature/gdax
Enable Backtesting with GDAX and allow trading with EUR/USD
2018-06-03 17:49:20 +03:00
xmatthias
3a158faa30 Refactor fiat-list to constants 2018-06-03 13:47:36 +02:00
Gerald Lonlas
acbfe91f13 Allow EUR / USD as stake_currency
It will enable to trade with FIAT on exhanges like GDAX or Kraken.
2018-06-03 00:13:48 -07:00
gcarq
43fd9b37df fix 'max_open_trades must be greater than 0' regression 2018-05-03 10:48:25 +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
Michael Egger
9019f6492f
define constants on module level (#596) 2018-04-02 16:42:53 +02:00
gcarq
b4d2a3f495 refactor StrategyResolver to work with class names 2018-03-25 15:12:39 +02:00
Samuel Husso
40a0689183 exhcange now uses ccxt in dry_run, update config 2018-03-21 19:40:16 +02:00
Gerald Lonlas
db67b10605 Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
Gerald Lonlas
314ab0a84f Add a Constants class that contains Bot constants 2018-03-03 09:33:54 +08:00