msolters / gdax-multipong

Multi-bucket range trading for the GDAX exchange
12 stars 5 forks source link

Trade Fills Sometimes Not Detected #4

Open msolters opened 6 years ago

msolters commented 6 years ago

Sometimes (especially when the market is extremely active) a buy or sell is filled, but the bot misses the websocket message.

Two double-checks should be implemented:

msolters commented 6 years ago

This naiive approach seems to be blocking trades (maybe they're getting stuck in some kind of re-sync loop)

dlasher commented 6 years ago

see : https://github.com/msolters/gdax-multipong/issues/5

dlasher commented 6 years ago

The final answer trusted should be from GDAX - if they say it's not found, then log it to an error log somewhere, maybe queue it to try again later (in case the API is being stupid) and remove it from the active list.