Dear Mr. Tools,
thank you from the bottom of my heart!
Be healthy!
Re: MT4 Indicator requests and ideas
14352Repaints.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?
Re: MT4 Indicator requests and ideas
14353this is the repainting partLoye 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?
Code: Select all
if (j<=i)
{
sum += k*RS[i-j];
sumw += k;
}
Scalping the Century TimeFrame since 1999
Re: MT4 Indicator requests and ideas
14354Please 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
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
14355Hai mr.tools
possible to convert MT4 version..
possible to convert MT4 version..
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
14357Well, 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
14358If removing/changing this part does the indicator still works or in your opinion it is not worth the effort?ionone wrote: Mon Nov 22, 2021 6:59 pm this is the repainting partCode: Select all
if (j<=i) { sum += k*RS[i-j]; sumw += k; }
Re: MT4 Indicator requests and ideas
14359Mr Tools
can please make it as MTF and vertical line to this SD system indicator.
Thanks in Advance
can please make it as MTF and vertical line to this SD system indicator.
Thanks in Advance
Re: MT4 Indicator requests and ideas
14360It seems to be WPRZZTop wrote: Sat Nov 20, 2021 12:08 am This is stochastic high/low, can I get that as close/close
Thanks
Stochastic.mq4
