All Projects → Adamant-im → adamant-tradebot

Adamant-im / adamant-tradebot

Licence: other
Free market-making software for cryptocurrency projects and exchanges. Makes trade volume, maintains spread and liquidity/depth, set price range, and builds live-like dynamic order book.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to adamant-tradebot

roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+5.31%)
Mutual labels:  trading, trading-bot, exchange, order-book, market-making
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+2191.15%)
Mutual labels:  trading, trading-bot, exchange, trade
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+3126.55%)
Mutual labels:  trading, trading-bot, exchange, trade
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+196.46%)
Mutual labels:  trading, trading-bot, exchange, trade
b2s-trader
Application to automate trading process
Stars: ✭ 22 (-80.53%)
Mutual labels:  trading, exchange, trade
Uniswap Python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 191 (+69.03%)
Mutual labels:  trading, exchange, trade
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+360.18%)
Mutual labels:  trading, exchange, trade
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+524.78%)
Mutual labels:  trading, trading-bot, exchange
Eazebot
Free python/telegram bot for easy execution and surveillance of crypto trading plans on multiple exchanges.
Stars: ✭ 51 (-54.87%)
Mutual labels:  trading, trading-bot, exchange
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+818.58%)
Mutual labels:  trading, trading-bot, trade
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+1095.58%)
Mutual labels:  trading, trading-bot, trade
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+19812.39%)
Mutual labels:  trading, exchange, trade
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+371.68%)
Mutual labels:  trading, exchange, trade
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-21.24%)
Mutual labels:  trading, exchange, trade
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+101.77%)
Mutual labels:  trading, trading-bot, exchange
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (+16.81%)
Mutual labels:  trading, trading-bot, exchange
hurtrade
An Open Source Forex Trading Platform
Stars: ✭ 22 (-80.53%)
Mutual labels:  trading, exchange, trade
binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (-0.88%)
Mutual labels:  trading, trading-bot, exchange
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+863.72%)
Mutual labels:  trading, trading-bot, exchange
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-7.96%)
Mutual labels:  trading, exchange, trade

ADAMANT Trading & Market making bot is a software that allows to run trades on crypto exchanges, make trade volume, maintain spread and liquidity, set price range, and build live-like dynamic order book.

This is a free version. For premium features, see marketmaking.app/services.

Market making

In Market making mode, the bot places orders and executes them by itself, making a trade volume, maintaining spread and liquidity; builds live-like dynamic order books and watches a token price. Market making helps:

  • Cryptocurrency projects (token issuers)
  • Cryptocurrency exchanges

See marketmaking.app to have a look at the bot possibilities.

Trading chart

Market Making & OrderBook Building

Profit trading

Trading is a mode when a bot runs orders according to some strategy. It can be profitable or not. This feature is unavailable now—we recommend to use Zenbot instead.

Features

  • Easy to install and configure
  • Initial fill order books
  • Dynamic order book building
  • Place buy and sell limit or market orders
  • Market making with 3 policies: spread, orderbook, optimal
  • Spread & liquidity maintenance
  • Price range setting
  • Arbitrage token price on other trade pairs or exchanges
  • Managed with your commands using ADAMANT Messenger

Supported exchanges

To add other exchange support, see marketmaking.app/services.

Usage and Installation

After installation, you control the bot in secure ADAMANT Messenger chat directly.

Available commands: ask a bot with /help command. Read more how to install and use the bot: marketmaking.app/guides.

We can run market-making for you, see marketmaking.app/services.

Requirements

Setup

su - adamant
git clone https://github.com/Adamant-im/adamant-tradebot
cd ./adamant-tradebot
npm i

Pre-launch tuning

The bot will use config.jsonc, if available, or config.default.jsonc otherwise.

cp config.default.jsonc config.jsonc
nano config.jsonc

Parameters: see comments in config file.

Launching

You can start the Bot with the node app command, but it is recommended to use the process manager for this purpose.

pm2 start --name tradebot app.js

Add a Bot to cron

crontab -e

Add string:

@reboot cd /home/adamant/adamant-tradebot && pm2 start --name tradebot app.js

Updating

su - adamant
cd ./adamant-tradebot
pm2 stop tradebot
git pull
npm i

Update config.jsonc if config.default.jsonc changed.

Then pm2 restart tradebot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].