This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Releases: AnalyzerREST/python-tradingview-ta
Releases · AnalyzerREST/python-tradingview-ta
Version 3.3.0
Version 3.2.10
New:
- Proxy support
additional_indicators
forget_multiple_analysis()
Version 3.2.9
New:
- Interval: 30 minutes (
INTERVAL_30_MINUTES
) and 2 hours (INTERVAL_2_HOURS
)
Version 3.2.8
New:
- Indicators: change, low, high
Version 3.2.7
Fix:
- get_multiple_analysis() will now return
None
if there is no analysis for that symbol. See #55 for more details.
Version 3.2.6
Fix:
- Add indicators
- Get multiple analysis
Version 3.2.5
New:
TA_Handler.get_indicators()
: Retrieve indicators (without technical analysis).TA_Handler.add_indicators()
: Add custom indicators. See https://pastebin.com/1DjWv2Hd for valid indicators."volume"
indicators included by default.
Fix:
- Update RSI algorithm. This is the third time TradingView changed its algorithm, causing the analysis to be inaccurate.
Version 3.2.4
What's new:
- Retrieve multiple analysis (#43)
Bugfix:
- Update compute algorithms (#45)
Version 3.2.3
Version 3.2.2
What's new:
- Added open and P.SAR indicator. Now you can get a buy/sell/neutral signal from P.SAR, but this won't be added to get_analysis(). Please refer to the documentation https://python-tradingview-ta.readthedocs.io/en/latest/usage.html#p-sar.