Are you building your own trading bot and need help with the technical side — API integration, data storage, indicator logic, and modular bot architecture?
I can help you design and build a solid trading system using C++, with a strong focus on data handling, signal generation, and automation logic.
✅ What I Can Help You With
🔧 Exchange API Integration
REST/WebSocket APIs for Binance and others like MEXC, KuCoin
Secure handling of API keys, request signing, and rate-limiting
📊 Indicator Implementation
Technical indicators coded from scratch:
EMA (Exponential Moving Average)
SMA (Simple Moving Average)
RSI (Relative Strength Index)
Modular structure for adding new indicators
🗃️ Data Management
Efficient use of SQLite for storing candlestick data
Functions for loading, updating, and querying historical OHLCV data
Integration with your local or cloud-based file system
⚙️ Bot Architecture
Clean C++ class-based system
Separation of signal generation, order management, and trade execution
TradeExecutor, Configurator, and other core classes with clear roles
🧪 Backtest-Ready Logic
Forward/backward evaluation on historical data (basic logic only)
Support for writing and reviewing your custom strategies
📁 Deliverables
Full source code in C++
Example config files (XML or JSON)
Working example for fetching data and generating signal outputs
Clean build system (CMake or g++)
🚫 What I Do Not Offer:
No strategy consultation or financial advice
I do not implement prebuilt strategies like grid trading, mean reversion, or scalping
I don’t guarantee profitability — I focus purely on solid, maintainable code and systems
💬 Why Work With Me?
Strong background in embedded and C++ systems
Familiar with live API data handling, WebSocket event processing, and custom indicator logic
Organized, well-documented code
Willing to collaborate iteratively as your system evolves