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

Commit 39c2d6f

Browse files
committed
Update docs
1 parent 0f7e9cc commit 39c2d6f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
3.3.0
5+
-----
6+
7+
New:
8+
9+
* Symbol search
10+
11+
3.2.10
12+
------
13+
14+
New:
15+
16+
* Support for proxy
17+
* Additional indicators support for ``get_multiple_analysis()``
18+
419
3.2.9
520
-----
621

docs/usage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Parameters:
151151
* symbols (``list``) – List of exchange and ticker symbol separated by a colon. Example: ["NASDAQ:TSLA", "NYSE:DOCN"] or ["BINANCE:BTCUSDT", "BITSTAMP:ETHUSD"].
152152
* screener (``str``) – Screener (e.g., ``"america"``, ``"indonesia"``, ``"forex"``, ``"crypto"``).
153153
* timeout (``float``, optional) – How long to wait (in seconds) for the server to return a response.
154+
* additional_indicators (``list``, optional) – List of additional indicators to retrieve. Example: ``["RSI", "Mom"]``.
154155
* interval (``str``) – Time frame
155156

156157
.. note::
@@ -211,7 +212,7 @@ Parameters:
211212

212213
Proxy
213214
-----
214-
Simply add the ``proxies`` parameter if you wish to utilize a proxy. It's worth noting that a bad proxy could result in TradingView rejecting your request.
215+
Simply add the ``proxies`` parameter if you wish to utilize a proxy. Works with both ``TA_Handler()`` and ``get_multiple_analysis()``. It's worth noting that a bad proxy could result in TradingView rejecting your request.
215216

216217
.. code-block:: python3
217218

0 commit comments

Comments
 (0)