Trend Identifier for MT4
- Indicators
- Signature trader
- Version: 1.0
- Activations: 10
Trend Identifier is a MetaTrader indicator that does exactly what its name says. It shows where the trend begins, where it ends, and where there is no trend at all. It is based on standard MetaTrader ADX (Average Direction Movement Index) indicators and works quite fast.
Trend Identifier displays itself in the main chart window. Offers a range of alerts: horizontal line cross, arrow up, arrow down, previous horizontal line cross (PHLC). Available for MT4 and MT5 platforms.
Input parameters
- ADXperiod1 (default = 10) — period of the first ADX indicator.
- ADXperiod2 (default = 14) — period of the second ADX indicator.
- ADXperiod3 (default = 20) — period of the third ADX indicator.
- UseAlertHorizontalLine (default = false) — issue a MetaTrader alert on horizontal line start.
- UseAlertUpDownArrows (default = false) — issue a MetaTrader alert when an up or down arrow appears.
- NumberPHLtoTrack (default = 0) — number of previous horizontal lines to track for alert purposes. An alert will be issued when the price crosses one of the previous horizontal lines and closes above or below it.
- IgnorePHLShorterThan (default = 2) — the minimum length for the previous horizontal line to count it for for alert purposes. Lines with the length of 1 are not visible on the chart and will confuse you with unimportant alerts.
- PHLC_Arrow_Color (default = clrChocolate) — color for the previous horizontal line cross alert arrows.
- SendEmails (default = true) — if true, alerts will also be sent via email. Email should be properly configured in MetaTrader via Tools->Options->Email.
- SendNotifications (default = true) — if true, alerts will also be sent via push notifications to your mobile device. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications.
HOW TO USE IT