System Logs
Total: 21909
Errors
| Time | Level | Category | Symbol | Source | Message |
|---|---|---|---|---|---|
| 02-18 23:04:27 | 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 23:04:27 | INFO | order | tiger_client | Retrieved 0 filled orders | |
| 02-18 23:04:26 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:04:26 | INFO | order | tiger_client | Retrieved 2 filled orders | |
| 02-18 23:04:26 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:04:26 | INFO | order | tiger_client | Retrieved 0 filled orders | |
| 02-18 23:04:26 | WARN | trailing_stop | trailing_stop_scheduler | ⚠️ Qty mismatch for NFLX (real): DB trailing_stop=1.0, Tiger=4 | |
| 02-18 23:04:26 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.93 -> 78.23 | |
| 02-18 23:04:26 | INFO | position | trailing_stop_engine | 📊 Syncing quantity for NFLX: 1.0 -> 4 | |
| 02-18 23:04:26 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.94 -> 77.95 | |
| 02-18 23:04:26 | INFO | trailing_stop | trailing_stop_scheduler | 🔄 Full sync: Processing 2 active trailing stop positions (API verification) | |
| 02-18 23:04:26 | INFO | position | tiger_client | Position: NFLX, Qty: 10, Cost: 78.227 | |
| 02-18 23:04:26 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:04:26 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:04:25 | INFO | order | tiger_client | Retrieved 2 filled orders | |
| 02-18 23:04:25 | INFO | position | tiger_client | Position: NFLX, Qty: 4, Cost: 77.9465 | |
| 02-18 23:04:25 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:04:25 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:04:25 | WARN | trailing_stop | trailing_stop_scheduler | ⚠️ Qty mismatch for NFLX (real): DB trailing_stop=1.0, Tiger=4 | |
| 02-18 23:04:25 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.93 -> 78.23 | |
| 02-18 23:04:25 | INFO | position | trailing_stop_engine | 📊 Syncing quantity for NFLX: 1.0 -> 4 | |
| 02-18 23:04:25 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.94 -> 77.95 | |
| 02-18 23:04:25 | INFO | trailing_stop | trailing_stop_scheduler | 🔄 Full sync: Processing 2 active trailing stop positions (API verification) | |
| 02-18 23:04:25 | INFO | position | tiger_client | Position: NFLX, Qty: 10, Cost: 78.227 | |
| 02-18 23:04:25 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:04:24 | INFO | position | tiger_client | Position: NFLX, Qty: 4, Cost: 77.9465 | |
| 02-18 23:04:24 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:03:50 | WARN | websocket | trailing_stop_scheduler | 🔄 Auto re-subscribed symbols with stale WebSocket data: ['NFLX'] | |
| 02-18 23:03:49 | WARN | websocket | trailing_stop_scheduler | 🔄 Auto re-subscribed symbols with stale WebSocket data: ['NFLX'] | |
| 02-18 23:03:24 | ERROR | order | order_tracker_service | ❌ Error in handle_fill_event for 42277739866882048: Failed to create Position for NFLX paper 2026-02-18 after 5 attempts | |
| 02-18 23:03:24 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 24, 699267), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 730933), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 730941)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:24 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 24, 699267), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 725254), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 725261)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:24 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 24, 699267), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 719479), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 719486)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:24 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 24, 699267), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 714048), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 714054)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:24 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 24, 699267), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 708029), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 24, 708035)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:24 | INFO | order | order_tracker_service | 📋 Order 42277739866882048 FILLED (source=polling): NFLX entry qty=10 price=$77.93 pnl=$0.00 | |
| 02-18 23:03:24 | 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 23:03:24 | 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 23:03:24 | INFO | order | tiger_client | Retrieved 0 filled orders | |
| 02-18 23:03:23 | ERROR | order | order_tracker_service | ❌ Error in handle_fill_event for 42277739866882048: Failed to create Position for NFLX paper 2026-02-18 after 5 attempts | |
| 02-18 23:03:23 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 23, 669469), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 698055), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 698062)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:23 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 23, 669469), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 692506), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 692512)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:23 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 23, 669469), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 687131), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 687136)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:23 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 23, 669469), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 682216), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 682222)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:23 | WARN | trailing_stop | position_service | 🔁 Position key collision for NFLX_2026-02-18_1 (paper), retrying with next sequence: (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, 23, 3, 23, 669469), 'closed_at': None, 'created_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 676595), 'updated_at': datetime.datetime(2026, 2, 18, 23, 3, 23, 676601)}] (Background on this error at: https://sqlalche.me/e/20/gkpj) | |
| 02-18 23:03:23 | INFO | order | order_tracker_service | 📋 Order 42277739866882048 FILLED (source=polling): NFLX entry qty=10 price=$77.93 pnl=$0.00 | |
| 02-18 23:03:23 | 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 23:03:23 | 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 23:03:23 | INFO | order | tiger_client | Retrieved 0 filled orders | |
| 02-18 23:03:22 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:03:22 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:03:22 | INFO | order | tiger_client | Retrieved 2 filled orders | |
| 02-18 23:03:22 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:03:22 | INFO | order | tiger_client | Retrieved 2 filled orders | |
| 02-18 23:03:22 | INFO | order | tiger_client | Getting filled orders from 2026-02-17 to 2026-02-18 | |
| 02-18 23:03:22 | WARN | trailing_stop | trailing_stop_scheduler | ⚠️ Qty mismatch for NFLX (real): DB trailing_stop=1.0, Tiger=4 | |
| 02-18 23:03:22 | WARN | trailing_stop | trailing_stop_scheduler | ⚠️ Qty mismatch for NFLX (real): DB trailing_stop=1.0, Tiger=4 | |
| 02-18 23:03:22 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.93 -> 78.23 | |
| 02-18 23:03:22 | INFO | position | trailing_stop_engine | 📊 Syncing quantity for NFLX: 1.0 -> 4 | |
| 02-18 23:03:22 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.94 -> 77.95 | |
| 02-18 23:03:22 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.93 -> 78.23 | |
| 02-18 23:03:22 | INFO | trailing_stop | trailing_stop_scheduler | 🔄 Full sync: Processing 2 active trailing stop positions (API verification) | |
| 02-18 23:03:22 | INFO | position | tiger_client | Position: NFLX, Qty: 10, Cost: 78.227 | |
| 02-18 23:03:22 | INFO | position | trailing_stop_engine | 📊 Syncing quantity for NFLX: 1.0 -> 4 | |
| 02-18 23:03:22 | INFO | sync | trailing_stop_engine | 📊 Syncing avg cost for NFLX: 77.94 -> 77.95 | |
| 02-18 23:03:22 | INFO | trailing_stop | trailing_stop_scheduler | 🔄 Full sync: Processing 2 active trailing stop positions (API verification) | |
| 02-18 23:03:22 | INFO | position | tiger_client | Position: NFLX, Qty: 10, Cost: 78.227 | |
| 02-18 23:03:21 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:03:21 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:03:20 | INFO | position | tiger_client | Position: NFLX, Qty: 4, Cost: 77.9465 | |
| 02-18 23:03:20 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:03:20 | INFO | position | tiger_client | Position: NFLX, Qty: 4, Cost: 77.9465 | |
| 02-18 23:03:20 | INFO | position | tiger_client | Getting positions for symbol: all | |
| 02-18 23:02:50 | INFO | error | trailing_stop_engine | 📊 NFLX API backoff set for 120s due to repeated errors | |
| 02-18 23:02:50 | 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 23:02:50 | WARN | general | tiger_client | Extended hours price not available for NFLX, falling back to briefs | |
| 02-18 23:02:50 | 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 23:02:50 | 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 23:02:50 | 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 23:02:45 | INFO | error | trailing_stop_engine | 📊 NFLX API backoff set for 120s due to repeated errors | |
| 02-18 23:02:45 | 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 23:02:44 | WARN | general | tiger_client | Extended hours price not available for NFLX, falling back to briefs | |
| 02-18 23:02:44 | 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 23:02:44 | 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 23:02:44 | 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 23:01:25 | ERROR | error | tiger_client | Error getting bars for AMAT: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for ATOM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for REMX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for AMAT: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for EQIX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for ATOM: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for CIEN: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for REMX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for ANET: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for EQIX: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | MSFT | tiger_client | Error getting bars for MSFT: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for CIEN: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for META: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | tiger_client | Error getting bars for ANET: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) | |
| 02-18 23:01:25 | ERROR | error | GOOG | tiger_client | Error getting bars for GOOG: code=4 msg=5:rate limit error(current limiting interface:kline, up to 60 times per minute) |