Not able to get 3 minute timeframe data in options

Hi imran sir, I have leartn a lot from your algo series. Seroiously it is best on internet. I was looking for data to learn algo past 2-3 months but no hope. But form your series only i am able to create a small algo for me. Only problem is that it runs on 5 minute candleframe Nifty 50 but i want it for 3 minute and i tried your other method defined in tradehull_v2 which is
chart_3 = tsl.get_intraday_data(tradingsymbol=“NIFTY”, exchange=“NFO”, timeframe=“3”, debug=“NO”)
but evertytime it gives error
{‘status’: ‘failure’, ‘remarks’: {‘error_code’: ‘DH-905’, ‘error_type’: ‘Input_Exception’, ‘error_message’: ‘System is unable to fetch data due to incorrect parameters or no data present’}, ‘data’: {‘errorType’: ‘Input_Exception’, ‘errorCode’: ‘DH-905’, ‘errorMessage’: ‘System is unable to fetch data due to incorrect parameters or no data present’}}
Traceback (most recent call last):
File “e:\Python\DHAN\Algos\Dhan_Tradehull_V2.py”, line 569, in get_intraday_data le to fetch data due to incorrect parameters or no data present’}, ‘data’: {‘errorType’: ‘Input_Exception’, ‘errorCode’: ‘DH-905’,
Exception: {‘status’: ‘failure’, ‘remarks’: {‘error_code’: ‘DH-905’, ‘error_type’: ‘Input_Exception’, ‘error_message’: ‘System is u’errorMessage’: ‘System is unable to fetch data due to incorrect parameters or no data present’}}Traceback (most recent call last):, ‘errorMessage’: ‘System is unable to fetch data due to incorrect parameters or no data present’}}

please help me how to get data on 3 minute candle frame.

Thanxs in advance

Hi @akki ,

Welcome to #MadeForTade,

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

1 Like

Waiting Eagerly.