Skip to content

v1.1 - Paper Trading Mode + RSI Fix

Latest

Choose a tag to compare

@Rors78 Rors78 released this 18 Jan 22:07
· 1 commit to main since this release

What's New

🧻 Paper Trading Mode

  • Test strategies with $1000 virtual balance before going live
  • No API keys required for paper trading
  • Tracks P&L in paper_trades.json
  • Auto-checks take-profit levels
  • Set PAPER_TRADING = True (default) or False for live

🐛 Bug Fix: RSI Calculation

  • Fixed RSI function that was using incorrect gain/loss logic
  • Now properly uses last N deltas with correct averaging
  • Handles edge cases (not enough data, no losses)

Full Changelog

  • PAPER_TRADING config option (defaults to True for safety)
  • Paper balance persistence across restarts
  • Clear mode indicator on startup (🧻 PAPER vs ⚠️ LIVE)
  • Improved RSI accuracy for entry signals

Note: If you cloned before, run git pull to get these updates.