Skip to content

Commit

Permalink
Add example notebook for building volume-at-price chart. (#5370)
Browse files Browse the repository at this point in the history
* Add example notebook for building volume-at-price chart.

Adds an example notebook.

* Update README.md

updates readme file with volumeAtPrice

* spelling

* spelling
  • Loading branch information
deeleeramone authored and the-praxs committed Sep 4, 2023
1 parent cf0b32e commit 249fdd8
Show file tree
Hide file tree
Showing 2 changed files with 6,452 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,14 @@ This notebook demonstrates how to fetch and work with options chains data.
### googleColabInstallation

This notebook demonstrates how to install the OpenBB SDK within Google Colab.


### volumeAtPrice

Volume-at-price is a chart used by technical analysts as a visual gauge to where the trading levels are concentrated, relative to price and volume. In short, it is the sum of volume at different price levels. This notebook utilizes individual components of the OpenBB SDK and combines them to build a new view.

- Price
- Volume
- VWAP
- SMA
- OpenBBFigure
Loading

0 comments on commit 249fdd8

Please sign in to comment.