How to create an alert for strategies on TradingView
Sep 8, 2021
Note: These steps are valid on strategies that Kris Waters’s coded. In some of other strategies that belongs to public library may not work properly.
- Click “Settings” (Gear Icon) on strategy script.
- Fill LONG/SHORT text input boxes with custom messages to get related message when the signal comes.
3. Select asset name and interval which you wish to get alert on chart screen.
4. Click “Add Alert” button from your strategy.
5. Paste to “Message” field exactly the text below.
{{strategy.order.alert_message}}
6. Click “Create”