๐Ÿ“˜ NOFX User Guides

December 20, 2025 ยท View on GitHub

Language: English | ไธญๆ–‡

Comprehensive guides to help you use NOFX effectively.


๐Ÿ“š Available Guides

๐Ÿ”ง Basic Usage

GuideDescriptionStatus
FAQ (English)Frequently asked questionsโœ… Available
FAQ (ไธญๆ–‡)ๅธธ่ง้—ฎ้ข˜่งฃ็ญ”โœ… Available
Configuration GuideAdvanced settings and options๐Ÿšง Coming Soon
Trading StrategiesAI trading strategy examples๐Ÿšง Coming Soon

๐Ÿ› Troubleshooting

Common Issues

Issue: TA-Lib not found

# macOS
brew install ta-lib

# Ubuntu/Debian
sudo apt-get install libta-lib0-dev

Issue: Precision error

  • System auto-handles LOT_SIZE from exchange
  • Check network connection
  • Verify exchange API is accessible

Issue: AI API timeout

  • Check API key validity
  • Verify network connection
  • Check API balance/credits
  • Timeout is set to 120 seconds

Issue: Frontend can't connect

  • Ensure backend is running (http://localhost:8080)
  • Check if port 8080 is available
  • Check browser console for errors

๐Ÿ“– Usage Tips

Best Practices

1. Risk Management

  • Start with small amounts (100-500 USDT)
  • Use subaccounts for additional safety
  • Set reasonable leverage limits
  • Monitor daily loss limits

2. Performance Monitoring

  • Check decision logs regularly
  • Analyze win rate and profit factor
  • Review AI reasoning (Chain of Thought)
  • Track equity curve trends

3. Configuration

  • Test on testnet first
  • Gradually increase trading amounts
  • Adjust scan intervals (3-5 minutes recommended)
  • Use default coin list for beginners

๐ŸŽฏ Advanced Topics

Multi-Trader Competition

Run multiple AI models simultaneously:

  • Qwen vs DeepSeek head-to-head
  • Compare performance in real-time
  • Identify best-performing strategies

Custom Coin Pools

  • Use external API for coin selection
  • Combine AI500 + OI Top data
  • Filter by liquidity and volume

Exchange Integration

  • Binance Futures (CEX)
  • Hyperliquid (DEX)
  • Aster DEX (Binance-compatible)

๐Ÿ“Š Understanding Metrics

Key Performance Indicators

Win Rate

  • Percentage of profitable trades
  • Target: >50% for consistent profit

Profit Factor

  • Ratio of gross profit to gross loss
  • Target: >1.5 (1.5:1 or better)

Sharpe Ratio

  • Risk-adjusted return measure
  • Higher is better (>1.0 is good)

Maximum Drawdown

  • Largest peak-to-trough decline
  • Keep under 20% for safety


๐Ÿ†˜ Need Help?

Can't find what you need?


โ† Back to Documentation Home