We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0b4b3 commit 8be5e18Copy full SHA for 8be5e18
backtesting/test/__init__.py
@@ -15,9 +15,6 @@ 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
"""
23
Returns `n`-period simple moving average of array `arr`.
0 commit comments