Mira cómo descargar robots gratis
¡Búscanos en Facebook!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

Simpler Trend - indicador para MetaTrader 4

Mladen Parik
Publicado por:
Besarion Turmanauli
Visualizaciones:
57850
Ranking:
(23)
Publicado:
2017.09.25 08:18
Actualizado:
2021.06.28 07:31
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

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!


All In One Divergence All In One Divergence

Indicator to trade divergence. One of 30 indicators can be selected.

Hidden StopLoss and TakeProfit System Hidden StopLoss and TakeProfit System

A class system to represent a hidden stop loss and take profit system, combined with 4 example files showing the use of the classes.

Consecutive Candles with Stochastic Filter Indicator Consecutive Candles with Stochastic Filter Indicator

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 Sources News EA Template Without DLL From 2 Sources

The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.