Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@DresdenGman DresdenGman released this 09 Dec 04:52
· 92 commits to main since this release
58022a1

v1.0.0 - Initial Release

Features

  • ✅ Core trading system (Buy/Sell operations)
  • ✅ Portfolio management
  • ✅ Equity curve & performance metrics
  • ✅ Limit orders & stop-loss/take-profit
  • ✅ K-line charts with volume
  • ✅ Auto trading rules (stop-loss, scale in/out)

Installationh

pip install -r requirements.txt
python mock.py### Notes

  • Supports both real market data (akshare) and mock data
  • Requires Python 3.7+