refactor(analysis): rimuovi depth_zero_pct da ChainAuditReport
book_depth_top3 è popolato solo dal path entry_cycle (per gli strike candidati al picker), mai dal collector option_chain_snapshot — il controllo depth_zero su questi snapshot sarebbe strutturalmente 100%. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -93,7 +93,6 @@ class ChainAuditReport:
|
|||||||
bid_gt_ask_count: int = 0
|
bid_gt_ask_count: int = 0
|
||||||
iv_null_count: int = 0
|
iv_null_count: int = 0
|
||||||
iv_null_pct: Decimal = Decimal("0")
|
iv_null_pct: Decimal = Decimal("0")
|
||||||
depth_zero_pct: Decimal = Decimal("0")
|
|
||||||
|
|
||||||
|
|
||||||
def _expected_ticks(since: datetime, until: datetime) -> int:
|
def _expected_ticks(since: datetime, until: datetime) -> int:
|
||||||
|
|||||||
Reference in New Issue
Block a user