paradex_klines
Analyze historical price data to identify support/resistance levels, calculate indicators, backtest strategies, and visualize price action for informed trading decisions.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_unix_ms | Yes | End time in unix milliseconds. | |
market_id | Yes | Market symbol to get klines for. | |
resolution | No | The time resolution of the klines. | |
start_unix_ms | Yes | Start time in unix milliseconds. |