counts 3-candle FVG patterns and reports how often each is filled intraday, bucketed by gap size. returns per-bucket fill rates and a per-day detail table. configurable via mitigation (fill rule), percentage (fill threshold), and fvg_filter (all FVGs vs first per day).
Documentation Index
Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
forex, futures, crypto, stock Percentage of FVG that needs to be filled for mitigation (e.g., 50.0 for 50%)
Filter FVGs per day: 'all' for all FVGs, 'first' for only the first FVG per day
List of days to use in the calculation (e.g., ['Monday', 'Friday'])
Successful Response