In TradingView there are two kinds on extensions: strategy alert and study alert
A strategy can be backtested and it can't send you an alert. A study can send you an alert but you can't backtest it. You can converts a strategy into a study. All the entry commands will be replaced with alerts.
You can send alert through chrome exntetion and telegramchannel webhok
Telegram chanel webhook will work only study alert .it wl lnot work on strtegy alert while chorme extntoin wil work on both
In order to send an alert from TradingView to Telegram you need two things:
Get the key from the ProfitRobots Telegram bot
Setup Chrome Extension/Webhooks and setup alerts
Add
Add profit robots bot in telegram
The bot will automatically detect addition to th
How to send alerts from TradingView
There are two ways to get alerts from TradingView: Chrome Extension and webhooks.
Chrome Extension is more powerful and can catch Screeners alerts but you need to keep the browser open at all times. Alerts will be skipped otherwise.
Webhooks will work even when your PC is off. But you have fewer options for controlling alerts and you need to have a paid TradingView account for that.
e new group and will give you the key.
Download chrome extension from below link
https://chrome.google.com/webstore/detail/tradingview-alerts/ojbnlipjeadjbehiplciekcdpfikkbib
valuealert: order sell @ 2 filled on {{ticker}}. New strategy position is -1
valuealert: order buy @ 2 filled on {{ticker}}. New strategy position is 1
Where {{ticker}} is CRUDEOIL1! Or NIFTY1! Etc
Valuealert is custom alert name
That's all, just keep the TradingView page opened, so the Extension can catch the alerts.
All you need is to set up the alert, check the Webhook URL option and put URL https://profitrobots.com/webhook/00000:000
Where 00000:000 is your key FOR CHANEL WRITE KEY
Create diffiernt web hook alert for buy,sell ,short,cover
https://api.telegram.org/botTOKEN/sendMessage?chat_id=@chanelusername&text=SBINEQ:BUY
https://api.telegram.org/botTOKEN/sendMessage?chat_id=@chanelusername&text=SBINEQ:SHORT
https://api.telegram.org/botTOKEN/sendMessage?chat_id=@chanelusername&text=SBINEQ:SELL
https://api.telegram.org/botTOKEN/sendMessage?chat_id=@chanelusername&text=SBINEQ:COVER