python-tradingview-ta icon indicating copy to clipboard operation
python-tradingview-ta copied to clipboard

how to add other indicators

Open sabershariat20 opened this issue 3 years ago • 1 comments

Hello .

How can I add other indicators ? (for example Ichimoku) Note : Ichimoku is available on the tradingview.com I read the main.py file and add "Ichimoku2c" or "Ichimoku" at the end of this array : indicators = [] but i got this expetion :

Exception: Can't access TradingView's API. HTTP status code: 400. Check for invalid symbol, exchange, or indicators.

note2 : "Rec.Ichimoku" and "Ichimoku.BLine" are there in main.py but i want "Tenkan" and "Kejan" Parametrs from Ichimoku andicator.

https://s6.uupload.ir/files/ichimoku_ilv.png

sabershariat20 avatar Mar 06 '22 08:03 sabershariat20

Indicators are not fetched from chart indicators but Technicals page

ozgvr avatar Aug 31 '22 08:08 ozgvr