fxa_level_touches
Test whether a price level actually held by finding reaches, de-duplicating clustered touches, and measuring subsequent reactions.
Instructions
Test whether a price level actually held. Finds every time price reached the level, de-duplicates clustered touches, and measures the reaction that followed. This is the numeric version of asking whether a horizontal line on the chart is respected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| price | Yes | The level to test. | |
| timeframe | No | Default M15. | |
| instrument | Yes | ||
| includeRows | No | Default 40. | |
| tolerancePips | No | How close counts as a touch. Default 5. | |
| separationBars | No | Minimum bars between distinct touches. Default 4. |