Skip to content

Commit fc62a86

Browse files
authored
Added AMZN data kernc#316
1 parent 427d4dc commit fc62a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backtesting/test/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ 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."""
1820

1921
def SMA(arr: pd.Series, n: int) -> pd.Series:
2022
"""

0 commit comments

Comments
 (0)