taEasy Playground

Technical analysis library: 80+ indicators (RSI, MACD, Bollinger)

Getting started with taRun locally
Install
pip install ta
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: ta)

ta is a third-party package. Technical analysis library: 80+ indicators (RSI, MACD, Bollinger). Install with: pip install ta

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?