saniales / golang-crypto-trading-bot

A golang implementation of a console-based trading bot for cryptocurrency exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

saniales opened this issue · 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)

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