Skip to content

Commit 5afe2e2

Browse files
committed
update docs
1 parent 4d29517 commit 5afe2e2

File tree

5 files changed

+455
-65
lines changed

5 files changed

+455
-65
lines changed

docs/api/data.rst

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Data API
22
========
33

4-
Real-time market data, orderbook analysis, and technical indicators.
4+
Real-time market data, Level 2 orderbook analysis, and institutional-grade market microstructure tools.
55

66
Real-time Data Management
77
-------------------------
@@ -44,48 +44,10 @@ Instrument Models
4444
:undoc-members:
4545
:show-inheritance:
4646

47-
Technical Analysis Utilities
48-
----------------------------
49-
50-
Moving Averages
51-
~~~~~~~~~~~~~~~
52-
53-
.. autofunction:: project_x_py.utils.calculate_sma
54-
.. autofunction:: project_x_py.utils.calculate_ema
55-
56-
Momentum Indicators
57-
~~~~~~~~~~~~~~~~~~
58-
59-
.. autofunction:: project_x_py.utils.calculate_rsi
60-
.. autofunction:: project_x_py.utils.calculate_macd
61-
.. autofunction:: project_x_py.utils.calculate_stochastic
62-
.. autofunction:: project_x_py.utils.calculate_williams_r
63-
64-
Volatility Indicators
65-
~~~~~~~~~~~~~~~~~~~~~
66-
67-
.. autofunction:: project_x_py.utils.calculate_bollinger_bands
68-
.. autofunction:: project_x_py.utils.calculate_atr
69-
.. autofunction:: project_x_py.utils.calculate_volatility_metrics
70-
71-
Trend Indicators
72-
~~~~~~~~~~~~~~~~
73-
74-
.. autofunction:: project_x_py.utils.calculate_adx
75-
.. autofunction:: project_x_py.utils.calculate_commodity_channel_index
76-
77-
Volume Analysis
78-
~~~~~~~~~~~~~~~
79-
80-
.. autofunction:: project_x_py.utils.calculate_volume_profile
81-
.. autofunction:: project_x_py.utils.analyze_bid_ask_spread
82-
83-
Pattern Recognition
84-
~~~~~~~~~~~~~~~~~~~
85-
86-
.. autofunction:: project_x_py.utils.detect_candlestick_patterns
87-
.. autofunction:: project_x_py.utils.detect_chart_patterns
88-
.. autofunction:: project_x_py.utils.find_support_resistance_levels
47+
.. note::
48+
**Technical Indicators**: For comprehensive technical analysis with 25+ indicators,
49+
see the :doc:`indicators` module which provides TA-Lib compatible indicators
50+
optimized for Polars DataFrames.
8951

9052
Data Utilities
9153
--------------

0 commit comments

Comments
 (0)