baluinfo86

Results 3 comments of baluinfo86

Getting below error message: Message ********* Downloading Data for 22-06-2020 ********* Message Downloading NSE Equity Bhavcopy Message Downloading index data for NSENIFTY Error Error downloading Index Data for NSENIFTY Error...

Thanks for the new version, but still after changing the datetime: first to datetime:last, only legend is getting changed from 9:16 to 9:29, but chart is taking first time period...

Hi - able to figure out , below code fixed the issue. Thanks dfresample = dfresample.resample(str(freq)+'min',base=16).agg({'symbol': 'last', 'datetime': 'last', 'Open': 'first', 'High': 'max', 'Low': 'min', 'Close': 'last', 'Volume': 'sum', 'rf':...