CMS Bot currently works on Binance's BTC pairs only. It gets AI signals (different ones from website) from Coin Market Scanner, and trades them with the rules defined in the strategy.
CMS Bot is in Alpha version and it has bugs. Use this only if you understand the code and what it does.
Running a bot, and trading in general requires careful study of the risks and parameters involved. A wrong setting can cause you a major loss.
USE IT AT YOUR OWN RISK.
In you console run:
git clone https://github.com/talvasconcelos/cms-bot.git
cd cms-bot && npm i
Inside the bot folder, create a config file by copying the sample_config.js file and rename it to config.js.
- View and edit your configuration file.
- There is no paper trading, yet. You'll be trading live!
- You must add your exchange (Binance) API keys.
- API keys do NOT need deposit/withdrawal permissions.
To start the bot, if everything is configured, just type on your console or terminal:
npm start
While running, the bot will log to the console and if configured, to Telegram.
In the console, you can trigger a panic sell by hitting the "s" key. On Telegram enter "/help" to see a list of possible commands.
Choose a strategy from the strategies folder or create one for your trading style. You can use the template file.
If you want to contribute to the project or fix something please be free to send a PR. Or just flag an issue.
I'll take donations in BTC only at:
bc1qgmcx92mx60kglywavrdnu0hlvh6q3v7vxz5aqv
Or tip me wit Bottle:
https://btl.to/gh/talvasconcelos
- Tiago Vasconcelos - Initial work - talvasconcelos
This project is licensed under the MIT License - see the LICENSE.md file for details.