Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=76085
Forum: 17 · Topic 76085 · 1 post(s)
Apprentice · Wed Jun 25, 2025 3:10 pm

Filter Description – Previous Day Bounce with MA Confirmation
This indicator uses a three-stage filtering system to identify high-probability trade setups aligned with recent breakouts and moving average structure.
1. Break of Previous Day High/Low (Close > PDH Close < PDL) Detects whether the current candle has breached key levels from the previous session:
2. Bounce From MA Confirmation (PDHL Filter) Ensures price is pulling back into value and rejecting it, validating a bounce from the MA:
3. MA Based trend filter (Close > MA Close < MA)

This helps time entries after a healthy retracement, avoiding overextended entries.
All three conditions must be met for a valid signal. The filter system is designed to reduce noise, confirm direction, and time-precise pullback entries.
Previous day Bounce with MA Confirmation.lua
Indicator-based strategy. https://fxcodebase.com/code/viewtopic.p … 52#p159752