We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980acd6 commit d228cdfCopy full SHA for d228cdf
README.md
@@ -116,7 +116,7 @@ def sma(
116
Example
117
118
```python
119
-from investing_algorithm_framework import donwload
+from investing_algorithm_framework import download
120
121
from pyindicators import sma
122
@@ -560,7 +560,7 @@ def is_crossover(
560
561
562
563
-from investing_algorithm_framework import CSVOHLCVMarketDataSource
564
565
from pyindicators import crossover, ema
566
0 commit comments