Page 1436 of 2170

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 5:04 pm
by ivanzab2
Dear Mr. Tools,
thank you from the bottom of my heart!
Be healthy!

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 5:32 pm
by mrtools
Loye wrote: Mon Nov 22, 2021 4:19 pm Hello, just wish for some clarification does this indicator repaint? It does seems so when I put at 1min and I am aware the alert is indicating RSI TMA and TMA does repaint am I right?
Repaints.

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 6:59 pm
by ionone
Loye wrote: Mon Nov 22, 2021 4:19 pm Hello, just wish for some clarification does this indicator repaint? It does seems so when I put at 1min and I am aware the alert is indicating RSI TMA and TMA does repaint am I right?
this is the repainting part

Code: Select all

if (j<=i)
{
    sum  += k*RS[i-j];
    sumw += k;
}

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 7:39 pm
by A_5
Please can alert be added to this MA. It's from the SD system
viewtopic.php?p=1295422873#p1295422873
The alert will make it easier to track multiple pairs looking for when it just changed and then track it till it crosses the HAMA. Thank you

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 7:46 pm
by sal
Hai mr.tools
possible to convert MT4 version..

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 8:12 pm
by keys898
remcous wrote: Mon Nov 22, 2021 10:42 am Hello,

It don't repaint. It's easy to add notification...
Well can you add it then?

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 8:38 pm
by remcous
keys898 wrote: Mon Nov 22, 2021 8:12 pm Well can you add it then?
Well, since it's decompiled i don't want to publish modifications on stolen code.
ps : i'm unabled to send you private message, don't know why.

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 8:41 pm
by Loye
ionone wrote: Mon Nov 22, 2021 6:59 pm this is the repainting part

Code: Select all

if (j<=i)
{
    sum  += k*RS[i-j];
    sumw += k;
}
If removing/changing this part does the indicator still works or in your opinion it is not worth the effort?

Re: MT4 Indicator requests and ideas

Posted: Mon Nov 22, 2021 9:53 pm
by vinscal
Mr Tools

can please make it as MTF and vertical line to this SD system indicator.
Thanks in Advance

Re: MT4 Indicator requests and ideas

Posted: Tue Nov 23, 2021 3:26 am
by andrei-1
ZZTop wrote: Sat Nov 20, 2021 12:08 am This is stochastic high/low, can I get that as close/close

Thanks

Stochastic.mq4
It seems to be WPR :roll: , only everything is Close.