Capability
Custom Indicator Development And Extension
4 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.
Unique: Leverages Backtrader's Indicator class to allow developers to define custom indicators as Python classes with calculation logic in __init__, which then integrate directly into the backtesting event loop without external dependencies
vs others: More integrated with backtesting than standalone indicator libraries like TA-Lib, but requires more boilerplate than simple function-based indicator libraries