Gorgeous.
- Joined Jul 2011 | Status: Member | 8,106 Posts
If you trade like me, you'll be homeless and broke within a week.
- Joined Jul 2011 | Status: Member | 8,106 Posts
If you trade like me, you'll be homeless and broke within a week.
Need Change From "Alert only once" to "Keeps Alerting" 0 replies
how to stop alerts from alerting on every bar? 1 reply
Basic Alerting EA 3 replies
DislikedTesla,
I liked this indicator so much, that I have extended it a little:
- it can now alert on rectangles, fib retracements & fib expansions (as well as trendlines)
- there is no need to add a description to the objects, you can ask the indicator to alert on all objects of a specified type
settings:
AddAlerts = true;
when false, you add a description to the object as before
when true, there is no need to add a description to the object, the indicator will alert once each bar when price is within range.
AlertDist = 10;
distance in pips that...Ignored
DislikedTesla,
I liked this indicator so much, that I have extended it a little:
- it can now alert on rectangles, fib retracements & fib expansions (as well as trendlines)
- there is no need to add a description to the objects, you can ask the indicator to alert on all objects of a specified type
settings:
AddAlerts...Ignored
DislikedJust an fyi...
The Alerter EA has been updated slightly. It's now an indicator and has a nifty little label displayed in upper right corner of chart identifying which types of alerts are active.
Nothing wrong with the old version, keep using it if it works for you.Ignored
DislikedTesla,
I liked this indicator so much, that I have extended it a little:
- it can now alert on rectangles, fib retracements & fib expansions (as well as trendlines)
- there is no need to add a description to the objects, you can ask the indicator to alert on all objects of a specified type
.......................
......................
PopupAlert = true;
will output alerts as pop-upsIgnored
DislikedBy popular request, here's the EA I use to alert me to trendline or price proximity.
Very simply, whenever a tick comes in, it checks the Bid price against all horizontal lines and trendlines on the chart that have "Alert_#" in the description (where # is a number). If the proximity to the line is within # pips, an alert is fired off.
The alert can be a standard popup with audio, an email or both depending on the EA params. Once the alert is fired for any specific line, the "Alert_#" is stripped from the description. This means an alert...Ignored
DislikedFantastic Indicator, very useful
Only thing is that the writing in the top right corner saying it is 'on' seems to be yellow by default here with no option to change it. Looks great on dark background but nigh invisible certainly illegible on white background.
Regardless what color I change it to in settings it remains yellow for some reason. Anyone else experience that?
Only other thing, I'd like to chime in with a previous poster, it would be nice to change the audio to distinguish it from all the other mt4 sounds to make it easier identifiable...
Thanks...Ignored
DislikedI have no real knowledge of coding but can modify an indicator within reason.
I am wondering why the indicator refuses to alert in MT4 build 409.
Are we supposed to setup the indicator in the modificationm to stipulate which alerts we want, I mean TL, Horizontal lines etc.
Also, has the rectangle alert been taken out?Ignored
DislikedHave you been able to use it successfully on a Horizontal line yet?
That is all I have used it on so far, you must include " Alert_## " in the Description, as shown in these pictures, where ## is Pips away for signal, do not have to go into code for that.
I even use the Email function, works great !!!
Not sure about Rectangle or Trend Line use...
Hope that helps
Ignored
DislikedBy popular request, here's the EA I use to alert me to trendline or price proximity.
Very simply, whenever a tick comes in, it checks the Bid price against all horizontal lines and trendlines on the chart that have "Alert_#" in the description (where # is a number). If the proximity to the line is within # pips, an alert is fired off.
The alert can be a standard popup with audio, an email or both depending on the EA params. Once the alert is fired for any specific line, the "Alert_#" is stripped from the description. This means an alert...Ignored