Commit Graph

4 Commits

Author SHA1 Message Date
sami7777 7be73159a4 Update: Krystie reporter integration and strategy improvements 2026-03-23 00:21:19 +01:00
sami7777 62822a8675 Merge remote main: resolve conflicts keeping scalping strategy changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 16:46:28 -07:00
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
root 6a35ba0f0f Initial commit: BIGGFISH Autonomous Trading Bot
- GA-evolved trading strategies
- RL agent with DQN
- Dual-market support (stocks via Alpaca, forex via OANDA)
- Automated backtesting and rebalancing
- Telegram notifications
- Safety limits and risk management
2026-03-13 00:32:54 +01:00