i want to code indicator in my tradingview pine editor, for that, I need the current price of a stock or any other scrip to my coding keyword to do operations and generate new output on chart, Answer Try this Here ticker id I used to display the current price on the chart reference intradaygeeks contact if need more help
Tag: tradingview-api
How do I receive Tradingview alert Webhooks in Python
I’m trying to have alerts sent via webhook (TradingView’s new feature) to a python program, and use them to make trades with Alpaca. I tried using ngrok plus this script I found on Github: https://github.com/Robswc/tradingview-webhooks-bot After changing the port to 80 (no other port seems to work, I think this is on TradingView’s end) I finally got something to come