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

Trendlines and Horizontal lines crossing notification EA - MetaTrader 5용 expert

조회수:
8695
평가:
(29)
게시됨:
2018.08.30 14:36
업데이트됨:
2018.11.02 09:41
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This EA searches for Horizontal and Trend lines of specified color in MonitoringColor on current chart and notifies you when price crosses them.

When it happens, after the notification, it also changes line color to what specified in CrossedColor parameter and stops monitoring for price crosses on it, until the user changes its color again.

You can choose what type of notification you want setting appropriate input parameters:

  • EnableAlert shows a popup alert on price cross
  • EnableNotifications sends a mobile notification if you configured it on MT5
  • EnableEmails sends you an email message if you configured it on MT5

I'm sharing this code primarily because I need it for my personal trading and I haven't found something similar working well, but also because I'm switching from MQL4 to MQL5 and would like to know from the community if I'm doing it the right way.

Example setup:

Monitoring trend continuation and support line

Hope you enjoy it,
Strx.

DSL Balance of market power JMA DSL Balance of market power JMA

DSL Balance of market power JMA

Gann high/low activator JMA Gann high/low activator JMA

Gann high/low activator JMA

Didi Needles - with MA Threshold Diff Filtering Didi Needles - with MA Threshold Diff Filtering

Classic version (on Chart) of Didi Needles indicator, now with a filtering threshold based on MA threshold differences.

Save and show the objects of testing chart Save and show the objects of testing chart

This script helps to save the objects into a file and show the objects on a new chart.