Adjust built-in backend list to known working

agg_feedz
Tyler Goodlet 2022-11-17 13:34:50 -05:00
parent 2a158aea2c
commit 967e28b7ac
1 changed files with 13 additions and 2 deletions

View File

@ -26,10 +26,21 @@ asks.init('trio')
__brokers__ = [
'binance',
'questrade',
'robinhood',
'ib',
'kraken',
# broken but used to work
# 'questrade',
# 'robinhood',
# TODO: we should get on these stat!
# alpaca
# wstrade
# iex
# deribit
# kucoin
# bitso
]