|
1 | 1 | Data API |
2 | 2 | ======== |
3 | 3 |
|
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. |
5 | 5 |
|
6 | 6 | Real-time Data Management |
7 | 7 | ------------------------- |
@@ -44,48 +44,10 @@ Instrument Models |
44 | 44 | :undoc-members: |
45 | 45 | :show-inheritance: |
46 | 46 |
|
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. |
89 | 51 |
|
90 | 52 | Data Utilities |
91 | 53 | -------------- |
|
0 commit comments