Participe de nossa página de fãs
Coloque um link para ele, e permita que outras pessoas também o avaliem
Avalie seu funcionamento no terminal MetaTrader 5
Simpler Trend - indicador para MetaTrader 4
- Publicado por:
- Besarion Turmanauli
- Visualizações:
- 58530
- Avaliação:
- Publicado:
- 2017.09.25 08:18
- Atualizado:
- 2021.06.28 07:31
- Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
Although there are many similar indicators out there, this particular one is based on code previously published by Mladen Rakic and incorporates a number of improvements, part of which was added following user request in comments.
List of fixes and improvements
- Trading alerts (Alerts in MT4 terminal, Email notifications, Push notifications).
- Inputs to enable/disable each alert type separately.
- Simplified and easy-to-grasp color theme.
- Additional signal buffer (Indicator output value).
- Miscellaneous minor fixes.
The list of adjustable parameters
- Average Period = 30 - indicator period.
- Sensitivity = 3 - sensitivity to price fluctuations.
- Enable Alerts = false - enable/disable trading alerts in MetaTrader 4.
- Enable Email Notification = false - enable/disable email trading alerts.
- Enable Push Notification = false - enable/disable push trading alerts.
Examples
Recommendations
- Please, make sure you combine these signals with other sources of fundamental and technical analysis, do not rely on this indicator alone for your trading decisions.
Thank you for reading!
Indicator to trade divergence. One of 30 indicators can be selected.
Hidden StopLoss and TakeProfit SystemA class system to represent a hidden stop loss and take profit system, combined with 4 example files showing the use of the classes.
Shows when two or three consecutive bull or bear candles of a certain size print after qualifying the stochastic level of the initial candle in the series. New in version 3 /* Changelog 2-4-19 Added 50% line to indicator box - Ignored changing the indicator lines individually since mql does not have a built-in language convention to create this change would require too much additional research and effort. Fixed error with the DodgerBlue lines not showing, the problem was due to using DodgerBlue instead of clrDodgerBlue in the code to indicate color, should be fixed now. */
News EA Template Without DLL From 2 SourcesThe functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.