# chart=tsl.resample_timeframe(df=chart, timeframe=‘15’)
# df = tsl.resample_timeframe(df=chart, timeframe='75T')
Above code not working..
Please help to resolve the issue
# df = tsl.resample_timeframe(df=chart, timeframe='75T')
Above code not working..
Please help to resolve the issue
Hi @Sudhakar_Prabhakar ,
Itseems you have commented that line, do uncomment the code and resample-
chart=tsl.resample_timeframe(df=chart, timeframe=‘15T’)