removing AON as it is not supported in binance. will be added once TIF

is added for other exchanges
This commit is contained in:
misagh 2018-12-04 20:36:44 +01:00
parent b7aa77acdd
commit e3876bcf0f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ UNLIMITED_STAKE_AMOUNT = 'unlimited'
REQUIRED_ORDERTIF = ['buy', 'sell']
REQUIRED_ORDERTYPES = ['buy', 'sell', 'stoploss', 'stoploss_on_exchange']
ORDERTYPE_POSSIBILITIES = ['limit', 'market']
ORDERTIF_POSSIBILITIES = ['gtc', 'aon', 'fok', 'ioc']
ORDERTIF_POSSIBILITIES = ['gtc', 'fok', 'ioc']
TICKER_INTERVAL_MINUTES = {