AI Trading Bot
π€ Stoxello – AI-Powered Trading Bot
(Coming Soon!)
Stoxello is an intelligent, automated trading engine built in VB.NET using .NET 8.0. It combines machine learning, real-time price analysis, and Telegram alerts to automate trading decisions across crypto and other markets.
π Features
- π Live Signal Generation β Executes trading logic with AI and technical indicators.
- π Backtesting Engine β Simulate strategies using historical data and view performance summaries.
- π Technical Indicators β Includes OoplesFinance and Skenderβs financial analysis libraries.
- π‘ Data Handling β SQLite stores local price, signal, and trade data.
- π² Telegram Integration β Sends real-time alerts and results to your Telegram chat or group.
π οΈ Technologies Used
Component | Purpose |
---|---|
.NET 8.0 | Core application framework |
Microsoft.ML | Machine learning and prediction logic |
OoplesFinance.StockIndicators | Advanced TA signals |
SQLite | Embedded database for market data |
Newtonsoft.Json | Reads/writes configuration files |
Telegram.Bot | Telegram alerts and notifications |
βοΈ Setup Instructions
- Install Prerequisites: Download and install .NET 8.0 SDK.
- Clone the Repo:
git clone https://github.com/yourusername/stoxello.git cd stoxello
- Build the Project:
dotnet build
- Run the Bot:
dotnet run
- Configure Settings:
- Bot creates
config.json
,api.json
,pairs.json
on first launch. - Populate
pairs.json
:[ { "PAIR": "BTCUSDT" }, { "PAIR": "ETHUSDT" } ]
- Bot creates
π¬ Telegram Setup
- Create a Telegram bot via BotFather.
- Get your botβs API token and chat ID.
- Edit the generated config file
telegram_config.json
:[ { "telegram_api_token": "YOUR_BOT_TOKEN", "telegram_chatid": "YOUR_CHAT_ID" } ]
π¦ Future Enhancements
- Web UI dashboard for trade monitoring
- REST API for remote commands
- Broker integration with Robinhood, Gemini, Alpaca
π License
License β All rights reserved.
π€ Contributions
We welcome pull requests and contributions. Fork the repository and start building!
π§ Contact
Developed by Stoxello
Website: stoxello.com
Telegram: @StoxelloBot