Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reddelexc/cryptoping-trader
Altcoins trading system based on signals from CryptoPing
https://github.com/reddelexc/cryptoping-trader
altcoin bitcoin bot cryptocurrency telegram telegram-bot trading-bot
Last synced: 4 days ago
JSON representation
Altcoins trading system based on signals from CryptoPing
- Host: GitHub
- URL: https://github.com/reddelexc/cryptoping-trader
- Owner: reddelexc
- License: mit
- Created: 2019-04-04T18:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T13:35:42.000Z (10 months ago)
- Last Synced: 2024-01-22T17:22:26.214Z (10 months ago)
- Topics: altcoin, bitcoin, bot, cryptocurrency, telegram, telegram-bot, trading-bot
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NOTICE: The CryptoPing company seems to be closed so this project is no longer relevant
Trading system for altcoins which is able to:
- Collect signals from [CryptoPing](https://cryptoping.tech) Telegram bot
- Match signals from this bot to signals from [CryptoPing](https://cryptoping.tech) site
- Learn to predict expected signal profit (RandomForest)
- Listen for incoming signals in Telegram
- Buy altcoins which have good predictions on 7 crypto exchanges: Bittrex, Poloniex, YoBit, HitBTC, Tidex, Binance, Bitfinex
- Give reports about prediction model performance, exchanges balances, current trades and finished trades in separate Telegram botEvery setting that can be tuned placed in `/src/constants.py`. All api keys, session tokens, and other sensitive values can be filled in configs placed in `/configs`.
Full dataset collected starting from August 2017 can be found on [Kaggle](https://www.kaggle.com/reddelexc/crypto-assets-signals/activity), feel free to experiment with it.