Hi @sujith@rakeshr , I am trying to calculate indicator values from OHLC with python talib however calculated values are not matching with kite/tradingview indicator values. Can someone validate my code and suggest me why?
import pandas as pd import talib from nsepy import get_history from datetime import datetime import dateutil.relativedelta
This is not related to KiteConnect APIs. Please don't post about other queries here. For now,
I don't know how it's happening,when I tried with talib/pandas talib,the indicator values were matching with kite. But I was using KiteConnect historical data,there might be some data discrepancy in nsepy module, although I have never seen discrepancy in nsepy module. Check with the values from historical data api. Then the indicators value should match.
I don't know how it's happening,when I tried with talib/pandas talib,the indicator values were matching with kite. But I was using KiteConnect historical data,there might be some data discrepancy in nsepy module, although I have never seen discrepancy in nsepy module. Check with the values from historical data api. Then the indicators value should match.