Skip to main content

recom

Get tradingview recommendation based on technical indicators

Source Code: [link]

openbb.stocks.ta.recom(symbol: str, screener: str = "america", exchange: str = "", interval: str = "")

Parameters

NameTypeDescriptionDefaultOptional
symbolstrTicker symbol to get the recommendation from tradingview based on technical indicatorsNoneFalse
screenerstrScreener based on tradingview docs https://python-tradingview-ta.readthedocs.io/en/latest/usage.htmlamericaTrue
exchangestrExchange based on tradingview docs https://python-tradingview-ta.readthedocs.io/en/latest/usage.htmlTrue
intervalstrInterval time to check technical indicators and correspondent recommendationTrue

Returns

TypeDescription
pd.DataFrameDataframe of tradingview recommendations based on technical indicators