Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
furechan committed Jan 1, 2025
1 parent 94eee98 commit 3e1d23b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ chart.show()
Price data is expected to be presented as a pandas DataFrame
with columns `open`, `high`, `low`, `close` `volume`
and a datetime index named `date` or `datetime`.
Please note, the library will automatically convert column
and index names to lower case for its internal use.
Indicators require lower case column names, however, as a courtesy,
the chart object will automatically convert column and index names
to lower case before any indicator.


## Drawing Primitives
Expand Down
6 changes: 4 additions & 2 deletions output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ chart.show()
Price data is expected to be presented as a pandas DataFrame
with columns `open`, `high`, `low`, `close` `volume`
and a datetime index named `date` or `datetime`.
Please note, the library will automatically convert column
and index names to lower case for its internal use.
Indicators require lower case column names, however, as a courtesy,
the chart object will automatically convert column and index names
to lower case before any indicator.


## Drawing Primitives
Expand Down Expand Up @@ -111,6 +112,7 @@ Some of the indicators included are:
- `SLOPE` Slope (time linear regression)
- `STOCH` Stochastic Oscillator
- `BBANDS` Bollinger Bands
- `KELTNER` Keltner Channel



Expand Down

0 comments on commit 3e1d23b

Please sign in to comment.