Files
biggfish/requirements.txt
sami7777 82c68fa8b0 Scalping strategy overhaul: bidirectional trading, oil/JPY focus
- Switch to oil stocks (USO, XLE, OXY, CVX, XOM, SLB, HAL, DVN, MPC, VLO)
- Add JPY/USD forex pairs for Japan targeting
- 7-action RL space: long, short, close (was 5 long-only actions)
- Bollinger Band mean-reversion scalp entries both directions
- 5-minute candles with 60-second cycles for scalping
- 35 features (added VWAP, fast RSI, fast ROC for scalping)
- Short position support in backtest, executor, and RL environment
- GA tuned for scalping: tighter SL/TP, shorter hold times

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 16:45:19 -07:00

33 lines
440 B
Plaintext

# Core Trading
alpaca-py==0.8.2
pandas==2.1.4
numpy==1.26.2
# Market Data & Analysis
yfinance==0.2.35
ta==0.11.0
pandas-ta==0.3.14b0
# News & Sentiment
feedparser==6.0.10
requests==2.31.0
beautifulsoup4==4.12.2
# ML & Research
scikit-learn==1.3.2
scipy==1.11.4
# Deep Learning (RL Agent)
torch>=2.0.0
# Scheduling
apscheduler>=3.10.0
# Utilities
python-dotenv==1.0.0
schedule==1.2.0
pytz==2023.3
# Logging & Monitoring
loguru==0.7.2