거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Simpler Trend - MetaTrader 4용 지표

Mladen Parik
게시자:
Besarion Turmanauli
조회수:
58167
평가:
(23)
게시됨:
2017.09.25 08:18
업데이트됨:
2021.06.28 07:31
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.