Supertrend value diifer

@Imranali Hi, can you please help to identify this issue?
Supertrend indicator value on NIFTY chart is different than what I get from API code. This is todays (23 Sep 2025) intraday 5 min data.
Also, it always shows +1 bullish. Not showing -1 when supertrend is red

Hi @Ranjit_Bhoir ,

Welcome to madefortrade,

Thanks for bringing this up. @Tradehull_Imran may be able to assist here

@Tradehull_Imran can you please help me on this. Today also same issue. Chart supertrend and API supertrend giving different values.

Hi @Tradehull_Imran ,
we are getting option greek (‘delta’) value wrong for weekly expiry strikes Nifty option chain
for monthly expiry we get correct value for stocks options as i use below code

delta_values = tsl.get_option_greek(strike=25200, expiry=0, asset=‘NIFTY’, interest_rate=10, flag=‘delta’, scrip_type=‘CE’)