Our Projects

Having issues with using too much query weight on binance?

This script shows the maximum load per minute in numbers. For reference, Binance’s maximum query weight was 6,000 in January 2025. To maintain ample headroom, stay 30% off the limit (example here of 6k weight would be a max static load of 4k). To help with spikes, you do could stagger your bot starts by 1 minute if you had volumepairlists (since those load all pairs to get the volumepairlist every x minutes).

binance_weightwatcher

Perpetually moving pairlists depending on each previous months’ volume

For backtests and dry runs, we use static pairlists that advance monthly based on the previous month’s trading volume.
A ready-to-use pairlist archive is available in .7z format, updated each month. You can either use this prebuilt file or run the generator script yourself if you prefer.

pairlist_generator

Own strategy repository

Strategies that were developed by us.
Those strategies came out of the same pipeline, were public and modified to suit our needs and then published there.

https://github.com/hippocritical/strategies