Skip to content

Commit c7b8a0d

Browse files
authored
Update Turtle Trading.py
1 parent 9a6ffef commit c7b8a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Turtle Trading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# To get the closing prices data
66
from pandas_datareader import data as pdr
7-
import fix_yahoo_finance as yf
7+
import yfinance as yf
88
yf.pdr_override()
99

1010
# Plotting data
@@ -87,4 +87,4 @@ def strategy_performance(stock_ticker):
8787
cum_daily_return.plot()
8888
plt.show()
8989

90-
# That is all. Thanks for watching. Do like and subscribe for more videos like this.
90+
# That is all. Thanks for watching. Do like and subscribe for more videos like this.

0 commit comments

Comments
 (0)