Brandon

Results 14 comments of Brandon

Haven't updated this project in quite some time. When everything executes in a timely manner, profit will be realized in the base asset. So if your base asset is ETH,...

There is currently only a whitelist, but a blacklist is possible as a feature request

I'm not actively working on anything for this project anymore. It would make sense to implement such a thing when initially creating trades and only pass in tokens that are...

Hey! I'd recommend you read the project [README](https://github.com/bmino/binance-triangle-arbitrage) first to get a feel for what is required to setup the project initially. You are missing the config file as described...

Bid depth (0) errors are almost always caused by a disconnected websocket, which are almost always caused by a lack of cpu resources to handle so many concurrent connections AND...

You can try bundling the websockets together to reduce the number of total outstanding ws connections via `WEBSOCKET.BUNDLE_SIZE`

Ensure that 35% isn't your overall cpu usage. This bot is single threaded, so one core might be overworked. I haven't experienced any big performance tweaks bundling websockets but the...

Something to keep in mind too is that really low depth cache starting values can actually be exhausted by a lot of market takers. If this is the case, you...

Look in your performance logs and see if there is a line like this: ``` CPU clock usage for calculations: ... ```

c5n.large I think. Maybe xlarge but it's been awhile