We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f819e5d commit 526a4b8Copy full SHA for 526a4b8
backtesting/test/__init__.py
@@ -15,6 +15,7 @@ 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
+
19
def SMA(arr: pd.Series, n: int) -> pd.Series:
20
"""
21
Returns `n`-period simple moving average of array `arr`.
0 commit comments