You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Phylo No solution for that (except if you wish to use a global variable for that but then it would over complicate the whole thing)
Yes, had a look at global variables but was looking for a simpler soulution. Thanks.
New Bar Alert fires on Change of TimeFrame
Hi Mladen and others
Function: The below code fires an Alert on every New Bar/Candle.
Problem: The Alert also fires every time the Timeframe is changed.This is undesirable.
Solution: How to stop the alert firing on Timeframe change yet retain New Bar Alert function.
if(tmp < Time [o])
{
tmp = Time [o];
if(NewBar_Alert == true)
{
Alert("New Bar - ", Symbol());
}
}Thanks in advance.
Gfuchs Change the indexes in iCustom() calls...
Mladen,
thanks again for your valuable help. I will try that today.
hi all,
This indi cannot open on my mt4.
Please fix this indicator, many thanks.
indi.zip
hi all,
This indi cannot open on my mt4.
Please fix this indicator, many thanks.
indi.zipHi Kalawe,
The indicator is decompiled in metatrader decompiled indicators won't work, there isn't anything we can do.
hi all,
This indi cannot open on my mt4.
Please fix this indicator, many thanks.
indi.zipCheck this thread for similar indicators (that are not decompiled code) : https://www.mql5.com/en/forum/general
Check this thread for similar indicators (that are not decompiled code) : https://www.mql5.com/en/forum/general
Thank you Mladen.
i had that one.
My version is 2 pattern recognized : candlestick and divergence.
I need it for divergence recognized.
i had also cc_Divergence indi, but the result is not really good.
thank u too for mrtools.
Please, help me to modify this SEQUENCE-REVERSAL indicator to show Support and resistance dot instead of the RED and Blue Arrow. And make it to have two mtf setting in it input in order to show two time frame at time.
The file is ex4 so, please, help me to create another file the will read from it like the attached mySR and myZZ indicator. You will notice that mySR indicator received information from myZZ indicator in order to draw SR.
I’m very grateful and I will continue to be very grateful to you if you can please, help me to modify it.
May God bless you
Thanks.
Please Sir,
Kindly help me remove the two zigzag line in this indicator. But leave the arrows and the dots.
And also, help me make it mtf.
Thanks
Please Sir,
Kindly help me remove the two zigzag line in this indicator. But leave the arrows and the dots.
And also, help me make it mtf.
Thanksoguntosin
Why don't you simply set the colors 5 and 6 to none?