Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

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

Views:
8635
Rating:
(29)
Published:
2018.08.30 14:36
Updated:
2018.11.02 09:41
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.