You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ This is the **classic/community maintained version** of the popular pandas-ta li
28
28
29
29
**Get started quickly with our comprehensive guides:**
30
30
31
-
-**[🚀 Quickstart Guide](QUICKSTART.md)** - Installation, your first indicators, and common workflows
32
-
-**[📚 Tutorials](TUTORIALS.md)** - Step-by-step tutorials for real-world use cases:
31
+
-**[🚀 Quickstart Guide](https://github.com/xgboosted/pandas-ta-classic/blob/main/QUICKSTART.md)** - Installation, your first indicators, and common workflows
32
+
-**[📚 Tutorials](https://github.com/xgboosted/pandas-ta-classic/blob/main/TUTORIALS.md)** - Step-by-step tutorials for real-world use cases:
33
33
- Moving Average Crossover Strategy
34
34
- Building Custom Indicator Strategies
35
35
- Backtesting with Performance Metrics
@@ -149,9 +149,9 @@ df.ta.strategy("CommonStrategy") # Runs commonly used indicators
149
149
### 📖 Learning Resources
150
150
151
151
**Start Here:**
152
-
- 🚀 **[Quickstart Guide](QUICKSTART.md)** - Get up and running in minutes
153
-
- 📚 **[Tutorials](TUTORIALS.md)** - Step-by-step guides for common workflows
154
-
-�**[Examples](https://github.com/xgboosted/pandas-ta-classic/tree/main/examples)** - Jupyter notebooks with real examples
152
+
- 🚀 **[Quickstart Guide](https://github.com/xgboosted/pandas-ta-classic/blob/main/QUICKSTART.md)** - Get up and running in minutes
153
+
- 📚 **[Tutorials](https://github.com/xgboosted/pandas-ta-classic/blob/main/TUTORIALS.md)** - Step-by-step guides for common workflows
154
+
-📓**[Examples](https://github.com/xgboosted/pandas-ta-classic/tree/main/examples)** - Jupyter notebooks with real examples
155
155
156
156
**Reference Documentation:**
157
157
- �📖 [**Usage Guide**](https://xgboosted.github.io/pandas-ta-classic/usage.html) - Programming conventions and basic usage
@@ -164,7 +164,7 @@ df.ta.strategy("CommonStrategy") # Runs commonly used indicators
164
164
165
165
**Pandas TA Classic** follows a **rolling support policy** for the latest stable Python version plus 4 preceding minor versions.
166
166
167
-
> **Note:** Python version support is **dynamically managed** via CI/CD workflows. When new Python versions are released, the library automatically updates to support the latest 5 minor versions. Check the [CI workflow](.github/workflows/ci.yml)`LATEST_PYTHON_VERSION` for the current configuration.
167
+
> **Note:** Python version support is **dynamically managed** via CI/CD workflows. When new Python versions are released, the library automatically updates to support the latest 5 minor versions. Check the [CI workflow](https://github.com/xgboosted/pandas-ta-classic/blob/main/.github/workflows/ci.yml)`LATEST_PYTHON_VERSION` for the current configuration.
168
168
169
169
**Note:**_TA Lib_ installation enables all candlestick patterns:
170
170
- Using `uv`: `uv pip install TA-Lib`
@@ -181,7 +181,7 @@ We welcome contributions! Please see our [contributing guidelines](https://githu
181
181
182
182
## 📋 Changelog
183
183
184
-
For detailed information about changes, improvements, and new features, please see the [CHANGELOG.md](CHANGELOG.md) file.
184
+
For detailed information about changes, improvements, and new features, please see the [CHANGELOG.md](https://github.com/xgboosted/pandas-ta-classic/blob/main/CHANGELOG.md) file.
185
185
186
186
## 🔗 Sources
187
187
@@ -195,4 +195,4 @@ If you find this library helpful, please consider:
195
195
196
196
## 📄 License
197
197
198
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
198
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/xgboosted/pandas-ta-classic/blob/main/LICENSE) file for details.
**Pandas Technical Analysis (Pandas TA Classic)** is an easy to use library that leverages the Pandas package with **141 indicators and utility functions** plus **62 TA-Lib candlestick patterns** (**203 total**). This is the **community maintained version** of the popular pandas-ta library.
0 commit comments