We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13feaf commit 1f0b23cCopy full SHA for 1f0b23c
freqtrade/data/dataprovider.py
@@ -79,7 +79,7 @@ def _set_dataframe_max_index(self, limit_index: int):
79
80
def _set_dataframe_max_date(self, limit_date: datetime):
81
"""
82
- Limit infomrative dataframe to max specified index.
+ Limit informative dataframe to max specified index.
83
Only relevant in backtesting.
84
:param limit_date: "current date"
85
0 commit comments