mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-06-14 21:31:18 -04:00
fcfdf36c1c
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.