Signals & Alerts
1. Impulse Signals
Impulse signals are generated to highlight potential trend reversals and momentum shifts. These signals are particularly useful for entering or exiting positions at critical junctures.
By identifying these shifts early, user can capitalize on emerging trends or protect profits by exiting before a reversal.
Impulse Up/Down: Indicates potential trend reversals based on momentum shifts.
Column Up/Down: Signals based on oscillator value changes.
Trend/Signal Line: Indicates trend direction and strength.
2. Any Alert Function
The "Any Alert Function Call" feature is designed to notify of specific conditions or events occurring within the oscillator toolkit. This feature is crucial for relying on timely alerts to make informed trading decisions without constantly monitoring the charts.
The script provides a wide range of alert options, including changes in oscillator values, pre-alerts based on background colors, impulse signals, and trend or signal line changes. The alerts are customizable, with options to combine multiple alerts into a single notification and to use custom alert messages.
Our alert system uses logical checks to determine if the specified conditions are met and then sends alerts using the `alerts.send` method.
Last updated