golang-crypto-trading-bot icon indicating copy to clipboard operation
golang-crypto-trading-bot copied to clipboard

Support Basic order triggers (CLOSED, PARTIALLY FILLED, ETC...)

Open saniales opened this issue 7 years ago • 1 comments

this would be supported only on websocket mode, since polling would bring 429 error almost immediatly (assuming cap = 60 req/min, which is what most exchanges have as rate limit)

saniales avatar Oct 15 '18 12:10 saniales

Hi everyone, this is all has already been implemented here https://github.com/AndreyMashukov/go-crypto-bot

AndreyMashukov avatar Mar 01 '24 17:03 AndreyMashukov