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.
really appreciates if expert like kalenzo, newdigital and many others grandmaster programmer can help me by adding alert/sound to T3 taotra and FX Fish(1).
Hi all,
Add alert to this stopreversal indocator please. I have stopreversal indicator with lines (StopReversalv2) and stopreversal indicator with alert (StopReversalAlert). I already try to combine those indicator so I have stopreversal with lines and alert, but it seems I'm failed. Anybody can help me to do this? I also attach my fail modified indicator (StopReversalv2alert) so anybody can give me advise so I can learn.
Thank you very much.
Hi all,
Add alert to this stopreversal indocator please. I have stopreversal indicator with lines (StopReversalv2) and stopreversal indicator with alert (StopReversalAlert). I already try to combine those indicator so I have stopreversal with lines and alert, but it seems I'm failed. Anybody can help me to do this? I also attach my fail modified indicator (StopReversalv2alert) so anybody can give me advise so I can learn.
Thank you very much.
Hi Dev,
I am not a programmer, just trying to help. I think the mistake is in the following line:
IndicatorBuffers(2);
It should have been set to 3 instead of 2 since it needs 3 buffers.
I have not tested the alarm but I think it should work now. Let me know how it goes.
It works perfect Ben. Thanks
One more problem, I want to make the arrow appear smaller, would you show me how to do that?
Hi Dev,
There are two ways you can change the size of the arrow:
1) By doing it through indicator's property under the color tab, and under width coloum, set it to 0 or 1 instead of 2. Or
2) through indicator's code. ie. line that contains:
There are two ways you can change the size of the arrow:
1) By doing it through indicator's property under the color tab, and under width coloum, set it to 0 or 1 instead of 2. Or
2) through indicator's code. ie. line that contains:
#property indicator_width1 2 and
#property indicator_width2 2
again set it to 0 or 1 instead of 2 there.
I am glad to help.
Rgds - Ben
How can I make this show 2 lines instead of arrows?