We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427d4dc commit fc62a86Copy full SHA for fc62a86
backtesting/test/__init__.py
@@ -15,6 +15,8 @@ def _read_file(filename):
15
EURUSD = _read_file('EURUSD.csv')
16
"""DataFrame of hourly EUR/USD forex data from April 2017 to February 2018."""
17
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
21
def SMA(arr: pd.Series, n: int) -> pd.Series:
22
"""
0 commit comments