LICENSE
README.md
pyproject.toml
tests/test_ai_analyst.py
tests/test_ai_scorer.py
tests/test_audit_fixes.py
tests/test_audit_fixes_v10.py
tests/test_audit_fixes_v11.py
tests/test_audit_fixes_v12.py
tests/test_audit_fixes_v13.py
tests/test_audit_fixes_v14.py
tests/test_audit_fixes_v15.py
tests/test_audit_fixes_v16.py
tests/test_audit_fixes_v2.py
tests/test_audit_fixes_v3.py
tests/test_audit_fixes_v4.py
tests/test_audit_fixes_v5.py
tests/test_audit_fixes_v6.py
tests/test_audit_fixes_v7.py
tests/test_audit_fixes_v8.py
tests/test_audit_fixes_v9.py
tests/test_cli.py
tests/test_forex_data_loader.py
tests/test_issue_10_stoploss_lookback.py
tests/test_issue_11_directional_tester.py
tests/test_issue_12_forex_daily.py
tests/test_issue_17_repair_forex.py
tests/test_issue_19_freethreaded_gil.py
tests/test_issue_9_multiindex.py
tests/test_market_data_loader.py
tests/test_pattern_analyzer.py
tests/test_pattern_tester.py
tests/test_release_smoke.py
tests/test_talib_compat.py
tests/test_talib_diagnostics.py
yfinance_ta_patterns/__init__.py
yfinance_ta_patterns/_compat_hook.py
yfinance_ta_patterns/cli.py
yfinance_ta_patterns/data.py
yfinance_ta_patterns/forex_data_loader.py
yfinance_ta_patterns/pattern_analyzer.py
yfinance_ta_patterns/pattern_tester.py
yfinance_ta_patterns/py.typed
yfinance_ta_patterns/talib_compat.py
yfinance_ta_patterns.egg-info/PKG-INFO
yfinance_ta_patterns.egg-info/SOURCES.txt
yfinance_ta_patterns.egg-info/dependency_links.txt
yfinance_ta_patterns.egg-info/entry_points.txt
yfinance_ta_patterns.egg-info/requires.txt
yfinance_ta_patterns.egg-info/top_level.txt
yfinance_ta_patterns/ai/__init__.py
yfinance_ta_patterns/ai/analyst.py
yfinance_ta_patterns/ai/scorer.py