
ADAMANT CoinOptimus, a self-hosted cryptocurrency trading bot designed for non-professional traders, has been updated to version 2.0.0. The release includes refactoring, bug fixes, and five new commands: /fill, /stats, /deposit, /account, and /info.
New Commands
The /fill command fills an order book with a series of orders in a single step.

The /stats command shows trading pair statistics including prices, lows, highs, trading volume, the order book’s highest bid, lowest ask, spread, and order book liquidity.

The /deposit command returns an address to top up an exchange account across different chains.

The /account command shows trading fees and monthly trading volume for the bot’s account, where available.

The /info command displays all available information for a specific coin and chain.

How CoinOptimus Works
CoinOptimus is a Node.js application that runs continuously on a server or VPS. You configure it with an exchange, a trading pair, and API keys from your exchange account. The bot manages trading strategies and places orders based on commands you send via ADAMANT Messenger, responding accordingly.
The bot primarily uses the Optimal Ladder/Grid Trade Strategy, placing multiple buy and sell orders with prices starting from the spread. When the closest order to the spread gets filled, the bot adds a similar order on the opposite side, following the principle of buying lower than it sells and selling higher than it buys. This approach is especially effective in volatile markets.


Setup instructions are available in the repository README. CoinOptimus is not a guaranteed profit machine; use it at your own risk.