Skip to content

Commit 8be5e18

Browse files
authored
Remove AMZN data import kernc#316
1 parent cc0b4b3 commit 8be5e18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backtesting/test/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ def _read_file(filename):
1515
EURUSD = _read_file('EURUSD.csv')
1616
"""DataFrame of hourly EUR/USD forex data from April 2017 to February 2018."""
1717

18-
AMZN = _read_file('AMZN.csv')
19-
"""DataFrame of daily NASDAQ:AMZN (Amazon) stock price data from 15/05/1997 to 23/04/2021."""
20-
2118
def SMA(arr: pd.Series, n: int) -> pd.Series:
2219
"""
2320
Returns `n`-period simple moving average of array `arr`.

0 commit comments

Comments
 (0)