Page 1028 of 2170
Re: MT4 Indicator requests and ideas
Posted: Fri Jul 10, 2020 8:09 am
by mrtools
cvdm7756 wrote: Fri Jul 10, 2020 2:45 am
Good Day Mr Tools,
Do you have in your collection of tools, an Indicator which Alerts to a Moving Average - SMA, EMA, LWMA,HMA crossing of The Daily Open Level or a Fixed Price Level?
If you have not one on hand, would you please be kind enough to code a Non Lagging MA (from a selection of the above Moving averages) when the Ma Cross and/or Price Candle open either on the Upside or the Downside of the Daily Open Level or selected Fixed Price Level?
Your assistance in this regard would be much appreciated.
Thank you.
Have this histogram, now it's coded for close but can be easily changed to open.
Re: MT4 Indicator requests and ideas
Posted: Fri Jul 10, 2020 8:11 am
by mrtools
daro84 wrote: Fri Jul 10, 2020 7:38 am
Hi mrtools
Wonder if you can fix the alarm code of this indi since the mql4 was not released (i think, i didnt find it).
I use some indis in Renko charts, and I detected sometimes it keeps giving the alarm+alert on every price movement. I also found that other indis coded the same way dont have this issue, so I checked 2 open source indis with and without the issue and found and fixed the code that keeps the alert repeating forever at least in Renko charts.
The ones having the issue are indis with alert code as follow (as example):
and found that adding the "loop bar" fixes the issue:
and of course, the corrections on the functions code.
Code: Select all
void doAlert(int forBar, string doWhat)
{
static string previousAlert="nothing";
static datetime previousTime;
string message;
if (previousAlert != doWhat || previousTime != Time[forBar]) {
previousAlert = doWhat;
previousTime = Time[forBar];
I think you will catch me hahahA
I didnt test them in normal candles, maybe this is only happening with renko/offline charts but if you can fix it I will appreciate it.
Thank you
Damian
Should have that code on my laptop which is down now, will look at it once I get it working.
Re: MT4 Indicator requests and ideas
Posted: Fri Jul 10, 2020 9:57 am
by Devvasu525
Mrtools,
Is their any possible way to filter these indicator....i mean by adding moving averages crossovers or something else which can help to filter the arrows...i am not sure that its possible or not but i will wait for your reply
Re: MT4 Indicator requests and ideas
Posted: Fri Jul 10, 2020 1:59 pm
by markstep
[quote=mrtools post_id=1295414450 time=1594307323 user_id=4864807]
On this supply and demand Mr tools. Push notication alert. thanks!
Re: MT4 Indicator requests and ideas
Posted: Fri Jul 10, 2020 9:06 pm
by cvdm7756
Hi Mr Tools,
Thank you very much for your quick response.
I will test it out.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 11, 2020 1:29 am
by Rafaqat Ali
Hello to all respectable Seniors . i have a request to modify this RSI Value on Chart Indicator with Alerts on Specific adjustable Levels that i could change in Inputs .and X Y position changing option on Chart too.
And if any extra feature that you seniors can add extra in this .will be grateful for that .
Thanks In Advance!!!!!!!
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 11, 2020 5:00 am
by Intrest 1
Hello.
Make this indicator so that it can be used in EA
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 11, 2020 8:34 pm
by TEAMTRADER
Could this indicator be amended to show a shift facility please?
Thanks
TEAMTRADER
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 11, 2020 8:53 pm
by TONSIL
Good Morning Mr Tools
I am looking to add crossover alarms and on chart arrows to these indicators, my research has brought me close to finding them but not quite there.
Hope you can help and thank you in advance for your services
Warm Regards
TONSIL
viewtopic.php?f=579496&t=8473870&p=1295 ... 1295414578
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 11, 2020 11:40 pm
by filip3361
Hello to all respected seniors. I have a request to modify this TMA + CG mladen value so that you can make x not NRP enable or disable this function.
Sorry for my bad English
Thanks in advance!!!!!!!
Regards Filip