mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 01:27:24 -04:00
Changed action_type from 'init' to 'no_trade' in _initialize_starting_position() to comply with database CHECK constraint that only allows 'buy', 'sell', or 'no_trade'. Fixes sqlite3.IntegrityError during position initialization.