Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Here are the source codes of Gann Hi Lo. I still don't know how to add in an alert for this indi.
Try this ...
I've added an alert and email function plus the ability to change the MA period for the MA Gann X-over (currently set to 5) and MA type (currently set to SMA). An alert box is shown and a sound is played when either the Gann dots or the Gann Line cross the MA period set in the user parameters. If the email option is set to 'True' then an email is sent to the user. At least, I think that's what it does ...
I've added an alert and email function plus the ability to change the MA period for the MA Gann X-over (currently set to 5) and MA type (currently set to SMA). An alert box is shown and a sound is played when either the Gann dots or the Gann Line cross the MA period set in the user parameters. If the email option is set to 'True' then an email is sent to the user.
Need email, and sound alerts for these two indicators when somebody has a chance. For jfatlspeed indicator, I need the above, when the indicator, signals, buy to open(buy1), sell to close (sell1), sell to open (sell2), and buy to close(buy2), and for jccix indicator, when it crosses say the overbought and oversold area (.50 and -.50).
any experts, please help
could anyone please help me added a sound alert and email when the indicator close above 2.3 or close below -2.3.your help will be very appreciated.thx in advance for all the great guys.especially mr.PIP who really a saviour for some of us,cheers
I am looking for an indicator which gives me a sound alert at the close of the bar. I have searched for this and think that something must allready exist but I don't find anything. Thank you for helping me.
I am looking for an indicator which gives me a sound alert at the close of the bar. I have searched for this and think that something must allready exist but I don't find anything. Thank you for helping me.
This is a old problem, and I do not know it has a solution. The reason is simple: both indicators and EAs are triggered by an incoming tick, so it's possible to know that the bar is closed only when the first tick of the next bar is received, wich is the open price. To check if the tick is the first of the bar, the simplest way is to check if Volume[0] == 1; if true, this tick is the very first, and dus the previous bar is closed.
Now If you want to know if the bar is closed BEFORE that the next bar is opened, you may run a script which loops checking the time. Scripts are not influenced by the incoming ticks flow.
This is a old problem, and I do not know it has a solution. The reason is simple: both indicators and EAs are triggered by an incoming tick, so it's possible to know that the bar is closed only when the first tick of the next bar is received, wich is the open price. To check if the tick is the first of the bar, the simplest way is to check if Volume[0] == 1; if true, this tick is the very first, and dus the previous bar is closed.
Now If you want to know if the bar is closed BEFORE that the next bar is opened, you may run a script which loops checking the time. Scripts are not influenced by the incoming ticks flow.
A sound alert at the beginning of the new bar would be good too. Can someone create a script which gives an alert on the new bar?