Skip to content

Commit

Permalink
Update vwap.md (#3971)
Browse files Browse the repository at this point in the history
Co-authored-by: James Maslek <jmaslek11@gmail.com>
  • Loading branch information
gildedhorizons and jmaslek authored Jan 16, 2023
1 parent d78aa5b commit cf5f0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/sdk/reference/ta/vwap.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gets volume weighted average price (VWAP)
Source Code: [[link](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/openbb_terminal/common/technical_analysis/overlap_model.py#L139)]

```python
openbb.ta.vwap(data: pd.Series, offset: int = 0)
openbb.ta.vwap(data: pd.DataFrame, offset: int = 0)
```

---
Expand Down Expand Up @@ -78,4 +78,4 @@ This function does not return anything


</TabItem>
</Tabs>
</Tabs>

0 comments on commit cf5f0ff

Please sign in to comment.