Rockyzsu / stock

30天掌握量化交易 (持续更新)
http://30daydo.com
BSD 3-Clause "New" or "Revised" License
5.05k stars 1.26k forks source link

关于get_break_high_low.py #5

Open ffalq opened 6 years ago

ffalq commented 6 years ago

period_high = df['high'].min() 这里应该是找最高值,是不是要写成 period_high = df['high'].max()?