June 05, 2025
11 11 11 AM

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

ComponentPurpose
.NET 8.0Core application framework
Microsoft.MLMachine learning and prediction logic
OoplesFinance.StockIndicatorsAdvanced TA signals
SQLiteEmbedded database for market data
Newtonsoft.JsonReads/writes configuration files
Telegram.BotTelegram alerts and notifications

  

βš™οΈ Setup Instructions

  1. Install Prerequisites: Download and install .NET 8.0 SDK.
  2. Clone the Repo: git clone https://github.com/yourusername/stoxello.git cd stoxello
  3. Build the Project: dotnet build
  4. Run the Bot: dotnet run
  5. Configure Settings:
    • Bot creates config.json, api.json, pairs.json on first launch.
    • Populate pairs.json: [ { "PAIR": "BTCUSDT" }, { "PAIR": "ETHUSDT" } ]

πŸ“¬ Telegram Setup

  1. Create a Telegram bot via BotFather.
  2. Get your bot’s API token and chat ID.
  3. 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