Ashutoshsingh0004

Results 1 comments of Ashutoshsingh0004

Hi I am getting an error, Can anyone please help me to resolve this? Code--- for i in range(period, len(df)): df['Supertrend_10_3'].iat[i]= df['F_UBand'].iat[i] if df['Supertrend_10_3'].iat[i - 1] == df['F_UBand'].iat[i - 1]...