cryptofoundry

Contact cryptofoundry

Tell us what you want to build or automate.

Article

CoinOptimus Trading Bot Updated to v2.0.0

CoinOptimus Trading Bot Updated to v2.0.0

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.

Open-source CoinOptimus trading bot updated to v2.0.0

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.

Open-source CoinOptimus trading bot updated to v2.0.0

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

Open-source CoinOptimus trading bot updated to v2.0.0

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

Open-source CoinOptimus trading bot updated to v2.0.0

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

Open-source CoinOptimus trading bot updated to v2.0.0

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.

Open-source CoinOptimus trading bot updated to v2.0.0

Open-source CoinOptimus trading bot updated to v2.0.0

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