Page 119 of 131

Re: Stochastic indicators for MT4

Posted: Thu Jul 11, 2024 7:06 am
by mrtools
budhi1976 wrote: Wed Jul 10, 2024 9:14 pm Respected mrtools, I am wondering if you have a MTF version of this SMACD indi?
Hello,

Added mtf.

Re: Stochastic indicators for MT4

Posted: Thu Jul 11, 2024 1:35 pm
by budhi1976
Super... Many thanks mrtools... I am using it to see trend in 1st and 2nd HTF
mrtools wrote: Thu Jul 11, 2024 7:06 am Hello,

Added mtf.

Re: Stochastic indicators for MT4

Posted: Fri Jul 12, 2024 5:42 am
by lukgoku
mrtools wrote: Thu Jul 11, 2024 7:06 am Hello,

Added mtf.
Hi Mrtools,

I have been using this indicator for a long time and I thank you for this new version. Would it be possible to have it for mt5?

Re: Stochastic indicators for MT4

Posted: Fri Jul 12, 2024 7:37 am
by mrtools
lukgoku wrote: Fri Jul 12, 2024 5:42 am Hi Mrtools,

I have been using this indicator for a long time and I thank you for this new version. Would it be possible to have it for mt5?
Hello,

Added mtf and alerts.

Re: Stochastic indicators for MT4

Posted: Tue Jul 23, 2024 6:42 pm
by wtjfree
mrtools wrote: Thu Dec 07, 2023 3:20 amTry.
Good day mrtools,


May I ask when was the red and green arrows drawn?
In other words, what is the candle's index number when an arrow was drawn?
I've been watching for a few days, and I realised that the red and green arrows were not drawn when the first candle closed.
I have set "MainHP"=10 and "SignalHP"=90

The indicator named ! Stochastic signals mtf 1.03 (arrows + alerts)

Would you please clarify if that is possible?

Re: Stochastic indicators for MT4

Posted: Tue Jul 23, 2024 10:48 pm
by mrtools
wtjfree wrote: Tue Jul 23, 2024 6:42 pm Good day mrtools,


May I ask when was the red and green arrows drawn?
In other words, what is the candle's index number when an arrow was drawn?
I've been watching for a few days, and I realised that the red and green arrows were not drawn when the first candle closed.
I have set "MainHP"=10 and "SignalHP"=90

The indicator named ! Stochastic signals mtf 1.03 (arrows + alerts)

Would you please clarify if that is possible?

Code: Select all

if(ArrayMaximum(ExtMapBuffer2,SignalHP*2+1,i)==i+SignalHP)
         ExtMapBuffer5[i+SignalHP]=ExtMapBuffer2[i+SignalHP];
         if(ArrayMinimum(ExtMapBuffer2,SignalHP*2+1,i)==i+SignalHP)
         ExtMapBuffer6[i+SignalHP]=ExtMapBuffer2[i+SignalHP];
For those arrows best I can tell is the arrows are drawn depending on your "SignalHP" setting.

Re: Stochastic indicators for MT4

Posted: Sun Jul 28, 2024 9:54 pm
by andrei-1
Stochastic* which uses macd_(smooth_x) as the price.

Re: Stochastic indicators for MT4

Posted: Sun Aug 04, 2024 9:10 pm
by andrei-1
Stochastic* which uses rsi_(smooth_x) as the price. 1-2 level :razz: , 3-4 :think: , 5-7 :Shifty:
correction

Re: Stochastic indicators for MT4

Posted: Tue Aug 06, 2024 4:44 am
by andrei-1
There is probably such an indicator somewhere. But I didn't see him.

Re: Stochastic indicators for MT4

Posted: Thu Aug 08, 2024 6:09 am
by andrei-1