screen_forex
Apply technical filters to screen forex pairs, using indicators like RSI, ATR, and moving averages to return matching instruments.
Instructions
Screen forex pairs based on technical criteria. Returns forex pairs matching the specified filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-200). Default: 20 | |
| columns | No | Optional: specific columns to include in results. If not provided, uses default columns. | |
| filters | No | Array of filter conditions to apply | |
| sort_by | No | Field to sort results by. Default: 'volume' | |
| sort_order | No | Sort order. Default: 'desc' |