Join our fan page
- Views:
- 8765
- Rating:
- Published:
- 2017.03.22 16:34
- Updated:
- 2023.03.29 13:47
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: Kalenzo
A trend indicator SSL, marking trend change moments using colored icons, with the possibility to generate alerts, send emails and push-notifications.
The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was described in detail in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".
Fig1. The SSL_Alert indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17845

A trading system using the SSL indicator.

The SSL indicator with the timeframe selection option available in input parameters

The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications.

A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.