Discover and explore top open-source AI tools and projects—updated daily.
NoFxAiOSAI drives multi-exchange trading competitions
New!
Top 8.3% on SourcePulse
This project provides an AI-driven automated trading system for Binance Futures, designed for developers, researchers, and power users interested in exploring quantitative trading strategies. It enables multi-AI model competition (DeepSeek vs. Qwen), features a self-learning mechanism for strategy optimization, and offers a real-time, Binance-style dashboard for monitoring performance and decisions. The system aims to offer a professional platform for experimenting with AI in trading, with a strong emphasis on detailed logging and performance analysis.
How It Works
The system employs a dual-architecture approach with a Go backend handling trading logic, market analysis, AI communication, and API interactions, while a React frontend provides a professional, Binance-style user interface. Core functionality revolves around its multi-AI competition mode, allowing different AI models (DeepSeek, Qwen) to trade independently and their performance to be compared in real-time. A key differentiator is the AI Self-Learning Mechanism, which analyzes historical trading feedback (win rates, P/L ratios, best/worst performing coins) to dynamically adjust trading strategies and avoid repeating mistakes. Market analysis incorporates technical indicators (EMA, MACD, RSI, ATR) across different timeframes and open interest data, coupled with robust risk controls like per-coin position limits and fixed leverage.
Quick Start & Requirements
go mod download (dependencies), go build -o nofx, ./nofxcd web, npm install, npm run devhttp://localhost:3000.https://platform.deepseek.com, Qwen: https://dashscope.aliyuncs.com).config.json. Estimated setup time involves dependency installation and key configuration.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The system is experimental and carries significant risks associated with AI auto-trading; it is strongly recommended for learning/research or testing with small amounts only. While initially mentioning multiple exchanges, the detailed setup and architecture primarily focus on Binance Futures. Users must manage API keys for both Binance and AI providers, and the setup involves several technical dependencies (Go, Node.js, TA-Lib).
5 hours ago
Inactive