mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removing AON as it is not supported in binance. will be added once TIF
is added for other exchanges
This commit is contained in:
parent
b7aa77acdd
commit
e3876bcf0f
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user