What problem does it solve?
It prevents late-session entries by enforcing a strict time cutoff and a liquidity/queue-size gate, so orders are only placed when the best sell queue at the limit-up price remains under a configurable threshold.
Core Features & Use Cases
- Time-gated entry window: Allows F1 entry only before a configured cutoff (default 10:00); once the current time reaches or exceeds the cutoff, the skill blocks entry.
- Limit-up best sell queue threshold: Blocks entry when the tracked “best sell quantity at limit-up” (ask[0] when ask0_price equals the limit-up price) is greater than or equal to a configurable threshold (default 100).
- Strategy tuning & troubleshooting workflow: Supports adjusting entry_before_time and ask_queue_threshold, validating why orders still appear near close, and understanding interaction points with other F-series switches (notably F10/F13 vs exit logic).
Quick Start
Configure the cutoff time and maximum ask-queue threshold in config and run the engine so F1 entries are allowed only when both the time window and the limit-up queue condition are satisfied.