python-tradingview-ta
python-tradingview-ta copied to clipboard
Current Price and varying moving average
hello, would like to check if it is possible to get the current price and customise the EMA days? e.g EMA13 instead of EMA5. Thanks in advance
Hello minghwee, tradingview-ta is not suitable to get the current price, since the data is not in realtime. Consider using data from an exchange or API like iexcloud.io. Customizing the EMA is also not possible, and that's because tradingview doesn't support it.