Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Releases: AnalyzerREST/python-tradingview-ta

Version 3.3.0

05 Oct 12:27
1f8f72e
Compare
Choose a tag to compare

New:

  • Symbol search

Test:

Test finished. Result: 7/7.

Version 3.2.10

27 Dec 01:42
Compare
Choose a tag to compare

New:

  • Proxy support
  • additional_indicators for get_multiple_analysis()

Version 3.2.9

01 Sep 06:46
Compare
Choose a tag to compare

New:

  • Interval: 30 minutes (INTERVAL_30_MINUTES) and 2 hours (INTERVAL_2_HOURS)

Version 3.2.8

31 Aug 00:11
Compare
Choose a tag to compare

New:

  • Indicators: change, low, high

Version 3.2.7

24 Jul 11:28
Compare
Choose a tag to compare

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

12 Jul 00:51
Compare
Choose a tag to compare

Fix:

  • Add indicators
  • Get multiple analysis

Version 3.2.5

08 Jul 04:52
Compare
Choose a tag to compare

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

30 May 10:02
Compare
Choose a tag to compare

What's new:

  • Retrieve multiple analysis (#43)

Bugfix:

  • Update compute algorithms (#45)

Version 3.2.3

27 Mar 04:47
Compare
Choose a tag to compare

What's new:

Bug fix:

  • None

Version 3.2.2

04 Feb 13:12
Compare
Choose a tag to compare

What's new: