Fib-Based Level System — At 9:30 AM NY open, it scans the last N 15-second candles to detect a swing high and swing low, then plots custom Fibonacci extensions (0, 1, -2, -2.5, -4, -4.5) in both directions to define key price zones for the session.,
Three Signal Types — It generates three kinds of trade signals: Continuation (price crosses the -4.5 fib level cleanly), FVG/Fair Value Gap (price returns to the midpoint of an unfilled gap near the continuation zone), and Manipulation (price taps the opposing fib zone multiple times then reverses).,
Manual Bias Filter — You set a daily bias (Bullish or Bearish) which determines which direction all signals fire in — long signals only trigger in Bullish mode, short signals only in Bearish mode.,
Session Risk Management — Trades are gated to a maximum of 4 signals per day, blocking after 1 win or 4 losses. Each trade uses an ATR-based stop (minimum 20 points) with a configurable Risk:Reward ratio for automatic TP/SL line plotting.,
Live Info Table — A HUD in the top-right corner displays real-time session stats including daily bias, signals remaining, today's win/loss record, ATR stop distance, fib lock status, trade gate state, and manipulation zone tap count.