Course Name: Options Trading Strategies In Python: Basic, Section No: 4, Unit No: 7, Unit type: Exercise
please explain how to interpret 0.8*spot price, 1.2*spot price
Course Name: Options Trading Strategies In Python: Basic, Section No: 4, Unit No: 7, Unit type: Exercise
please explain how to interpret 0.8*spot price, 1.2*spot price
sT = np.arange(0.8*spot_price,1.2*spot_price)
Thanks, It helps