System Logs

Total: 21877 Errors
Clear
Time Level Category Symbol Source Message
02-18 22:14:36 INFO order trailing_stop_scheduler [KlineScheduler] Startup backfill started in background thread (non-blocking)
02-18 22:14:36 INFO trailing_stop root 📊 Trailing stop auto-scheduler initialized
02-18 22:14:36 INFO trailing_stop trailing_stop_scheduler 📊 Started trailing stop scheduler thread
02-18 22:14:36 INFO trailing_stop trailing_stop_scheduler 📊 Trailing stop scheduler started (fast: 5s, full sync: 60s)
02-18 22:14:36 ERROR error STX tiger_client Error getting bars for STX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 INFO general root 📊 Database log handler initialized
02-18 22:14:36 ERROR error tiger_client Error getting bars for WDC: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for MRVL: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for CRWV: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for SNDK: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for ON: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for SYNA: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:14:36 ERROR error tiger_client Error getting bars for TEM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error tiger_client Error getting bars for GFS: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:36 ERROR error LSCC tiger_client Error getting bars for LSCC: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:14:35 INFO order tiger_client Retrieved 1 filled orders
02-18 22:14:35 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:14:35 INFO sync trailing_stop_engine 📊 Syncing avg cost for NFLX: 77.93 -> 78.23
02-18 22:14:35 INFO trailing_stop trailing_stop_scheduler 🔄 Full sync: Processing 2 active trailing stop positions (API verification)
02-18 22:14:35 INFO position tiger_client Position: NFLX, Qty: 10, Cost: 78.227
02-18 22:14:35 INFO position tiger_client Getting positions for symbol: all
02-18 22:14:34 INFO position tiger_client Position: NFLX, Qty: 1, Cost: 77.94
02-18 22:14:34 INFO position tiger_client Getting positions for symbol: all
02-18 22:14:34 INFO error trailing_stop_engine 📊 NFLX API backoff set for 120s due to repeated errors
02-18 22:14:34 ERROR error tiger_client Error getting latest trade for NFLX: code=4 msg=4000:permission denied(Current user and device do not have permissions in the US market)
02-18 22:14:34 WARN general tiger_client Extended hours price not available for NFLX, falling back to briefs
02-18 22:14:34 ERROR error tiger_client Error getting extended hours price for NFLX: code=4 msg=4000:permission denied(Current user and device do not have permissions in the US market)
02-18 22:14:34 WARN error tiger_client Batch briefs fallback failed: code=4 msg=4000:permission denied(Current user and device do not have permissions in the US market)
02-18 22:14:34 WARN error tiger_client Batch timeline fetch failed: code=4 msg=4000:permission denied(Current user and device do not have permissions in the US market)
02-18 22:14:32 INFO position root 📊 Holdings sync scheduler initialized (API fallback every 5min, real-time via WebSocket)
02-18 22:14:32 INFO sync root 📊 Reconciliation scheduler initialized (hourly fetch)
02-18 22:14:32 INFO order trailing_stop_scheduler [KlineScheduler] Startup backfill started in background thread (non-blocking)
02-18 22:14:32 INFO trailing_stop root 📊 Trailing stop auto-scheduler initialized
02-18 22:14:32 INFO trailing_stop trailing_stop_scheduler 📊 Started trailing stop scheduler thread
02-18 22:14:32 INFO trailing_stop trailing_stop_scheduler 📊 Trailing stop scheduler started (fast: 5s, full sync: 60s)
02-18 22:14:32 INFO general root 📊 Database log handler initialized
02-18 22:13:57 ERROR order order_tracker_service ❌ Error in handle_fill_event for 42277739866882048: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "ix_position_position_key" DETAIL: Key (position_key)=(NFLX_2026-02-18_1) already exists. [SQL: INSERT INTO position (position_key, symbol, account_type, trade_date, sequence_number, side, status, total_entry_quantity, total_exit_quantity, avg_entry_price, avg_exit_price, realized_pnl, commission, trailing_stop_id, opened_at, closed_at, created_at, updated_at) VALUES (%(position_key)s, %(symbol)s, %(account_type)s, %(trade_date)s, %(sequence_number)s, %(side)s, %(status)s, %(total_entry_quantity)s, %(total_exit_quantity)s, %(avg_entry_price)s, %(avg_exit_price)s, %(realized_pnl)s, %(commission)s, %(trailing_stop_id)s, %(opened_at)s, %(closed_at)s, %(created_at)s, %(updated_at)s) RETURNING position.id] [parameters: {'position_key': 'NFLX_2026-02-18_1', 'symbol': 'NFLX', 'account_type': 'paper', 'trade_date': datetime.date(2026, 2, 18), 'sequence_number': 1, 'side': 'long', 'status': 'OPEN', 'total_entry_quantity': 0, 'total_exit_quantity': 0, 'avg_entry_price': None, 'avg_exit_price': None, 'realized_pnl': None, 'commission': None, 'trailing_stop_id': None, 'opened_at': datetime.datetime(2026, 2, 18, 22, 13, 57, 459556), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 22, 13, 57, 469119), 'updated_at': datetime.datetime(2026, 2, 18, 22, 13, 57, 469126)}] (Background on this error at: https://sqlalche.me/e/20/gkpj)
02-18 22:13:57 INFO order order_tracker_service 📋 Order 42277739866882048 FILLED (source=polling): NFLX entry qty=10 price=$77.93 pnl=$0.00
02-18 22:13:57 INFO order tiger_client Order 42277739866882048 Tiger data: avgFillPrice=77.929, filledQuantity=10, totalQuantity=10, realizedPnl=0, commission=2.98, reason=, order_type=LMT, outside_rth=True
02-18 22:13:57 INFO order tiger_client Order 42277739866882048 available attributes: ['account', 'action', 'active', 'adjust_limit', 'algo_params', 'algo_strategy', 'attr_desc', 'attr_list', 'aux_price', 'avg_fill_price', 'can_modify', 'charges', 'combo_type', 'combo_type_desc', 'commission', 'contract', 'contract_legs', 'discount', 'expire_time', 'external_id', 'filled', 'filled_cash_amount', 'filled_scale', 'gst', 'id', 'is_open', 'is_partially_filled', 'latest_price', 'limit_price', 'liquidation', 'order_id', 'order_legs', 'order_time', 'order_type', 'orders', 'outside_rth', 'parent_id', 'percent_offset', 'quantity', 'quantity_scale', 'realized_pnl', 'reason', 'refund_cash_amount', 'remaining', 'secret_key', 'source', 'status', 'sub_ids', 'time_in_force', 'to_dict', 'total_cash_amount', 'trade_time', 'trading_session_type', 'trail_stop_price', 'trailing_percent', 'update_time', 'user_mark']
02-18 22:13:57 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:13:56 INFO order tiger_client Retrieved 1 filled orders
02-18 22:13:56 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:13:56 INFO sync trailing_stop_engine 📊 Syncing avg cost for NFLX: 77.93 -> 78.23
02-18 22:13:56 INFO trailing_stop trailing_stop_scheduler 🔄 Full sync: Processing 2 active trailing stop positions (API verification)
02-18 22:13:56 INFO position tiger_client Position: NFLX, Qty: 10, Cost: 78.227
02-18 22:13:56 INFO position tiger_client Getting positions for symbol: all
02-18 22:13:55 INFO order tiger_client Retrieved 0 filled orders
02-18 22:13:55 INFO position tiger_client Position: NFLX, Qty: 1, Cost: 77.94
02-18 22:13:55 INFO position tiger_client Getting positions for symbol: all
02-18 22:13:55 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:13:55 INFO order tiger_client Retrieved 1 filled orders
02-18 22:13:55 INFO order tiger_client Getting filled orders from 2026-02-17 to 2026-02-18
02-18 22:13:54 INFO sync trailing_stop_engine 📊 Syncing avg cost for NFLX: 77.93 -> 78.23
02-18 22:13:54 INFO trailing_stop trailing_stop_scheduler 🔄 Full sync: Processing 2 active trailing stop positions (API verification)
02-18 22:13:54 INFO position tiger_client Position: NFLX, Qty: 10, Cost: 78.227
02-18 22:13:54 ERROR error AVGO tiger_client Error getting bars for AVGO: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for ARM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error AMD tiger_client Error getting bars for AMD: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for USAR: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for ORCL: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for OKLO: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for MSTR: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 INFO position tiger_client Getting positions for symbol: all
02-18 22:13:54 ERROR error tiger_client Error getting bars for MP: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for HOOD: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error CRCL tiger_client Error getting bars for CRCL: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error COIN tiger_client Error getting bars for COIN: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for STM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for MCHP: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error STX tiger_client Error getting bars for STX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for WDC: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for MRVL: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 INFO position tiger_client Position: NFLX, Qty: 1, Cost: 77.94
02-18 22:13:54 ERROR error tiger_client Error getting bars for CRWV: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 INFO position tiger_client Getting positions for symbol: all
02-18 22:13:54 ERROR error tiger_client Error getting bars for SNDK: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:54 ERROR error tiger_client Error getting bars for ON: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for SYNA: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for TEM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for GFS: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error LSCC tiger_client Error getting bars for LSCC: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for NXPI: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for SLB: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for SLAB: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for ASTS: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for MTSI: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for RKLB: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for ALAB: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for VST: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for TSLA: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error NVDA tiger_client Error getting bars for NVDA: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error QCOM tiger_client Error getting bars for QCOM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error MU tiger_client Error getting bars for MU: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error tiger_client Error getting bars for INTC: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:53 ERROR error AVGO tiger_client Error getting bars for AVGO: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:52 ERROR error tiger_client Error getting bars for ARM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:52 ERROR error AMD tiger_client Error getting bars for AMD: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)
02-18 22:13:52 ERROR error tiger_client Error getting bars for USAR: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute)