Closed tylerbordeaux closed 2 years ago
Hey I can't seem to replicate the error. We updated our integration when coinbase changed their API a few weeks ago, are you running the most recent version?
In my testing I'm just making a simple market order on the coinbase sandbox exchange. Is this the correct way to replicate it?
def price_event(price, symbol, state: blankly.StrategyState):
""" This function will give an updated price every 15 seconds from our definition below """
print(state.interface.market_order(symbol, 'sell', 0.01))
Think it was an api key problem, switched to binance and it's working great now, thanks.
Description
My trades are showing as filled on website but with prices of 0, getting errors on market buy and sell.
settings.json
backtest.json (if applicable)
Error (if applicable)
Platform Info
Additional context Using CoinbasePro Sandbox mode with paper trading settings.