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 89566a9 commit b8bf279Copy full SHA for b8bf279
README.md
@@ -46,7 +46,7 @@ Indicators that help to determine the direction of the market (uptrend, downtren
46
#### Weighted Moving Average (WMA)
47
48
```python
49
-def wma(data: Union[PdDataFrame, PlDataFrame], source_column: str, period: int, result_column: Optional[str] = None) -> Union[PdDataFrame, PlDataFrame]
+def wma(data: Union[PandasDataFrame, PolarsDataFrame], source_column: str, period: int, result_column: Optional[str] = None) -> Union[PdDataFrame, PlDataFrame]
50
51
52
from investing_algorithm_framework import CSVOHLCVMarketDataSource
0 commit comments