sthoooon
2/8/2016 - 5:48 PM

Calculate Spread: max(array) - min(array)

Calculate Spread: max(array) - min(array)

print "Spread of High Price =", np.ptp(h)
print "Spread of Low Price =", np.ptp(l)