- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX
The Alert tab within the Properties window of the Indicators in the Scripts module allows users to configure alerts for specific signal conditions. These alerts can notify the user through various means when certain conditions are met. Below is a detailed explanation of the options available in the Alert tab.
Parameters
- Calculate: Determines when the indicator should calculate the alert conditions. Options include:
- On bar open: Calculates the alert conditions at the start of each new bar.
- On each tick: Calculates the alert conditions with each incoming tick.
- On price change: Calculates the alert conditions whenever there is a change in price.
- On bar open: Calculates the alert conditions at the start of each new bar.
Â
Up Signal Alert
Configure alerts for upward signals using the following options:
- Play Sound: Enable or disable a sound alert for upward signals. Choose the specific alert sound.
- Show Notification: Enable or disable on-screen notifications for upward signals.
- Send Email: Enable or disable email notifications for upward signals.
Â
Down Signal Alert
Configure alerts for downward signals using the following options:
- Play Sound: Enable or disable a sound alert for downward signals. Choose the specific alert sound.
- Show Notification: Enable or disable on-screen notifications for downward signals.
- Send Email: Enable or disable email notifications for downward signals.
Â
Using Alerts
By configuring these alert settings, users can be notified in real-time when specific signal conditions are met, helping them to take timely action based on their trading strategies.
This concludes the configuration for the Alert tab within the Indicator Properties of the Scripts module.
- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX