Skip to content

Commit

Permalink
Use TechnicalIndicator as the type
Browse files Browse the repository at this point in the history
OnlineTechnicalIndicators is the module that contains it.
  • Loading branch information
g-gundam committed Dec 27, 2024
1 parent b220a0a commit ec3cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Chart is a mutable struct that has:
- a name (typically of the asset like "BTCUSD" or "AAPL")
- a timeframe (which controls how much time each candle on the chart represents)
- a DataFrame to hold OHLCV values and indicator values
- a Vector of `OnlineTechnicalIndicator`s to display on the chart.
- a Vector of `TechnicalIndicator`s to display on the chart.
- another Vector of display configuration for each indicator.

If you were to go to [TradingView](https://tradingview.com/) and look at a chart,
Expand Down

0 comments on commit ec3cb97

Please sign in to comment.