Hi @Tradehull_Imran ,
the below mentioned error is appearing while running the code.
Error is :
exception got in ce_pe_option_df ‘<’ not supported between instances of ‘int’ and ‘str’
Getting Error at OTM strike Selection as ‘<’ not supported between instances of ‘int’ and ‘str’
Getting Error at OTM strike Selection as ‘<’ not supported between instances of ‘int’ and ‘str’
‘NoneType’ object has no attribute ‘upper’
Traceback (most recent call last):
File “C:\Users\SVIMS CAO\OneDrive\Desktop\Python\Revised\Dhan_Tradehull_V2.py”, line 516, in get_intraday_data
tradingsymbol = tradingsymbol.upper()
AttributeError: ‘NoneType’ object has no attribute ‘upper’
Traceback (most recent call last):
File “C:\Users\SVIMS CAO\OneDrive\Desktop\Python\Revised\Dhan_codebase usage.py”, line 52, in
intraday_hist_data[‘rsi’] = talib.RSI(intraday_hist_data[‘close’], timeperiod=14)
TypeError: ‘NoneType’ object is not subscriptable
Above mentioned error is appearing. i am using the Updated version of Dhan_Tradehull_V2.py file and Dhan Code base usage. Please check and guide me the possible solution



