multi_timeframe_analysis
Check if weekly to hourly timeframes align on direction for a symbol. Identify aligned setups and avoid conflicting signals that often cause failures.
Instructions
Check whether timeframes agree on direction.
Args: symbol: Ticker. market: "crypto", "stock" or "idx". bars: Candles per timeframe.
Runs the composite rating on weekly through hourly candles. Aligned timeframes are the setups worth acting on; conflict between them is the usual reason a signal on one chart fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | ||
| market | No | stock | |
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||