paradex_klines
Analyze historical price patterns to identify support/resistance levels, calculate technical indicators, and backtest trading strategies using structured candlestick data from specific timeframes.
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. |