Overview
Cryptorg has been working on algorithmic bots since 2017. We’ve put all the accumulated experience into a single flagship engine — Crazy, one of the fastest bots on the market. They work on both liquidities (Bybit and Binance) and only on futures.
A spot version is in development — see Spot bots.
What Crazy is
Section titled “What Crazy is”Crazy is a modular engine that can work on several trading pairs at once. Drawing on years of experience and professional traders’ feedback, we split the deal lifecycle into four structural blocks:
- Opening the deal — entering the position.
- Position averaging (DCA).
- Closing the deal — Take Profit.
- Loss limiting — Stop Loss.
To work, the bot needs only one active section. Because of that, the same engine can be assembled for completely different scenarios.
Typical combinations
Section titled “Typical combinations”- Classic bot. Sections 1, 2, 3 and (optionally) 4 active. The bot opens the position, averages and closes by itself.
- Grid + TP helper. Sections 2 and 3 active. The trader enters manually or by signals, the bot lays the averaging grid and the TP.
- Averaging-only grid. Section 2 active. The trader handles entry and exit.
- Loss controller. Section 4 active. Only Stop-loss — the bot covers losses while the trader trades.
- Any other combination for the task at hand.
Details: Crazy bots — futures.
Supported liquidities
Section titled “Supported liquidities”Crazy works identically on Bybit and Binance — switching between liquidities is done in the UI. Technical differences (margin models, wallet types) are hidden inside the bot, the interface is the same for the trader.
What’s planned
Section titled “What’s planned”- Live adjustment of active deal parameters (TP, safety orders on the fly).
- Signal-based open/close triggers.
- Extended statistics — per account, per bot, per pair.
- Crazy on spot — spot version of the engine.