dateDict={
'startDate':'30/03/2022',
'endDate':'01/04/2022'
}
p='C:\\BinOptions\\df_tomorrow.csv'
InvestCal.investingPars(p,dateDict)
or InvestCal.investingPars()
dateDict={
'startDate':'30/03/2022',
'endDate':'01/04/2022'
}
p='C:\\BinOptions\\df_tomorrow.csv'
InvestCal.investingPars(p,dateDict)
or InvestCal.investingPars()