stefan-jansen / machine-learning-for-trading

Code for Machine Learning for Algorithmic Trading, 2nd edition.
https://ml4trading.io
12.87k stars 4.11k forks source link

02_yfinance_demo.ipynb tiny mistake #233

Closed ZhaiCong closed 2 years ago

ZhaiCong commented 2 years ago

Describe the bug

in the Section Data Download with proxy server,I tried it.

msgt.option_chain(proxy=PROXY_SERVER)

the last line "msgt" should change to msft, then it works