Hi Upstox Team,
I’m currently building algorithmic trading strategies using your Developer API and have encountered a limitation with the intraday data endpoint. As of now, the intraday API only provides data for the current trading day, which restricts the ability to apply meaningful technical indicators like Supertrend, MACD, RSI, or moving averages that require historical context.
Feature Request: Please extend the intraday API to return at least 3 days of historical intraday data (preferably in 3-minute or 5-minute intervals). This enhancement would enable:
-
Accurate calculation of multi-period indicators
-
Better signal validation and noise reduction
-
Seamless integration with existing algo frameworks
Use Case Example: To compute a 14-period RSI or a 10-period Supertrend, we need data from previous sessions. Without this, the indicator values are either inaccurate or unavailable, making real-time decision-making unreliable.
This small change would significantly empower developers and traders building data-driven systems. Looking forward to your consideration and support!
Thanks, Abhi