paradex_klines
Analyze historical price data to identify patterns, calculate indicators, and backtest trading strategies. Use candlestick data to determine support, resistance, and volatility 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. |