thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buy/Sell/Ask/Bid actions do not have an expected outcome

Beadko opened this issue · comments

commented

Instead of the requested bid, Binance performed a sell action as order.Buy is treated as Sell, But order.Bid isn't accounted for.
We need to check the issue across all exchanges and fix the actions if incorrect